Update libpsm2: disabled by now

This commit is contained in:
2020-09-28 13:01:31 +02:00
parent ff4d39233a
commit dadc02ca99
2 changed files with 47 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ let
mpichDebug = self.mpich.override { enableDebug = true; };
# Updated version of libpsm2: TODO push upstream.
#libpsm2 = callPackage ./bsc/libpsm2/default.nix { };
# Default Intel MPI version is 2019 (the last one)
impi = self.bsc.intelMpi;