Fix saiph numcomm experiment

This commit is contained in:
2020-10-09 19:40:49 +02:00
parent 298c7362b3
commit 1b703bd431
2 changed files with 16 additions and 13 deletions

View File

@@ -31,6 +31,7 @@ let
qos = "debug";
ntasksPerNode = 2;
nodes = 1;
time = "02:00:00";
cpuBind = "sockets,verbose";
jobName = "nbody-bs-${toString blocksize}-${gitBranch}";
};
@@ -53,8 +54,7 @@ let
inherit cc blocksize mpi gitBranch;
};
pipeline = stdexp.stdUnitPre {sbatch=mySbatch;}
++ [ exec program ];
pipeline = stdexp.stdPipeline ++ [ exec program ];
in