Skip to content

Commit ab0a0ec

Browse files
committed
fix
1 parent 523a3d0 commit ab0a0ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cscs-checks/tools/profiling_and_debugging/mpip_mpi_omp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, lang):
2323
'PrgEnv-pgi': ['-g', '-mp', '-O2']
2424
}
2525
# unload xalt to avoid _buffer_decode error:
26-
self.prebuild_cmd = ['module rm 2.7.10 ;module list -t']
26+
self.prebuild_cmd = ['module rm xalt ;module list -t']
2727
self.modules = ['mpiP']
2828
self.build_system = 'Make'
2929
self.num_iterations = 500
@@ -40,7 +40,7 @@ def __init__(self, lang):
4040
self.build_system.max_concurrency = 1
4141

4242
# unload xalt to avoid _buffer_decode error:
43-
self.pre_run = ['module rm 2.7.10']
43+
self.pre_run = ['module rm xalt']
4444
self.num_tasks = 96
4545
self.num_tasks_per_node = 24
4646
self.num_cpus_per_task = 1

0 commit comments

Comments
 (0)