How To Install mpibash-openmpi on Fedora 36

In this tutorial we learn how to install mpibash-openmpi in Fedora 36. mpibash-openmpi is Mpibash Open MPI binaries and libraries

Introduction

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

What is mpibash-openmpi

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 Open MPI, package incl. binaries and libraries

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

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

sudo dnf -y install mpibash-openmpi

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

sudo yum -y install mpibash-openmpi

How To Uninstall mpibash-openmpi on Fedora 36

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

sudo dnf remove mpibash-openmpi

mpibash-openmpi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/ce039cea353305fe55c3ddb9f92c850899f550
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/c1b6220ae8156d43db6b03d1f969764af712aa
/usr/lib64/openmpi/bin/mbcp_openmpi
/usr/lib64/openmpi/bin/mbtar_openmpi
/usr/lib64/openmpi/bin/mbxz_openmpi
/usr/lib64/openmpi/bin/mpibash_openmpi
/usr/lib64/openmpi/lib/mpibash
/usr/lib64/openmpi/lib/mpibash/circlebash.so
/usr/lib64/openmpi/lib/mpibash/mpibash.so
/usr/share/man/openmpi-x86_64/man1/mbcp_openmpi.1.gz
/usr/share/man/openmpi-x86_64/man1/mbtar_openmpi.1.gz
/usr/share/man/openmpi-x86_64/man1/mbxz_openmpi.1.gz

References

Summary

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