Add exp.nbody.tampi variants

This commit is contained in:
2020-10-21 18:43:40 +02:00
parent 7852d86a3f
commit 06c29b573f
2 changed files with 8 additions and 8 deletions

View File

@@ -8,6 +8,7 @@
# Leave the first CPU per socket unused?
, freeCpu ? false
, particles ? 1024 * 32
}:
with stdenv.lib;
@@ -25,7 +26,7 @@ let
genConf = with bsc; c: targetMachine.config // rec {
inherit (machineConfig) hw;
# nbody options
particles = 1024 * 32;
inherit particles;
timesteps = 10;
inherit (c) nblocks;
totalTasks = ntasksPerNode * nodes;