How To Install prrte on Fedora 36

In this tutorial we learn how to install prrte in Fedora 36. prrte is PMIx Reference RunTime Environment (PRRTE)

Introduction

In this tutorial we learn how to install prrte on Fedora 36.

What is prrte

PRRTE is the PMIx Reference Run Time Environment. The project is formally referred to in documentation by “PRRTE”, and the GitHub repository is “openpmix/prrte”. However, we have found that most users do not like typing the two consecutive “r"s in the name. Hence, all of the internal API symbols, environment variables, MCA frameworks, and CLI executables all use the abbreviated “prte” (one “r”, not two) for convenience.

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

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

sudo dnf -y install prrte

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

sudo yum -y install prrte

How To Uninstall prrte on Fedora 36

To uninstall only the prrte package we can use the following command:

sudo dnf remove prrte

prrte Package Contents on Fedora 36

/usr/bin/prte
/usr/bin/prte_info
/usr/bin/prted
/usr/bin/prterun
/usr/bin/prun
/usr/bin/pterm
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/8f662549ba7506d87fcf63e97f89be2116fa4e
/usr/lib/.build-id/50
/usr/lib/.build-id/50/3a8c5bc3e0d1d5d1d6678fe29dd745efa4186c
/usr/lib/.build-id/87
/usr/lib/.build-id/87/0dd87d30928d3da1caaac1ccd29eb1fb0cfdb0
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/9c4ffc76466d95f0ee4e1ae6a5d511aa97ff98
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/e7f9a064558bc2d039d851011cd62f1cb90a39
/usr/share/doc/prrte
/usr/share/doc/prrte/README
/usr/share/man/man1/prte-bind.1.gz
/usr/share/man/man1/prte-map.1.gz
/usr/share/man/man1/prte-rank.1.gz
/usr/share/man/man1/prte.1.gz
/usr/share/man/man1/prte_info.1.gz
/usr/share/man/man1/prted.1.gz
/usr/share/man/man1/prun.1.gz
/usr/share/man/man1/pterm.1.gz
/usr/share/man/man7/prte_filem.7.gz

References

Summary

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