[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72062] [PATCH 4/4] gnu: slurm: Add PMIx support.
From: |
Romain GARBAGE |
Subject: |
[bug#72062] [PATCH 4/4] gnu: slurm: Add PMIx support. |
Date: |
Thu, 11 Jul 2024 16:35:25 +0200 |
* gnu/packages/parallel.scm (slurm) [inputs]: Add dependency.
[arguments]: Update configure flags.
Change-Id: I6544be5eb44980191d0788738ab960263c56c0ba
---
gnu/packages/parallel.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index f173d1b75e..694968b727 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -229,6 +229,7 @@ (define-public slurm
`(,hwloc-2 "lib")
json-c
linux-pam
+ openpmix
munge
numactl
readline))
@@ -245,6 +246,9 @@ (define-public slurm
(string-append "--with-json=" #$(this-package-input
"json-c"))
(string-append "--with-munge=" #$(this-package-input
"munge"))
+ ;; Use PMIx bundled with Open MPI (this is required for
Open MPI 5.x).
+ (string-append "--with-pmix=" #$(this-package-input
"openpmix"))
+
;; 32-bit support is marked as deprecated and needs to be
;; explicitly enabled.
#$@(if (target-64bit?) '() '("--enable-deprecated")))
--
2.45.1
- [bug#72062] [PATCH 0/4] Add OpenMPI 5.x, Romain GARBAGE, 2024/07/11
- [bug#72062] [PATCH 1/4] gnu: Add openpmix., Romain GARBAGE, 2024/07/11
- [bug#72062] [PATCH 0/4] Add OpenMPI 5.x, Romain GARBAGE, 2024/07/12
- [bug#72062] [PATCH 0/4] Add OpenMPI 5.x, Ludovic Courtès, 2024/07/12
- [bug#72062] [PATCH v2 0/5] Add OpenMPI 5.x., Romain GARBAGE, 2024/07/12
- [bug#72062] [PATCH v2 1/5] gnu: Add openpmix., Romain GARBAGE, 2024/07/12
- [bug#72062] [PATCH v2 3/5] gnu: slurm: Add PMIx support., Romain GARBAGE, 2024/07/12
- [bug#72062] [PATCH v2 5/5] gnu: openmpi: Set default version to 4.x., Romain GARBAGE, 2024/07/12
- [bug#72062] [PATCH v2 4/5] gnu: Add openmpi-5., Romain GARBAGE, 2024/07/12
- [bug#72062] [PATCH v2 2/5] gnu: Add prrte., Romain GARBAGE, 2024/07/12
- [bug#72062] [PATCH v3 0/5] Add OpenMPI 5.x., Romain GARBAGE, 2024/07/12