Saiph: numcomm experiment changes
This commit is contained in:
parent
30630a74be
commit
8f65030161
@ -23,11 +23,11 @@ let
|
|||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
ntasksPerNode = "2";
|
ntasksPerNode = "2";
|
||||||
nodes = "2";
|
nodes = "1";
|
||||||
|
|
||||||
# Stage configuration
|
# Stage configuration
|
||||||
enableSbatch = true;
|
enableSbatch = true;
|
||||||
enableControl = false;
|
enableControl = true;
|
||||||
enableExtrae = false;
|
enableExtrae = false;
|
||||||
enablePerf = false;
|
enablePerf = false;
|
||||||
|
|
||||||
@ -64,6 +64,7 @@ let
|
|||||||
|
|
||||||
control = {stage, conf, ...}: with conf; w.control {
|
control = {stage, conf, ...}: with conf; w.control {
|
||||||
program = stageProgram stage;
|
program = stageProgram stage;
|
||||||
|
loops = 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
srun = {stage, conf, ...}: with conf; w.srun {
|
srun = {stage, conf, ...}: with conf; w.srun {
|
||||||
@ -127,6 +128,7 @@ let
|
|||||||
argv = {stage, conf, ...}: with conf; w.argv {
|
argv = {stage, conf, ...}: with conf; w.argv {
|
||||||
program = stageProgram stage;
|
program = stageProgram stage;
|
||||||
env = ''
|
env = ''
|
||||||
|
export OMP_NUM_THREADS=24
|
||||||
export NANOS6_REPORT_PREFIX="#"
|
export NANOS6_REPORT_PREFIX="#"
|
||||||
export I_MPI_THREAD_SPLIT=1
|
export I_MPI_THREAD_SPLIT=1
|
||||||
export ASAN_SYMBOLIZER_PATH=${pkgs.bsc.clangOmpss2Unwrapped}/bin/llvm-symbolizer
|
export ASAN_SYMBOLIZER_PATH=${pkgs.bsc.clangOmpss2Unwrapped}/bin/llvm-symbolizer
|
||||||
|
Loading…
Reference in New Issue
Block a user