How To Install MUMPS-openmpi on Rocky Linux 8
Introduction
In this tutorial we learn how to install MUMPS-openmpi
on Rocky Linux 8.
What is MUMPS-openmpi
MUMPS libraries compiled against openmpi.
We can use yum
or dnf
to install MUMPS-openmpi
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install MUMPS-openmpi.
Install MUMPS-openmpi 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-openmpi
using dnf
by running the following command:
sudo dnf -y install MUMPS-openmpi
Install MUMPS-openmpi 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-openmpi
using yum
by running the following command:
sudo yum -y install MUMPS-openmpi
How To Uninstall MUMPS-openmpi on Rocky Linux 8
To uninstall only the MUMPS-openmpi
package we can use the following command:
sudo dnf remove MUMPS-openmpi
MUMPS-openmpi Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/cdb48259f331dd7a1bd748de9645220bf87dfd
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/3f2a4456fdfb3877eb2143cd868e3ddd62e2c0
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/7fe4afbd2fc43e5349af76639593dce00dcd85
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/caafd0636b48717a2d55ab38e66868087b5933
/usr/lib/.build-id/d1/605b11bee18d9fec43e5a98a840bf6e33de027
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/41cb83171489c51150eab59a839e249d7f9217
/usr/lib64/openmpi/lib/libcmumps-5.3.so
/usr/lib64/openmpi/lib/libdmumps-5.3.so
/usr/lib64/openmpi/lib/libmumps_common-5.3.so
/usr/lib64/openmpi/lib/libpord-5.3.so
/usr/lib64/openmpi/lib/libsmumps-5.3.so
/usr/lib64/openmpi/lib/libzmumps-5.3.so
References
Summary
In this tutorial we learn how to install MUMPS-openmpi
on Rocky Linux 8 using yum and dnf.