forked from rarias/bscpkgs
First attempt to create an experiment with CREAMS: strong scaling from 1 to 16 nodes using the pure MPI version
This commit is contained in:
@@ -28,7 +28,7 @@ with stdenv.lib;
|
||||
let
|
||||
|
||||
sbatchOpt = name: value: optionalString (value!=null)
|
||||
"#SBATCH --${name}=${value}\n";
|
||||
"#SBATCH --${name}=${toString value}\n";
|
||||
sbatchEnable = name: value: optionalString (value!=null)
|
||||
"#SBATCH --${name}\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user