How To Install MUMPS-openmp on Rocky Linux 8
Introduction
In this tutorial we learn how to install MUMPS-openmp
on Rocky Linux 8.
What is MUMPS-openmp
MUMPS libraries with OpenMP support.
We can use yum
or dnf
to install MUMPS-openmp
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install MUMPS-openmp.
Install MUMPS-openmp 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-openmp
using dnf
by running the following command:
sudo dnf -y install MUMPS-openmp
Install MUMPS-openmp 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-openmp
using yum
by running the following command:
sudo yum -y install MUMPS-openmp
How To Uninstall MUMPS-openmp on Rocky Linux 8
To uninstall only the MUMPS-openmp
package we can use the following command:
sudo dnf remove MUMPS-openmp
MUMPS-openmp Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/bcc44edb1b3501d1ce4f8f510b7c18ccb7ba41
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/6f9f5b75bc008dc483ab860230e99cc26659e1
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/62f635f5db0a616c081f8276a3571590b8fb78
/usr/lib/.build-id/54
/usr/lib/.build-id/54/37df695bfbdfa731dbef31460e9ef375a33945
/usr/lib/.build-id/76
/usr/lib/.build-id/76/dbe1f6b2d18a6a88637de6b61602f7a915390a
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/616004f1b0aa2c75f6f3fccb364e78f0d8dbba
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/6e4ad18921b7e7bf557dfae60847ff16cbd304
/usr/lib64/libcmumpso-5.3.so
/usr/lib64/libdmumpso-5.3.so
/usr/lib64/libmpiseqo-5.3.so
/usr/lib64/libmumpso_common-5.3.so
/usr/lib64/libpordo-5.3.so
/usr/lib64/libsmumpso-5.3.so
/usr/lib64/libzmumpso-5.3.so
References
Summary
In this tutorial we learn how to install MUMPS-openmp
on Rocky Linux 8 using yum and dnf.