How To Install MUMPS-mpich on Rocky Linux 8

In this tutorial we learn how to install MUMPS-mpich on Rocky Linux 8. MUMPS-mpich is MUMPS libraries compiled against MPICH

Introduction

In this tutorial we learn how to install MUMPS-mpich on Rocky Linux 8.

What is MUMPS-mpich

MUMPS libraries compiled against MPICH.

We can use yum or dnf to install MUMPS-mpich on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install MUMPS-mpich.

Install MUMPS-mpich on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install MUMPS-mpich using dnf by running the following command:

sudo dnf -y install MUMPS-mpich

Install MUMPS-mpich on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install MUMPS-mpich using yum by running the following command:

sudo yum -y install MUMPS-mpich

How To Uninstall MUMPS-mpich on Rocky Linux 8

To uninstall only the MUMPS-mpich package we can use the following command:

sudo dnf remove MUMPS-mpich

MUMPS-mpich Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/8c98b7fa85babe45279e0d74bdc97bd7658dcc
/usr/lib/.build-id/49
/usr/lib/.build-id/49/64f6d6b74d08487c17232758864621c68186c2
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/cf6812f57959554216057936ab3907a2e786c2
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/d4db50ac153ce8b89b21d9337c62f3207925dc
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/e202b5d63c5c03bdd8fce5d775897e79e36437
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/11a490b2fdb2c25a9aa94fcd0f6cbdfba14d49
/usr/lib64/mpich/lib/libcmumps-5.3.so
/usr/lib64/mpich/lib/libdmumps-5.3.so
/usr/lib64/mpich/lib/libmumps_common-5.3.so
/usr/lib64/mpich/lib/libpord-5.3.so
/usr/lib64/mpich/lib/libsmumps-5.3.so
/usr/lib64/mpich/lib/libzmumps-5.3.so

References

Summary

In this tutorial we learn how to install MUMPS-mpich on Rocky Linux 8 using yum and dnf.