How To Install ga-openmpi on Fedora 36

In this tutorial we learn how to install ga-openmpi in Fedora 36. ga-openmpi is Global Arrays Toolkit for OpenMPI

Introduction

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

What is ga-openmpi

The Global Arrays (GA) toolkit provides an efficient and portable “shared-memory” programming interface for distributed-memory computers. Each process in a MIMD parallel program can asynchronously access logical blocks of physically distributed dense multi- dimensional arrays, without need for explicit cooperation by other processes. Unlike other shared-memory environments, the GA model exposes to the programmer the non-uniform memory access (NUMA) characteristics of the high performance computers and acknowledges that access to a remote portion of the shared data is slower than to the local portion. The locality information for the shared data is available, and a direct access to the local portions of shared data is provided. - Libraries against OpenMPI.

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

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

sudo dnf -y install ga-openmpi

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

sudo yum -y install ga-openmpi

How To Uninstall ga-openmpi on Fedora 36

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

sudo dnf remove ga-openmpi

ga-openmpi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/3a975f534ffe619e05243f9c4f4e788bd8c9a7
/usr/lib/.build-id/65
/usr/lib/.build-id/65/7464625c792857dcd6e0d7ba1928e7a617883a
/usr/lib/.build-id/79
/usr/lib/.build-id/79/eb1b505eb7928ef9d1960bd09d2ab78feb7f3b
/usr/lib/.build-id/93
/usr/lib/.build-id/93/76994572a5592e1beea022bd7e3ab6d7b6cae1
/usr/lib/.build-id/96
/usr/lib/.build-id/96/4c7cc5dd1be011ac9d3c4a5bfa5906934e6e80
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/ed77f20b708380474808f1b0dda5ab0d08d69f
/usr/lib64/openmpi/bin/adjust.x
/usr/lib64/openmpi/bin/collisions.x
/usr/lib64/openmpi/lib/libarmci.so.0
/usr/lib64/openmpi/lib/libarmci.so.0.0.0
/usr/lib64/openmpi/lib/libcomex.so.0
/usr/lib64/openmpi/lib/libcomex.so.0.0.0
/usr/lib64/openmpi/lib/libga++.so.0
/usr/lib64/openmpi/lib/libga++.so.0.0.0
/usr/lib64/openmpi/lib/libga.so.1
/usr/lib64/openmpi/lib/libga.so.1.1.1
/usr/share/doc/ga-openmpi
/usr/share/doc/ga-openmpi/COPYRIGHT

References

Summary

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