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