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 e82ded0 commit 7429cc8Copy full SHA for 7429cc8
cscs-checks/prgenv/environ_check.py
@@ -68,8 +68,8 @@ def __init__(self, module_name):
68
cdt = osext.cray_cdt_version()
69
if ((cdt and cdt <= '20.11' and
70
module_name in ['cray-petsc-complex',
71
- 'cray-petsc-complex-64',
72
- 'cudatoolkit']) or
+ 'cray-petsc-complex-64',
+ 'cudatoolkit']) or
73
(cdt and cdt < 20.11 and module_name == 'gcc')):
74
self.valid_systems = []
75
0 commit comments