forked from rarias/bscpkgs
saiph: name the experiment and units in numcomm
This commit is contained in:
parent
7a80d1ca98
commit
074a75facb
@ -16,6 +16,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 = "saiph.numcomm";
|
||||||
|
unitName = "${expName}.nc-${toString numComm}";
|
||||||
|
|
||||||
# saiph options
|
# saiph options
|
||||||
devMode = false;
|
devMode = false;
|
||||||
inherit (c) numComm;
|
inherit (c) numComm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user