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

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

Introduction

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

What is intel-mpi-benchmarks-mpich

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 MPICH implementation of MPI.

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

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

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

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

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

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

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

sudo dnf remove intel-mpi-benchmarks-mpich

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

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/765261f44ca27e5bce13b4a4b2b86af3182144
/usr/lib/.build-id/24
/usr/lib/.build-id/24/3c0ca1c41c8475e90854a0ad86febe8a07979b
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/b2422060711e25a41f79ab4e6774b19458b7f4
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/38815d92bc476b723b81f7df1c487c51b55b7b
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/97fb111b7bcc0815ad57988eb7409b61962242
/usr/lib64/mpich/bin/IMB-EXT_mpich
/usr/lib64/mpich/bin/IMB-IO_mpich
/usr/lib64/mpich/bin/IMB-MPI1_mpich
/usr/lib64/mpich/bin/IMB-NBC_mpich
/usr/lib64/mpich/bin/IMB-RMA_mpich

References

Summary

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