all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Bilke <lars.bilke@ufz.de>
To: 65801@debbugs.gnu.org
Subject: [bug#65801] [PATCH] gnu: openmpi: Enable PMIx.
Date: Thu, 07 Sep 2023 15:13:36 +0200	[thread overview]
Message-ID: <840372D7-8A24-495D-8975-392DFFFA50C0@ufz.de> (raw)

[-- 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


             reply	other threads:[~2023-09-07 13:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-07 13:13 Lars Bilke [this message]
2023-09-14 20:57 ` bug#65801: [PATCH] gnu: openmpi: Enable PMIx 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=840372D7-8A24-495D-8975-392DFFFA50C0@ufz.de \
    --to=lars.bilke@ufz.de \
    --cc=65801@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.