How To Install ucx on Fedora 36
Introduction
In this tutorial we learn how to install ucx
on Fedora 36.
What is ucx
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 The acronym UCX stands for “Unified Communication X”. This package was built from ’’ branch, commit 8ab494b.
We can use yum
or dnf
to install ucx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ucx.
Install ucx on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ucx
using dnf
by running the following command:
sudo dnf -y install ucx
Install ucx on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ucx
using yum
by running the following command:
sudo yum -y install ucx
How To Uninstall ucx on Fedora 36
To uninstall only the ucx
package we can use the following command:
sudo dnf remove ucx
ucx Package Contents on Fedora 36
/usr/bin/io_demo
/usr/bin/ucx_info
/usr/bin/ucx_perftest
/usr/bin/ucx_read_profile
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/e390d4686c5fe49344198a10fadf09bd4e3b21
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/bf2ad1a2b54c911848d0c1837a06a742e8e436
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/2f8cdc521e8a680df0e9e5a76826016c5914f5
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/572b6d4365139376848181ba18140c09a4e8a3
/usr/lib/.build-id/98
/usr/lib/.build-id/98/dd0d729ab735e9414186e53fdcf362d5986d8b
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/8deebea4a8b9993c4698e48dc17c82c7d0ab08
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/f6e4173ed16acc78482ace0f9d22788adac82e
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/743691984f69155fc55be3c032604bfb1512a6
/usr/lib64/libucm.so.0
/usr/lib64/libucm.so.0.0.0
/usr/lib64/libucp.so.0
/usr/lib64/libucp.so.0.0.0
/usr/lib64/libucs.so.0
/usr/lib64/libucs.so.0.0.0
/usr/lib64/libuct.so.0
/usr/lib64/libuct.so.0.0.0
/usr/share/doc/ucx
/usr/share/doc/ucx/AUTHORS
/usr/share/doc/ucx/NEWS
/usr/share/doc/ucx/README
/usr/share/licenses/ucx
/usr/share/licenses/ucx/LICENSE
/usr/share/ucx
/usr/share/ucx/perftest
/usr/share/ucx/perftest/README
/usr/share/ucx/perftest/msg_pow2
/usr/share/ucx/perftest/msg_pow2_large
/usr/share/ucx/perftest/test_types_ucp
/usr/share/ucx/perftest/test_types_uct
/usr/share/ucx/perftest/transports
References
Summary
In this tutorial we learn how to install ucx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).