forked from rarias/bscpkgs
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user