hpcg: refactor ss and gen using a common file

- The file gen.nix now provides an experiment for each unit, to reduce
  the evaluation time.

- The pipeline is specified in the common.nix file only.

- The input dataset path is no longer symlinked, but is specified in the
  "--load" argument.

- The size is renamed to "sizePerTask" instead of "n".
This commit is contained in:
2021-04-16 11:51:34 +02:00
parent 9bb570af7f
commit b4e37a15a9
5 changed files with 165 additions and 187 deletions

View File

@@ -65,9 +65,9 @@
inherit genInput;
};
ossSlicesStrongscaling = callPackage ./hpcg/oss.slices.strongscaling.nix {
inherit genInput;
};
ss = callPackage ./hpcg/ss.nix { };
big.ss = ss.override { enableExtended = true; };
};
heat = rec {