[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project ucx-1.17.0-2.el10

Name ucx
Epoch 0
Version 1.17.0
Release 2.el10
Website/URL http://www.openucx.org
License BSD-3-Clause AND MIT AND CC-PDDC AND (BSD-3-Clause OR Apache-2.0)
Build Time 2024-12-24 16:25:57
Build Host builder-x86-04.inferitos.ru
Summary UCX is a communication library implementing high-performance messaging
Repositories AppStream
Description UCX is an optimized communication framework for high-performance distributed applications. UCX utilizes high-speed networks, such as RDMA (InfiniBand, RoCE, etc), Cray Gemini or Aries, for inter-node communication. If no such network is available, TCP is used instead. UCX supports efficient transfer of data in either main memory (RAM) or GPU memory (through CUDA and ROCm libraries). In addition, UCX provides efficient intra-node communication, by leveraging the following shared memory mechanisms: posix, sysv, cma, knem, and xpmem. The acronym UCX stands for "Unified Communication X".
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
ucx-1.17.0-2.el10.x86_64 UCX is a communication library implementing high-performance messaging 48da4ae9ba8103243b9da98d9e844e0b52b38ce5786405a7e4c19c0b3e50e42f download
ucx-cma-1.17.0-2.el10.x86_64 UCX CMA support 8612b82061259844009e094e3e6d1fc62e763c75de28a4197f581402a0bede26 download
ucx-devel-1.17.0-2.el10.x86_64 Header files required for developing with UCX d6391f2c426f81c68b0b9cbdaa34e76a2aefe9e8558186f44268275ab47a42b6 download
ucx-ib-1.17.0-2.el10.x86_64 UCX RDMA support f43df2a5c1e69c6def0fb9c0a11469a2112d4db6b56cfd4ec7de6e50925dd0a7 download
ucx-rdmacm-1.17.0-2.el10.x86_64 UCX RDMA connection manager support ab8d16f9e62dbb1836f42c8028b7555e68039782315fc0763a0807f7a6357f62 download
aarch64
ucx-1.17.0-2.el10.aarch64 UCX is a communication library implementing high-performance messaging 41e91872fecc583c1cb12c2e85a12eb7423a87def3512bde3c7bd5551d3bb8a5 download
ucx-cma-1.17.0-2.el10.aarch64 UCX CMA support 977008825cbac074cb0afd76e1d7f55254f8569d493d6f0ae4229b10de4ba5e4 download
ucx-devel-1.17.0-2.el10.aarch64 Header files required for developing with UCX 87c034e7d1d11664b7691a2ac1bdfac5f1bced7d404776c4f830ab5c91d9f5e7 download
ucx-ib-1.17.0-2.el10.aarch64 UCX RDMA support a7a213b1d2e42c5a36c61e578e73547566c84f1c70cae38ae2d263eaa0c1546f download
ucx-rdmacm-1.17.0-2.el10.aarch64 UCX RDMA connection manager support e6437ee0a11f1afa6e66a97f9fd9042cd046c01e0e063adcb9861da1dad1dacf download
src
ucx-1.17.0-2.el10.src UCX is a communication library implementing high-performance messaging 797bf4253fd4d2cb612c643924755b451be81e17c2e9990eb1ee3e4a5fcbdaf8 download
Changelog link
* Fri Nov 22 2024 Kamal Heib <kheib@redhat.com> - 1.17.0-2
- Fix Unhandled patch file issue
  Resolves: RHEL-24811

* Wed Nov 13 2024 Kamal Heib <kheib@redhat.com> - 1.17.0-1
- Update to upstream release 1.17.0
  Resolves: RHEL-24811

* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.0-4
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.15.0-3
- Rebuilt for MSVSphere 10

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.15.0-3
- Bump release for June 2024 mass rebuild

* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Dec 24 2023 Benson Muite <benson_muite@emailplus.org> - 1.15.0-1
- Upgrade to new release

* Sun Dec 24 2023 Benson Muite <benson_muite@emailplus.org> - 1.14.1-5
- Add patch to separate C and C++ flags from yselkowitz

* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Thu Jun 22 2023 Benson Muite <benson_muite@emailplus.org> - 1.14.1-3
- Apply fix to enable building with GCC13