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 70f4753 commit 55a3d49Copy full SHA for 55a3d49
cscs-checks/mch/cuda_stress_test.py
@@ -30,7 +30,7 @@ def set_environment(self):
30
31
@run_after('setup')
32
def set_modules(self):
33
- if self.current_system.name in{'arolla', 'tsa'}:
+ if self.current_system.name in {'arolla', 'tsa'}:
34
self.modules = ['cuda/10.1.243']
35
elif self.current_environ.name != 'PrgEnv-nvidia':
36
self.modules = ['craype-accel-nvidia60', 'cdt-cuda']
0 commit comments