How To Install pmix-tools on Fedora 36

In this tutorial we learn how to install pmix-tools in Fedora 36. pmix-tools is Tools for pmix

Introduction

In this tutorial we learn how to install pmix-tools on Fedora 36.

What is pmix-tools

The pmix-tools package contains for use with PMIx-based RMs and language- based starters (e.g., mpirun). * pinfo - show MCA params, build info, etc. * pps - get list of active nspaces, retrieve status of jobs/nodes/procs * pevent - inject an event into the system

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

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

sudo dnf -y install pmix-tools

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

sudo yum -y install pmix-tools

How To Uninstall pmix-tools on Fedora 36

To uninstall only the pmix-tools package we can use the following command:

sudo dnf remove pmix-tools

pmix-tools Package Contents on Fedora 36

/usr/bin/pattrs
/usr/bin/pevent
/usr/bin/plookup
/usr/bin/pmix_info
/usr/bin/pmixcc
/usr/bin/pps
/usr/bin/pquery
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/592ac7f5db6c4e26c706fd3bd7145a7efe6445
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/e28bbc139da13900a221b8db5262400e5bd497
/usr/lib/.build-id/64
/usr/lib/.build-id/64/3b6891ce0839110c8ae4907551feec194f5300
/usr/lib/.build-id/68
/usr/lib/.build-id/68/a9a2668459b13c12455ad7ebb262db0b48293c
/usr/lib/.build-id/84
/usr/lib/.build-id/84/ad86413f97f90cd667e0a66311c846294f87f5
/usr/lib/.build-id/99
/usr/lib/.build-id/99/d4a50e38f680f13b10ee188b4db8f324735e03
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/6e47e017b71b5cc0aa89fbf191ff83fb66196a

References

Summary

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