How To Install mpibash-mpich on Fedora 36

In this tutorial we learn how to install mpibash-mpich in Fedora 36. mpibash-mpich is Mpibash MPICH binaries and libraries

Introduction

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

What is mpibash-mpich

MPI-Bash makes it possible to parallelize Bash scripts which run a set of Linux commands independently over a large number of input files. Because MPI-Bash includes various MPI functions for data transfer and synchronization, it is not limited to parallel workloads but can incorporate phased operations (i.e. all workers must finish operation X before any worker is allowed to begin operation Y). mpibash compiled with MPICH, package incl. binaries and libraries

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

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

sudo dnf -y install mpibash-mpich

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

sudo yum -y install mpibash-mpich

How To Uninstall mpibash-mpich on Fedora 36

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

sudo dnf remove mpibash-mpich

mpibash-mpich Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/9b6c1ec221c532a3d49780677c2662a88c7877
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/1a6c01c1538bb04093e30afe73aae56c633e80
/usr/lib64/mpich/bin/mbcp_mpich
/usr/lib64/mpich/bin/mbtar_mpich
/usr/lib64/mpich/bin/mbxz_mpich
/usr/lib64/mpich/bin/mpibash_mpich
/usr/lib64/mpich/lib/mpibash
/usr/lib64/mpich/lib/mpibash/circlebash.so
/usr/lib64/mpich/lib/mpibash/mpibash.so
/usr/share/man/mpich-x86_64/man1/mbcp_mpich.1.gz
/usr/share/man/mpich-x86_64/man1/mbtar_mpich.1.gz
/usr/share/man/mpich-x86_64/man1/mbxz_mpich.1.gz

References

Summary

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