forked from rarias/bscpkgs
Fix saiph numcomm experiment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user