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 fc93984 commit 31f74aaCopy full SHA for 31f74aa
cscs-checks/microbenchmarks/mpi/osu/osu_tests.py
@@ -312,7 +312,7 @@ def set_modules(self):
312
self.num_gpus_per_node = 1
313
self.variables = {'MPICH_RDMA_ENABLED_CUDA': '1'}
314
if self.current_environ.name == 'PrgEnv-nvidia':
315
- self.modules = [ 'cudatoolkit/21.3_11.2']
+ self.modules = ['cudatoolkit/21.3_11.2']
316
else:
317
self.modules = ['craype-accel-nvidia60']
318
elif self.current_system.name in ['arolla', 'tsa']:
0 commit comments