How To Install orsa-mpich on Fedora 36

In this tutorial we learn how to install orsa-mpich in Fedora 36. orsa-mpich is A build of orsa with support for MPICH MPI

Introduction

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

What is orsa-mpich

This package contains a build of orsa with support for MPICH MPI.

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

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

sudo dnf -y install orsa-mpich

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

sudo yum -y install orsa-mpich

How To Uninstall orsa-mpich on Fedora 36

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

sudo dnf remove orsa-mpich

orsa-mpich Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/41b4f4fa240cea9b3b2991fd9e5cdf0d912c12
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/695056c7b734d1fa7d3f7055713aeacdd213f9
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/cf83d9a5ff258fa67450244dbb1ee5ac6cf0a1
/usr/lib64/mpich/bin/xorsa_mpich
/usr/lib64/mpich/lib/liborsa.so.0
/usr/lib64/mpich/lib/liborsa.so.0.0.0
/usr/lib64/mpich/lib/libxorsa.so.0
/usr/lib64/mpich/lib/libxorsa.so.0.0.0

References

Summary

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