How to Install and Uninstall ucx.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "ucx.src" package

Please follow the guidance below to install ucx.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ucx.src

2. Uninstall "ucx.src" package

Please follow the guidance below to uninstall ucx.src on Oracle Linux 9:

$ sudo dnf remove ucx.src $ sudo dnf autoremove

3. Information about the ucx.src package on Oracle Linux 9

Last metadata expiration check: 3:53:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ucx
Version : 1.14.1
Release : 1.el9.1
Architecture : src
Size : 2.9 M
Source : None
Repository : ol9_appstream
Summary : UCX is a communication library implementing high-performance messaging
URL : http://www.openucx.org
License : BSD
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".