Add exp and unit name to nbody tampi experiment

This commit is contained in:
Rodrigo Arias Mallo 2020-10-30 16:30:06 +01:00
parent f1f75c1c11
commit 5eea48c5b0

View File

@ -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;