Update hpcg experiments

This commit is contained in:
2020-10-13 17:05:36 +02:00
committed by Raúl Peñacoba
parent 7bf3e81233
commit 01b2584688
5 changed files with 85 additions and 462 deletions

View File

@@ -197,7 +197,7 @@ let
gitBranch = "garlic/mpi+send+seq";
};
hpcg = callPackage ./garlic/hpcg {
hpcg = callPackage ./garlic/apps/hpcg/default.nix {
cc = self.bsc.icc;
gitBranch = "garlic/seq";
};