From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id YC7XEix0A2WOvwAAauVa8A:P1 (envelope-from ) for ; Thu, 14 Sep 2023 22:59:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id YC7XEix0A2WOvwAAauVa8A (envelope-from ) for ; Thu, 14 Sep 2023 22:59:24 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9653744BFD for ; Thu, 14 Sep 2023 22:59:23 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=Kljo1y8z; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694725164; a=rsa-sha256; cv=none; b=Ys8peI7Dio1eHac/O8e3LjYSoM2iu78/ZSDOZO6hc96P90aphED2ptbtfEYXBLBVHyl+PC HXbpyU9bpM/ijKUA4tSm+5drZU04UJLZnZEQroSSQeOlx7H6WX6wVc/yNWIa93i8fAtQ1Z TY4jOYZURQ9bAxBU21EKKmdu02ho8w028T2zYsdGZ2i2rHAO79maD43hG9MXq/Ta/2tHNn eecN4Ao6HPWzbq+whSUpk2zQEKjny090O7ljtCFOkzgZ6HCCKZxl2GCZwFWL49pf/fV7RC KMZ4Y+1Fs2Yc6iOdjKWMgjH5eshe5oILKgyJUTB+qXZw9M5WtlDloPWq8bGatw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694725164; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=WzWqjKTkzabhxB9SnpxN9ZPV5LznZ+o2a4bEwlzppg4=; b=tmmXroogodMn3UlDTuXAN0YAkO9anro1srndcFWwUQh7P2WKLrBA5hpjldY/LkyD2qX4Yc t5Qnq8c6Bt2w6YgxMu/KlWbj0nwjCQy+OlDwb1WfUWf02jRHyFeQSP48rtt810aobWxxa/ JRtb2gruaJT6BOIAqNUrMgR2+UWO+uoguOoFkROsQP63yHF/2SaA9QIPkLgeIN5oTyIsq4 Y679d1I82nUdKMvwvIfUZ7xnTBD1wJ963c8ul+vFM2hLfVNO73Ub+Kdh3+dCwvq5pPSY1M HHrOc6/17nG9l/KNpTwwQDlZM0LBj6QW6J+/R15T1dwYKiZLaO5cdy+mtibxdw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=Kljo1y8z; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qgtQR-0000h0-IL; Thu, 14 Sep 2023 16:58:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgtQP-0000gQ-7t for guix-patches@gnu.org; Thu, 14 Sep 2023 16:58:57 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qgtQO-0002Mc-Vr for guix-patches@gnu.org; Thu, 14 Sep 2023 16:58:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qgtQU-0004h6-VV for guix-patches@gnu.org; Thu, 14 Sep 2023 16:59:02 -0400 Subject: bug#65801: [PATCH] gnu: openmpi: Enable PMIx. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 14 Sep 2023 20:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65801 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Lars Bilke Cc: 65801-done@debbugs.gnu.org Mail-Followup-To: 65801@debbugs.gnu.org, ludovic.courtes@inria.fr, lars.bilke@ufz.de Received: via spool by 65801-done@debbugs.gnu.org id=D65801.169472510117951 (code D ref 65801); Thu, 14 Sep 2023 20:59:02 +0000 Received: (at 65801-done) by debbugs.gnu.org; 14 Sep 2023 20:58:21 +0000 Received: from localhost ([127.0.0.1]:41258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgtPl-0004fP-Hx for submit@debbugs.gnu.org; Thu, 14 Sep 2023 16:58:21 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:19359) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgtPg-0004f4-8W for 65801-done@debbugs.gnu.org; Thu, 14 Sep 2023 16:58:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:references:date:in-reply-to: message-id:mime-version:content-transfer-encoding; bh=WzWqjKTkzabhxB9SnpxN9ZPV5LznZ+o2a4bEwlzppg4=; b=Kljo1y8zAK5YjWdYPHV+TNI74s4pn2cVMmMTpBuN5n04IbxwW1zPbQCs z1SbTvMkrdReVsF2lAPEOEr35wtr/9xCj6+1fIu1brV7rqRr7WgbpZaVN XXUdox4AtnXlOtnr66jXfMNy5UYEDT2QzVQoVxJkfMN0w2jHsytcIWbgy U=; X-IronPort-AV: E=Sophos;i="6.02,146,1688421600"; d="scan'208";a="66002071" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2023 22:58:00 +0200 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <840372D7-8A24-495D-8975-392DFFFA50C0@ufz.de> Date: Thu, 14 Sep 2023 22:57:59 +0200 In-Reply-To: <840372D7-8A24-495D-8975-392DFFFA50C0@ufz.de> (Lars Bilke's message of "Thu, 07 Sep 2023 15:13:36 +0200") Message-ID: <87il8c5v6w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -5.12 X-Spam-Score: -5.12 X-Migadu-Queue-Id: 9653744BFD X-Migadu-Scanner: mx2.migadu.com X-TUID: 4cEpvs+PlBMg Hi, Lars Bilke skribis: > Enables support for the Process Management Interface for Exascale which i= s used e.g. by Slurm for the management communication and coordination of M= PI processes. > > This allows e.g. to run guix-created container on JSC Juwels cluster with= native performance. Nice. Out of curiosity, does the cluster run Guix natively or are you using =E2=80=98guix pack=E2=80=99? >>>From 23a11683c37faf8b971628b2ded9560ba5a22965 Mon Sep 17 00:00:00 2001 > From: Lars Bilke > 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 I added this to the comment in the code, tweaked the commit log, and committed. Thank you! Ludo=E2=80=99.