How To Install MUMPS-openmpi-examples on Rocky Linux 8

In this tutorial we learn how to install MUMPS-openmpi-examples on Rocky Linux 8. MUMPS-openmpi-examples is The MUMPS OpenMPI common illustrative test programs

Introduction

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

What is MUMPS-openmpi-examples

This package contains common illustrative test programs about how MUMPS-openmpi can be used.

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

Install MUMPS-openmpi-examples 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-examples using dnf by running the following command:

sudo dnf -y install MUMPS-openmpi-examples

Install MUMPS-openmpi-examples 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-examples using yum by running the following command:

sudo yum -y install MUMPS-openmpi-examples

How To Uninstall MUMPS-openmpi-examples on Rocky Linux 8

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

sudo dnf remove MUMPS-openmpi-examples

MUMPS-openmpi-examples Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/1f0d664c850864fa98260d10ad71465e50d2fb
/usr/lib/.build-id/08
/usr/lib/.build-id/08/d37b559ea835334d23ccebb74c28cc4bc1c710
/usr/lib/.build-id/55
/usr/lib/.build-id/55/9e55a6d5f6c6f6ab31ac6072c92b4f74b9b70e
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/b8762ec67da2687a6c062c7b91b97d42d5fe13
/usr/lib64/openmpi/MUMPS-5.3.5-examples
/usr/lib64/openmpi/MUMPS-5.3.5-examples/README-examples
/usr/lib64/openmpi/MUMPS-5.3.5-examples/csimpletest
/usr/lib64/openmpi/MUMPS-5.3.5-examples/dsimpletest
/usr/lib64/openmpi/MUMPS-5.3.5-examples/input_simpletest_cmplx
/usr/lib64/openmpi/MUMPS-5.3.5-examples/input_simpletest_real
/usr/lib64/openmpi/MUMPS-5.3.5-examples/ssimpletest
/usr/lib64/openmpi/MUMPS-5.3.5-examples/zsimpletest

References

Summary

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