Add BigSort MPI+OpenMP

This commit is contained in:
David Alvarez
2020-11-16 19:21:18 +01:00
committed by Rodrigo Arias Mallo
parent e8f649327a
commit 37bd4c33f2
2 changed files with 57 additions and 0 deletions

View File

@@ -246,6 +246,12 @@ let
gitBranch = "garlic/oss";
};
bigsort = callPackage ./garlic/apps/bigsort/default.nix {
cc = self.bsc.icc;
mpi = self.bsc.mpi;
gitBranch = "garlic/mpi+send+omp+task";
};
heat = callPackage ./garlic/apps/heat/default.nix { };
# heat = callPackage ./garlic/apps/heat/default.nix {
# # FIXME: The heat program must be able to compile with gcc9 and newer