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