Add exp and unit name to nbody tampi experiment
This commit is contained in:
parent
f1f75c1c11
commit
5eea48c5b0
@ -23,6 +23,9 @@ let
|
||||
|
||||
# Generate the complete configuration for each unit
|
||||
genConf = with bsc; c: targetMachine.config // rec {
|
||||
expName = "nbody.tampi";
|
||||
unitName = "${expName}.nb-${toString nblocks}";
|
||||
|
||||
inherit (machineConfig) hw;
|
||||
# nbody options
|
||||
inherit particles;
|
||||
|
Loading…
Reference in New Issue
Block a user