We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b025e7b + a7011d8 commit 8a02a37Copy full SHA for 8a02a37
reframe/utility/osext.py
@@ -570,8 +570,9 @@ def unique_abs_paths(paths, prune_children=True):
570
571
572
def cray_cdt_version():
573
- '''Return the Cray Development Toolkit (CDT) version or :class:`None` for
574
- non-Cray systems'''
+ '''Return the Cray Development Toolkit (CDT) version or :class:`None` if
+ the version cannot be retrieved.'''
575
+
576
rcfile = os.getenv('MODULERCFILE', '/opt/cray/pe/cdt/default/modulerc')
577
try:
578
with open(rcfile) as fp:
0 commit comments