hpcg: add exp and unit name

This commit is contained in:
Rodrigo Arias Mallo 2020-11-02 10:59:36 +01:00
parent de46366985
commit 0c58bb63b5

View File

@ -17,6 +17,9 @@ let
# Generate the complete configuration for each unit
genConf = with bsc; c: targetMachine.config // rec {
expName = "hpcg.oss";
unitName = "${expName}.nb${toString nblocks}";
# hpcg options
n = c.n;
nblocks = c.nblocks;