nbody: improve unit name
This commit is contained in:
parent
26ab2d9bbd
commit
637c57b388
@ -43,8 +43,10 @@ let
|
||||
|
||||
# Generate the complete configuration for each unit
|
||||
genConf = var: fix (self: var // targetMachine.config // {
|
||||
expName = "nbody-nblocks";
|
||||
unitName = "${self.expName}${toString self.nblocks}";
|
||||
expName = "nbody-scaling";
|
||||
unitName = self.expName +
|
||||
"-nb${toString self.nblocks}"+
|
||||
"-nodes${toString self.nodes}";
|
||||
|
||||
inherit (machineConfig) hw;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user