From 6815c47d1c119a46fa48f04511b4ca55a19d25c6 Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Wed, 20 Dec 2023 10:47:53 +0100 Subject: [PATCH 1/4] Update NVIDIA gdrcopy to v2.4.1 Changes in v2.4.1: - add support for persistent mapping - fix bug in src/gdrdrv/Makefile - fix compile-time bug when check.h is not found Changes in v2.4: - various bug fixes in the test and benchmark applications - prefix all applications with "gdrcopy_" - introduce more unit tests in gdrcopy_sanity - introduce gdrcopy_pplat benchmark application - remove dependency on libcheck and libsubunit - introduce gdr_get_info_v2 - introduce new copy algorithm for device mappings - add support for NVIDIA BLUEFIELD-3 - add support for Linux kernel >= 6.3 - add support for SLES and OpenSUSE - add support for systemd service on RHEL9 - relicense gdrdrv to Dual MIT/GPL - fix bugs in gdrdrv when pinning two small buffers back-to-back - add support for coherent platforms such as Grace-Hopper - add support for Confidential Computing (CC) --- gdrcopy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdrcopy.spec b/gdrcopy.spec index 1828f5c4267..5776d73d80c 100644 --- a/gdrcopy.spec +++ b/gdrcopy.spec @@ -1,4 +1,4 @@ -### RPM external gdrcopy 2.3 +### RPM external gdrcopy 2.4.1 ## INITENV +PATH LD_LIBRARY_PATH %i/lib64 Source: https://github.com/NVIDIA/%{n}/archive/v%{realversion}.tar.gz Requires: cuda From 04c88d0e5214d05f3a4927d91b80dca55282bed5 Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Wed, 20 Dec 2023 10:51:34 +0100 Subject: [PATCH 2/4] Update UCX to v1.15.0 See https://github.com/openucx/ucx/releases/v1.15.0 for a list of changes. --- ucx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucx.spec b/ucx.spec index 9a4feec5fa5..427e61820d3 100644 --- a/ucx.spec +++ b/ucx.spec @@ -1,4 +1,4 @@ -### RPM external ucx 1.14.1 +### RPM external ucx 1.15.0 Source: https://github.com/openucx/%{n}/archive/refs/tags/v%{realversion}.tar.gz BuildRequires: autotools Requires: cuda gdrcopy From 06df464641b5f6b57c95963522252f911c3e6a81 Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Wed, 20 Dec 2023 10:59:59 +0100 Subject: [PATCH 3/4] Update RDMA Core Userspace Libraries to v50.0 --- rdma-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdma-core.spec b/rdma-core.spec index 94bb7c87b52..1b9ab95d01f 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -1,4 +1,4 @@ -### RPM external rdma-core 39.1 +### RPM external rdma-core 50.0 ## INITENV +PATH LD_LIBRARY_PATH %{i}/lib64 Source: https://github.com/linux-rdma/%{n}/releases/download/v%{realversion}/rdma-core-%{realversion}.tar.gz From 7e76ccf725fd0fd2c81e25a5b524a9be7a283059 Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Wed, 20 Dec 2023 11:00:52 +0100 Subject: [PATCH 4/4] Update OpenMPI to v4.1.6 This release is a bug fix release. See https://www.mail-archive.com/announce@lists.open-mpi.org/msg159.html for the list of fixes and other changes. --- openmpi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmpi.spec b/openmpi.spec index 6b3f3e7a326..d441b8b0173 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -1,4 +1,4 @@ -### RPM external openmpi 4.1.5 +### RPM external openmpi 4.1.6 ## INITENV SET OPAL_PREFIX %{i} Source: https://download.open-mpi.org/release/open-mpi/v4.1/%{n}-%{realversion}.tar.bz2 BuildRequires: autotools