--- Begin Message ---
Subject: |
[PATCH 0/2] Add mpich-ofi variant for Infiniband support. |
Date: |
Mon, 12 Aug 2024 16:33:25 +0200 |
Hello,
This patch series brings the necessary changes in order to get proper
network performance on Infiniband hardware.
The first patch adds the necessary providers to the libfabric package
for proper Infiniband support.
Since MPICH cannot be compiled with multiple network drivers, a
variant using libfabric as a driver is added in the second patch.
This patch has been tested with the current Guix version of MPICH as
well as with the newest version for which an update has been submitted
in the issue #72415.
Romain GARBAGE (2):
gnu: libfabric: Add support for extra providers.
gnu: Add mpich-ofi.
gnu/packages/linux.scm | 6 ++++++
gnu/packages/mpi.scm | 25 +++++++++++++++++++++++++
2 files changed, 31 insertions(+)
base-commit: e928854a0f76cef3b11a06160a16130c59954b76
--
2.45.2
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#72592] [PATCH 0/2] Add mpich-ofi variant for Infiniband support. |
Date: |
Mon, 19 Aug 2024 12:33:12 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Romain,
Romain GARBAGE <romain.garbage@inria.fr> skribis:
> Romain GARBAGE (2):
> gnu: libfabric: Add support for extra providers.
> gnu: Add mpich-ofi.
Applied, thanks!
Ludo’.
--- End Message ---