How To Install intel-mpi-benchmarks-openmpi on Fedora 36

In this tutorial we learn how to install intel-mpi-benchmarks-openmpi in Fedora 36. intel-mpi-benchmarks-openmpi is Intel MPI benchmarks compiled against openmpi

Introduction

In this tutorial we learn how to install intel-mpi-benchmarks-openmpi on Fedora 36.

What is intel-mpi-benchmarks-openmpi

The Intel MPI Benchmarks perform a set of MPI performance measurements for point-to-point and global communication operations for a range of message sizes. The generated benchmark data fully characterizes - Performance of a cluster system, including node performance, network latency, and throughput - Efficiency of the MPI implementation used This package was built against the Open MPI implementation of MPI.

We can use yum or dnf to install intel-mpi-benchmarks-openmpi on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install intel-mpi-benchmarks-openmpi.

Install intel-mpi-benchmarks-openmpi 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 intel-mpi-benchmarks-openmpi using dnf by running the following command:

sudo dnf -y install intel-mpi-benchmarks-openmpi

Install intel-mpi-benchmarks-openmpi 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 intel-mpi-benchmarks-openmpi using yum by running the following command:

sudo yum -y install intel-mpi-benchmarks-openmpi

How To Uninstall intel-mpi-benchmarks-openmpi on Fedora 36

To uninstall only the intel-mpi-benchmarks-openmpi package we can use the following command:

sudo dnf remove intel-mpi-benchmarks-openmpi

intel-mpi-benchmarks-openmpi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/d091f881ed55f449eddfedd983161799a5b04b
/usr/lib/.build-id/82
/usr/lib/.build-id/82/a922cb10d838f6183ebfb17bcf34e839bb0e59
/usr/lib/.build-id/be
/usr/lib/.build-id/be/4381dc082bcaabe373eecbe763a3d81b719287
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/3cccab2dd3ebeac34416e16899704f888584f3
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/f7f60c0c2a4b8eaa6884e36473d57c9d99ceac
/usr/lib64/openmpi/bin/IMB-EXT_openmpi
/usr/lib64/openmpi/bin/IMB-IO_openmpi
/usr/lib64/openmpi/bin/IMB-MPI1_openmpi
/usr/lib64/openmpi/bin/IMB-NBC_openmpi
/usr/lib64/openmpi/bin/IMB-RMA_openmpi

References

Summary

In this tutorial we learn how to install intel-mpi-benchmarks-openmpi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).