guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: ucx: Enable InfiniBand support through Verbs.


From: guix-commits
Subject: 01/10: gnu: ucx: Enable InfiniBand support through Verbs.
Date: Tue, 12 Nov 2019 12:25:18 -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]