summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ucx-tcp-iface-ioctl.patch
Commit message (Expand)AuthorAgeFilesLines
* gnu: ucx: Update to 1.17.0.•••* gnu/packages/fabric-management.scm (ucx): Update to 1.17.0. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Rebase. Change-Id: I2089de93da88f4f81c4b233eb03abae1f41dfe7f Ludovic Courtès2024-12-011-11/+11
* Revert "gnu: ucx: Update to 1.17.0."•••This reverts commit 7c36577cdec8185ea7df608eb9a68424e19ee9cb, which broke unit tests running in the chroot build environment. For instance, tests of ‘hdf5-parallel-openmpi’ would fail with: Testing ../../src/h5diff/ph5diff -c 1_vds.h5 2_vds.h5 *FAILED* ====Expected result (expect_sorted) differs from actual result (actual_sorted) *** expect_sorted 2024-12-01 16:41:03.795879595 +0000 --- actual_sorted 2024-12-01 16:41:03.791879542 +0000 *************** *** 1,3 **** --- 1,15 ---- Not comparable: </vds_dset> has rank 3, dimensions [5x18x8], max dimensions [18446744073709551615x18x8] Warning: </vds_dset> or </vds_dset> is a virtual dataset + [1733071262.437780] [localhost:33263:0] tcp_iface.c:893 UCX ERROR scandir(/sys/class/net) failed: No such file or directory + [1733071262.468994] [localhost:33247:0] tcp_iface.c:893 UCX ERROR scandir(/sys/class/net) failed: No such file or directory + [1733071262.479911] [localhost:33242:0] tcp_iface.c:893 UCX ERROR scandir(/sys/class/net) failed: No such file or directory Change-Id: I9c08d3c5375a2abd7d78344dfbef9b407828d1e0 Ludovic Courtès2024-12-011-0/+127
* gnu: ucx: Update to 1.17.0.•••* gnu/packages/mpi.scm (ucx): Update to 1.17.0. [source]: Remove patch. Add snippet to add missing header. [supported-systems]: Add riscv64-linux. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I56db18f32ec0baa8439a31a1781763f318e8726e Efraim Flashner2024-12-011-127/+0
* gnu: ucx: Update to 1.15.0.•••* gnu/packages/fabric-management.scm (ucx): Update to 1.15.0. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Update for 1.15.0. Ludovic Courtès2023-11-151-43/+62
* gnu: ucx: Update to 1.14.0.•••* gnu/packages/fabric-management.scm (ucx): Update to 1.14.0. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Adapt patch to new ucx version. Guillaume Le Vaillant2023-03-271-3/+3
* gnu: ucx: Restore (and adapt) ioctl fallback patch.•••This is a followup to 4ebd4a58ce307874b18c30ffcd4852440e475ad5 which removed the patch, but it was still necessary for some dependents. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fabric-management.scm (ucx)[source](patches): New field. Marius Bakke2021-05-221-0/+108
* gnu: ucx: Update to 1.9.0.•••* gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fabric-management.scm (ucx): Update to 1.9.0. [source](patches): Remove. Marius Bakke2021-05-181-109/+0
* gnu: 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ès2019-11-161-0/+109