Skip to content

Commit c75cc62

Browse files
author
Vasileios Karakasis
committed
Support for non-Cray systems
1 parent b2033ed commit c75cc62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cscs-checks/libraries/io/netcdf_compile_run.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ def cray_linker_workaround(self):
115115
# NOTE: Workaround for using CCE < 9.1 in CLE7.UP01.PS03 and above
116116
# See Patch Set README.txt for more details.
117117
cle = os_ext.cray_cle_info()
118+
if not cle:
119+
return
120+
118121
if (cle.release == '7.0.UP01' and cle.patchset >= '03'):
119122
self.variables['LINKER_X86_64'] = '/usr/bin/ld'
120123

0 commit comments

Comments
 (0)