Archived
1
0
forked from rarias/bscpkgs

Add hpcg app

This commit is contained in:
2020-07-13 16:46:44 +02:00
parent 0b2f9df3ea
commit cd409677b0
2 changed files with 54 additions and 0 deletions

View File

@@ -150,6 +150,14 @@ let
nanos6 = nanos6-git;
};
hpcg = callPackage ./bsc/apps/hpcg/default.nix {
mpi = intel-mpi;
nanos6 = nanos6-git;
tampi = tampi.override {
mpi = intel-mpi;
};
};
# Patched nix for deep cluster
inherit (callPackage ./bsc/nix/default.nix {
storeDir = "/nix/store";