forked from rarias/bscpkgs
WIP: Add mpi, omp and mpi+omp experiments. See more.
Seems that gcc compilation with OpenMP throws an error. Investigate. I think I've forgot to add an override of mpicxx compiler backend
This commit is contained in:
@@ -199,7 +199,8 @@ let
|
||||
|
||||
hpcg = callPackage ./garlic/apps/hpcg/default.nix {
|
||||
cc = self.bsc.icc;
|
||||
gitBranch = "garlic/seq";
|
||||
mpi = self.bsc.impi;
|
||||
gitBranch = "garlic/mpi+omp";
|
||||
};
|
||||
|
||||
# heat = callPackage ./garlic/apps/heat {
|
||||
@@ -262,8 +263,8 @@ 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 { };
|
||||
omp = callPackage ./garlic/exp/hpcg/omp.nix { };
|
||||
mpi_omp = callPackage ./garlic/exp/hpcg/mpi+omp.nix { };
|
||||
};
|
||||
|
||||
test = {
|
||||
|
||||
Reference in New Issue
Block a user