hpcg: precompute the input

This commit is contained in:
2020-11-09 17:47:55 +01:00
parent 5763b91d39
commit 966606b62d
3 changed files with 119 additions and 4 deletions

View File

@@ -338,7 +338,12 @@ let
mpi = callPackage ./garlic/exp/hpcg/mpi.nix { };
omp = callPackage ./garlic/exp/hpcg/omp.nix { };
mpi_omp = callPackage ./garlic/exp/hpcg/mpi+omp.nix { };
oss = callPackage ./garlic/exp/hpcg/oss.nix { };
input = callPackage ./garlic/exp/hpcg/gen.nix {
inherit (self.bsc.garlic.pp) resultFromTrebuchet;
};
oss = callPackage ./garlic/exp/hpcg/oss.nix {
genInput = self.bsc.garlic.exp.hpcg.input;
};
};
heat = {