How To Install MUMPS on Fedora 36

In this tutorial we learn how to install MUMPS in Fedora 36. MUMPS is A MUltifrontal Massively Parallel sparse direct Solver

Introduction

In this tutorial we learn how to install MUMPS on Fedora 36.

What is MUMPS

MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch.

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

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

sudo dnf -y install MUMPS

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

sudo yum -y install MUMPS

How To Uninstall MUMPS on Fedora 36

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

sudo dnf remove MUMPS

MUMPS Package Contents on Fedora 36

---
title: "How To Install MUMPS on Fedora 36"
linkTitle: "MUMPS"
type: "docs"
description: "In this tutorial we learn how to install MUMPS in Fedora 36. MUMPS is A MUltifrontal Massively Parallel sparse direct Solver"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/MUMPS-featured.png
---

## Introduction

In this tutorial we learn how to install `MUMPS` on Fedora 36.

### What is `MUMPS`

> MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices.  It can operate on distributed matrices e.g. over a cluster.  It has Fortran and C interfaces, and can interface with ordering tools such as Scotch.  

We can use `yum` or `dnf` to install `MUMPS` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install MUMPS.

## Install MUMPS on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install MUMPS

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

sudo yum -y install MUMPS

How To Uninstall MUMPS on Fedora 36

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

sudo dnf remove MUMPS

MUMPS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/5e4473089ace50f73a414563bcd566af9cf6e4
/usr/lib/.build-id/54
/usr/lib/.build-id/54/5f1a4161a3aa2c1319aad675f24d4131f0ebcf
/usr/lib/.build-id/75
/usr/lib/.build-id/75/357e7e3dcfd701bfdf01901bba23499684b9bc
/usr/lib/.build-id/79
/usr/lib/.build-id/79/fa4e9c4a5602728d3b2d8506bf9e110058a646
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/9adabb22ef9bd1e45c00eb83e089b1953f0d28
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/7bc147dfba654c3f836d291c526ffde3479997
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/56828095bc79e5c94aae69a4266bf795de5e32
/usr/lib/libcmumps-5.4.so
/usr/lib/libdmumps-5.4.so
/usr/lib/libmpiseq-5.4.so
/usr/lib/libmumps_common-5.4.so
/usr/lib/libpord-5.4.so
/usr/lib/libsmumps-5.4.so
/usr/lib/libzmumps-5.4.so
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/7c7aa64f6d0aa789d683f0717a061fe9bafd37
/usr/lib/.build-id/34
/usr/lib/.build-id/34/be0cb634a7aad51ed2627ad9c0d1b235da79d4
/usr/lib/.build-id/38
/usr/lib/.build-id/38/af0d22fbde1b672cc26ac5741589f16df987ad
/usr/lib/.build-id/43
/usr/lib/.build-id/43/670c6338250b6fcd72523f458e809c94b3f178
/usr/lib/.build-id/59
/usr/lib/.build-id/59/c931080bb41b21ccb052b062059e0af0a6aff6
/usr/lib/.build-id/76
/usr/lib/.build-id/76/399147f0f69d61568d9a813b503a3ab3256068
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/d106bd9e7f7e6f2299f7875f4194bf3b91b8ab
/usr/lib64/libcmumps-5.4.so
/usr/lib64/libdmumps-5.4.so
/usr/lib64/libmpiseq-5.4.so
/usr/lib64/libmumps_common-5.4.so
/usr/lib64/libpord-5.4.so
/usr/lib64/libsmumps-5.4.so
/usr/lib64/libzmumps-5.4.so

References

Summary

In this tutorial we learn how to install MUMPS on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [MUMPS website](http://mumps.enseeiht.fr/)

## Summary

In this tutorial we learn how to install `MUMPS` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).