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.
1 parent b2033ed commit c75cc62Copy full SHA for c75cc62
cscs-checks/libraries/io/netcdf_compile_run.py
@@ -115,6 +115,9 @@ def cray_linker_workaround(self):
115
# NOTE: Workaround for using CCE < 9.1 in CLE7.UP01.PS03 and above
116
# See Patch Set README.txt for more details.
117
cle = os_ext.cray_cle_info()
118
+ if not cle:
119
+ return
120
+
121
if (cle.release == '7.0.UP01' and cle.patchset >= '03'):
122
self.variables['LINKER_X86_64'] = '/usr/bin/ld'
123
0 commit comments