From 074a75facb946b0838c891ebd9b04a23f76c3e88 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 5 Nov 2020 19:53:38 +0100 Subject: [PATCH] saiph: name the experiment and units in numcomm --- garlic/exp/saiph/numcomm.nix | 3 +++ 1 file changed, 3 insertions(+) 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;