Add unit and exp name to nbody test

This commit is contained in:
Rodrigo Arias 2020-10-29 17:45:31 +01:00
parent 0bcfe5d25b
commit d5d42b3c09

View File

@ -18,6 +18,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.test";
unitName = "${expName}.nb-${toString nblocks}";
inherit (machineConfig) hw; inherit (machineConfig) hw;
# nbody options # nbody options
particles = 1024 * 64; particles = 1024 * 64;