WIP: trying to make mpi branch working

This commit is contained in:
Raúl Peñacoba
2020-10-13 14:59:49 +02:00
parent 6bd7e12cff
commit 7bf3e81233
4 changed files with 179 additions and 7 deletions

View File

@@ -261,6 +261,9 @@ let
hpcg = {
serial = callPackage ./garlic/exp/hpcg/serial.nix { };
mpi = callPackage ./garlic/exp/hpcg/mpi.nix { };
# omp = callPackage ./garlic/exp/hpcg/omp.nix { };
# mpi+omp = callPackage ./garlic/exp/hpcg/mpi+omp.nix { };
};
test = {