nbody: improve unit name

This commit is contained in:
Rodrigo Arias Mallo 2021-03-03 18:29:21 +01:00
parent 26ab2d9bbd
commit 637c57b388

View File

@ -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;