From 5eea48c5b0776f91e2eed16ea3bf313d210ec685 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 30 Oct 2020 16:30:06 +0100 Subject: [PATCH] Add exp and unit name to nbody tampi experiment --- garlic/exp/nbody/tampi.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/garlic/exp/nbody/tampi.nix b/garlic/exp/nbody/tampi.nix index b729289..dcd0c9b 100644 --- a/garlic/exp/nbody/tampi.nix +++ b/garlic/exp/nbody/tampi.nix @@ -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;