/gnu/tests/

097da8ac3a5e0e818608cc4b4848a00362c00'>fabric-management.scm
AgeCommit message (Expand)Author
2019-11-16gnu: ucx: Avoid relying on /sys/class/net....This fixes test failures of packages that use Open MPI, whereby UCX would error out due to /sys/class/net being unavailable in the build chroot that the daemon sets up. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file. * gnu/packages/fabric-management.scm (ucx)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès
2019-11-15gnu: ucx: Do not install static libraries....* gnu/packages/fabric-management.scm (ucx)[arguments]: Pass "--disable-static". Ludovic Courtès
2019-11-15gnu: 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". Ludovic Courtès
2019-10-17gnu: ucx: Build verbosely....* gnu/packages/fabric-management.scm (ucx)[arguments]: Add #:make-flags. Ludovic Courtès
2019-10-17gnu: ucx: Disable optimizations specific to the build machine....* gnu/packages/fabric-management.scm (ucx)[arguments]: Replace "--enable-optimizations" with "--disable-optimizations". Ludovic Courtès
2019-10-15gnu: Add ucx....* gnu/packages/fabric-management.scm (ucx): New variable. Ludovic Courtès
2019-10-09gnu: opensm: Update to 3.3.22....* gnu/packages/fabric-management.scm (opensm): Update to 3.3.22. Tobias Geerinckx-Rice