diff --git a/garlic/exp/saiph/numcomm.nix b/garlic/exp/saiph/numcomm.nix index 47ab513..24a66e1 100644 --- a/garlic/exp/saiph/numcomm.nix +++ b/garlic/exp/saiph/numcomm.nix @@ -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;