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".master
parent
f3560c626d
commit
b35f621e45
|
@ -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")))
|
||||
|
|
Reference in New Issue