How To Install hpl-openmpi on Fedora 36

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

Introduction

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

What is hpl-openmpi

This package contains HPL compiled with openmpi.

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

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

sudo dnf -y install hpl-openmpi

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

sudo yum -y install hpl-openmpi

How To Uninstall hpl-openmpi on Fedora 36

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

sudo dnf remove hpl-openmpi

hpl-openmpi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/9582bded1814828d2ad7c1c01d41929c177f30
/usr/lib64/openmpi/bin/xhpl_openmpi

References

Summary

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