Add slurm 16.05.8.1 and hwloc 1.11.6

This commit is contained in:
2023-04-02 21:23:46 +02:00
parent 054d70d23b
commit 94fa0de4fc
8 changed files with 233 additions and 0 deletions

View File

@@ -272,6 +272,13 @@ let
slurm17-libpmi2 = callPackage ./bsc/slurm/pmi2.nix {
pmix = bsc.pmix2;
};
slurm-16-05-8-1 = callPackage ./bsc/slurm/16.05.8.1/default.nix {
hwloc = bsc.hwloc-1-11-6;
};
hwloc-1-11-6 = callPackage ./bsc/hwloc/1.11.6/default.nix {};
# Use a slurm compatible with MN4
slurm = bsc.slurm17;
# We need the unstable branch to get the fallocate problem fixed, as it is