Skip to content

Commit 31f74aa

Browse files
committed
Style fix
1 parent fc93984 commit 31f74aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/microbenchmarks/mpi/osu/osu_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def set_modules(self):
312312
self.num_gpus_per_node = 1
313313
self.variables = {'MPICH_RDMA_ENABLED_CUDA': '1'}
314314
if self.current_environ.name == 'PrgEnv-nvidia':
315-
self.modules = [ 'cudatoolkit/21.3_11.2']
315+
self.modules = ['cudatoolkit/21.3_11.2']
316316
else:
317317
self.modules = ['craype-accel-nvidia60']
318318
elif self.current_system.name in ['arolla', 'tsa']:

0 commit comments

Comments
 (0)