Add MPICH with libfabric enabled

This commit is contained in:
2020-08-19 11:06:23 +02:00
parent 1e07be863a
commit c70d35cd50
2 changed files with 63 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ let
osumb = callPackage ./bsc/osu/default.nix { };
mpich = pkgs.mpich;
mpich = callPackage ./bsc/mpich/default.nix { };
# Default Intel MPI version is 2019 (the last one)
impi = intel-mpi;