[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: ucx: Enable InfiniBand support through Verbs.
From: |
guix-commits |
Subject: |
01/06: gnu: ucx: Enable InfiniBand support through Verbs. |
Date: |
Fri, 8 Nov 2019 12:25:06 -0500 (EST) |
civodul pushed a commit to branch wip-mpi
in repository guix.
commit 304f90616920f7651a8e3bc181451d81ce3d34bc
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 8 10:15:24 2019 +0100
gnu: ucx: Enable InfiniBand support through Verbs.
Until now, InfiniBand support was missing, as reported by "ucx_info -d"
on a machine with InfiniBand networking.
* gnu/packages/fabric-management.scm (ucx)[arguments]: Build with
"--with-verbs".
---
gnu/packages/fabric-management.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/fabric-management.scm
b/gnu/packages/fabric-management.scm
index 56ff18f..d4a8401 100644
--- a/gnu/packages/fabric-management.scm
+++ b/gnu/packages/fabric-management.scm
@@ -205,6 +205,10 @@ testing InfiniBand networks.")
"--disable-assertions"
"--disable-params-check"
+ (string-append "--with-verbs="
+ (assoc-ref %build-inputs
+ "rdma-core"))
+
(string-append "--with-rdmacm="
(assoc-ref %build-inputs
"rdma-core")))
- branch wip-mpi created (now 6227cec), guix-commits, 2019/11/08
- 01/06: gnu: ucx: Enable InfiniBand support through Verbs.,
guix-commits <=
- 02/06: gnu: ucx: Do not install static libraries., guix-commits, 2019/11/08
- 03/06: gnu: openmpi: Pass explicit "--with-*" configure flags., guix-commits, 2019/11/08
- 04/06: gnu: rdma-core: Use the "write" ioctl mode., guix-commits, 2019/11/08
- 06/06: gnu: Add Intel MPI Benchmarks., guix-commits, 2019/11/08
- 05/06: gnu: rdma-core: Update to 26.0., guix-commits, 2019/11/08