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 c793abb commit 4d9e3b2Copy full SHA for 4d9e3b2
cscs-checks/mch/automatic_arrays_acc.py
@@ -50,7 +50,7 @@ def __init__(self):
50
@run_before('compile')
51
def setflags(self):
52
if self.current_system.name in ['daint', 'dom']:
53
- if (not self.current_environ.name.startswith('PrgEnv-nvidia')):
+ if not self.current_environ.name.startswith('PrgEnv-nvidia'):
54
self.modules = ['craype-accel-nvidia60']
55
else:
56
self.build_system.fflags += ['-acc', '-ta=tesla,cc60',
0 commit comments