gnu: openmpi: Enable PMIx.

* gnu/packages/mpi.scm (openmpi)[arguments]: Pass “--with-pmix=internal”.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Lars Bilke 2023-09-07 15:06:03 +02:00 committed by Ludovic Courtès
parent 6d12c16299
commit 55da0930e3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -247,6 +247,12 @@ (define-public openmpi
"--enable-openib-rdmacm"
"--enable-openib-rdmacm-ibaddr"
;; Enable support for the 'Process Management
;; Interface for Exascale' (PMIx) used e.g. by
;; Slurm for the management communication and
;; coordination of MPI processes.
"--with-pmix=internal"
;; Enable support for SLURM's Process Manager
;; Interface (PMI).
,(string-append "--with-pmi="