saiph: name the experiment and units in numcomm

This commit is contained in:
Rodrigo Arias 2020-11-05 19:53:38 +01:00
parent 7a80d1ca98
commit 074a75facb

View File

@ -16,6 +16,9 @@ let
# Generate the complete configuration for each unit
genConf = with bsc; c: targetMachine.config // rec {
expName = "saiph.numcomm";
unitName = "${expName}.nc-${toString numComm}";
# saiph options
devMode = false;
inherit (c) numComm;