forked from rarias/bscpkgs
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
|
# 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user