Add OSU test benchmarks

This commit is contained in:
2020-08-18 18:28:30 +02:00
parent ecc01e4314
commit 1e07be863a
7 changed files with 134 additions and 10 deletions

View File

@@ -9,9 +9,8 @@ let
self.bsc = rec {
# Load the default implementation
#mpi = pkgs.mpich;
#mpi = pkgs.openmpi;
#mpi = openmpi; # Our OpenMPI variant
#mpi = mpich;
#mpi = openmpi;
mpi = intel-mpi;
# Load the default compiler
@@ -37,6 +36,10 @@ let
pscom = callPackage ./bsc/parastation/pscom.nix { };
psmpi = callPackage ./bsc/parastation/psmpi.nix { };
osumb = callPackage ./bsc/osu/default.nix { };
mpich = pkgs.mpich;
# Default Intel MPI version is 2019 (the last one)
impi = intel-mpi;
intel-mpi = intel-mpi-2019;