[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: ucx: Enable InfiniBand support through Verbs.
From: |
guix-commits |
Subject: |
01/12: gnu: ucx: Enable InfiniBand support through Verbs. |
Date: |
Fri, 15 Nov 2019 11:53:26 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit b35f621e45f4977fba7a341c986118396ff0565b
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 master updated (f3560c6 -> faab708), guix-commits, 2019/11/15
- 01/12: gnu: ucx: Enable InfiniBand support through Verbs.,
guix-commits <=
- 02/12: gnu: ucx: Do not install static libraries., guix-commits, 2019/11/15
- 03/12: gnu: openmpi: Pass explicit "--with-*" configure flags., guix-commits, 2019/11/15
- 05/12: gnu: rdma-core: Update to 26.0., guix-commits, 2019/11/15
- 09/12: gnu: hwloc: Update to 2.1.0., guix-commits, 2019/11/15
- 10/12: gnu: openmpi, slurm: Switch to hwloc 2.x., guix-commits, 2019/11/15
- 04/12: gnu: rdma-core: Use the "write" ioctl mode., guix-commits, 2019/11/15
- 08/12: gnu: slurm: Build shared libraries only., guix-commits, 2019/11/15
- 06/12: gnu: Add Intel MPI Benchmarks., guix-commits, 2019/11/15
- 11/12: gnu: psm: Add "debug" output., guix-commits, 2019/11/15
- 07/12: gnu: slurm: Update to 19.05.3-2., guix-commits, 2019/11/15