all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65801] [PATCH] gnu: openmpi: Enable PMIx.
@ 2023-09-07 13:13 Lars Bilke
  2023-09-14 20:57 ` bug#65801: " Ludovic Courtès
       [not found] ` <handler.65801.D65801.169472510117951.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Lars Bilke @ 2023-09-07 13:13 UTC (permalink / raw)
  To: 65801

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

Enables support for the Process Management Interface for Exascale which is used e.g. by Slurm for the management communication and coordination of MPI processes.

This allows e.g. to run guix-created container on JSC Juwels cluster with native performance.

[-- Attachment #2: 0001-PATCH-gnu-openmpi-Enable-PMIx.patch --]
[-- Type: text/plain, Size: 1117 bytes --]

From 23a11683c37faf8b971628b2ded9560ba5a22965 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 7 Sep 2023 15:06:03 +0200
Subject: [PATCH] [PATCH] gnu: openmpi: Enable PMIx.

Enables support for the Process Management Interface for Exascale which
is used e.g. by Slurm for the management communication and coordination
of MPI processes
---
 gnu/packages/mpi.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 4d2458344f..907cd3af29 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -247,6 +247,10 @@ (define-public openmpi
                             "--enable-openib-rdmacm"
                             "--enable-openib-rdmacm-ibaddr"
 
+                            ;; Enable support for the 'Process Management
+                            ;; Interface for Exascale'.
+                            "--with-pmix=internal"
+
                             ;; Enable support for SLURM's Process Manager
                             ;; Interface (PMI).
                             ,(string-append "--with-pmi="
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-15  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-07 13:13 [bug#65801] [PATCH] gnu: openmpi: Enable PMIx Lars Bilke
2023-09-14 20:57 ` bug#65801: " Ludovic Courtès
     [not found] ` <handler.65801.D65801.169472510117951.notifdone@debbugs.gnu.org>
2023-09-15  6:21   ` [bug#65801] closed (Re: bug#65801: [PATCH] gnu: openmpi: Enable PMIx.) Lars Bilke
2023-09-15  9:09     ` [bug#65801] [PATCH] gnu: openmpi: Enable PMIx Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.