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 523a3d0 commit ab0a0ecCopy full SHA for ab0a0ec
cscs-checks/tools/profiling_and_debugging/mpip_mpi_omp.py
@@ -23,7 +23,7 @@ def __init__(self, lang):
23
'PrgEnv-pgi': ['-g', '-mp', '-O2']
24
}
25
# unload xalt to avoid _buffer_decode error:
26
- self.prebuild_cmd = ['module rm 2.7.10 ;module list -t']
+ self.prebuild_cmd = ['module rm xalt ;module list -t']
27
self.modules = ['mpiP']
28
self.build_system = 'Make'
29
self.num_iterations = 500
@@ -40,7 +40,7 @@ def __init__(self, lang):
40
self.build_system.max_concurrency = 1
41
42
43
- self.pre_run = ['module rm 2.7.10']
+ self.pre_run = ['module rm xalt']
44
self.num_tasks = 96
45
self.num_tasks_per_node = 24
46
self.num_cpus_per_task = 1
0 commit comments