How To Install hpl-mpich on Fedora 36

In this tutorial we learn how to install hpl-mpich in Fedora 36. hpl-mpich is HPL compiled against mpich

Introduction

In this tutorial we learn how to install hpl-mpich on Fedora 36.

What is hpl-mpich

This package contains HPL compiled with mpich.

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

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

sudo dnf -y install hpl-mpich

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

sudo yum -y install hpl-mpich

How To Uninstall hpl-mpich on Fedora 36

To uninstall only the hpl-mpich package we can use the following command:

sudo dnf remove hpl-mpich

hpl-mpich Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/a0bd575ce6b0e5b20b04442386c3a2e14b131b
/usr/lib64/mpich/bin/xhpl_mpich

References

Summary

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