How To Install SuperLUMT on Fedora 36

In this tutorial we learn how to install SuperLUMT in Fedora 36. SuperLUMT is Single precision real SuperLU routines for shared memory parallel machines

Introduction

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

What is SuperLUMT

Subroutines to solve sparse linear systems for shared memory parallel machines. SuperLU contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP). The columns of A may be preordered before factorization; the preordering for sparsity is completely separate from the factorization.

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

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

sudo dnf -y install SuperLUMT

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

sudo yum -y install SuperLUMT

How To Uninstall SuperLUMT on Fedora 36

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

sudo dnf remove SuperLUMT

SuperLUMT Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/db
/usr/lib/.build-id/db/196c43add086a5c1f0e77fc2152e3eeede42f5
/usr/lib/libsuperlumt_s.so.3.1

References

Summary

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


title: “How To Install SuperLUMT on Fedora 36” linkTitle: “SuperLUMT” type: “docs” description: “In this tutorial we learn how to install SuperLUMT in Fedora 36. SuperLUMT is Single precision real SuperLU routines for shared memory parallel machines” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/SuperLUMT-featured.png

Introduction

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

What is SuperLUMT

Subroutines to solve sparse linear systems for shared memory parallel machines. SuperLU contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP). The columns of A may be preordered before factorization; the preordering for sparsity is completely separate from the factorization.

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

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

sudo dnf -y install SuperLUMT

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

sudo yum -y install SuperLUMT

How To Uninstall SuperLUMT on Fedora 36

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

sudo dnf remove SuperLUMT

SuperLUMT Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/0763a7aa483c8aeba8c7edf0ed801c3199ce3c
/usr/lib64/libsuperlumt_s.so.3.1

References

Summary

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