forked from rarias/bscpkgs
hpcg: add exp and unit name
This commit is contained in:
parent
de46366985
commit
0c58bb63b5
@ -17,6 +17,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 = "hpcg.oss";
|
||||||
|
unitName = "${expName}.nb${toString nblocks}";
|
||||||
|
|
||||||
# hpcg options
|
# hpcg options
|
||||||
n = c.n;
|
n = c.n;
|
||||||
nblocks = c.nblocks;
|
nblocks = c.nblocks;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user