How To Install pmix on Fedora 36
Introduction
In this tutorial we learn how to install pmix
on Fedora 36.
What is pmix
The Process Management Interface (PMI) has been used for quite some time as a means of exchanging wireup information needed for interprocess communication. Two versions (PMI-1 and PMI-2) have been released as part of the MPICH effort. While PMI-2 demonstrates better scaling properties than its PMI-1 predecessor, attaining rapid launch and wireup of the roughly 1M processes executing across 100k nodes expected for exascale operations remains challenging. PMI Exascale (PMIx) represents an attempt to resolve these questions by providing an extended version of the PMI standard specifically designed to support clusters up to and including exascale sizes. The overall objective of the project is not to branch the existing pseudo-standard definitions - in fact, PMIx fully supports both of the existing PMI-1 and PMI-2 APIs - but rather to (a) augment and extend those APIs to eliminate some current restrictions that impact scalability, and (b) provide a reference implementation of the PMI-server that demonstrates the desired level of scalability.
We can use yum
or dnf
to install pmix
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pmix.
Install pmix 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
using dnf
by running the following command:
sudo dnf -y install pmix
Install pmix 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
using yum
by running the following command:
sudo yum -y install pmix
How To Uninstall pmix on Fedora 36
To uninstall only the pmix
package we can use the following command:
sudo dnf remove pmix
pmix Package Contents on Fedora 36
/etc/pmix
/etc/pmix/pmix-mca-params.conf
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/694f6774f6c6dd5da579fc7acb008bae67866a
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/5e66f7d95f7fd4c768390a9d7df7ea586e8e84
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/d871db3c38c02944d3767186271b039f65b45a
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/fae47a47bcf680f3514deb48b7ec41ed1b957f
/usr/lib64/libpmix.so.2
/usr/lib64/libpmix.so.2.5.1
/usr/lib64/pmix
/usr/lib64/pmix/mca_pcompress_zlib.so
/usr/lib64/pmix/mca_prm_default.so
/usr/lib64/pmix/mca_prm_slurm.so
/usr/share/doc/pmix
/usr/share/doc/pmix/README
/usr/share/licenses/pmix
/usr/share/licenses/pmix/LICENSE
/usr/share/man/man1/pattrs.1.gz
/usr/share/man/man1/pevent.1.gz
/usr/share/man/man1/plookup.1.gz
/usr/share/man/man1/pmixcc.1.gz
/usr/share/man/man1/pps.1.gz
/usr/share/man/man1/pquery.1.gz
/usr/share/pmix
/usr/share/pmix/help-pattrs.txt
/usr/share/pmix/help-pcompress.txt
/usr/share/pmix/help-pevent.txt
/usr/share/pmix/help-pfexec-base.txt
/usr/share/pmix/help-pfexec-linux.txt
/usr/share/pmix/help-ploc.txt
/usr/share/pmix/help-plookup.txt
/usr/share/pmix/help-pmdl.txt
/usr/share/pmix/help-pmix-info.txt
/usr/share/pmix/help-pmix-mca-base.txt
/usr/share/pmix/help-pmix-mca-var.txt
/usr/share/pmix/help-pmix-plog.txt
/usr/share/pmix/help-pmix-psensor-file.txt
/usr/share/pmix/help-pmix-psensor-heartbeat.txt
/usr/share/pmix/help-pmix-runtime.txt
/usr/share/pmix/help-pmix-server.txt
/usr/share/pmix/help-pmix-util.txt
/usr/share/pmix/help-pmixcc.txt
/usr/share/pmix/help-pps.txt
/usr/share/pmix/help-pquery.txt
/usr/share/pmix/help-prm.txt
/usr/share/pmix/help-ptl-base.txt
/usr/share/pmix/pmixcc-wrapper-data.txt
References
Summary
In this tutorial we learn how to install pmix
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install pmix on Fedora 36” linkTitle: “pmix” type: “docs” description: “In this tutorial we learn how to install pmix in Fedora 36. pmix is Process Management Interface Exascale (PMIx)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pmix-featured.png
Introduction
In this tutorial we learn how to install pmix
on Fedora 36.
What is pmix
The Process Management Interface (PMI) has been used for quite some time as a means of exchanging wireup information needed for interprocess communication. Two versions (PMI-1 and PMI-2) have been released as part of the MPICH effort. While PMI-2 demonstrates better scaling properties than its PMI-1 predecessor, attaining rapid launch and wireup of the roughly 1M processes executing across 100k nodes expected for exascale operations remains challenging. PMI Exascale (PMIx) represents an attempt to resolve these questions by providing an extended version of the PMI standard specifically designed to support clusters up to and including exascale sizes. The overall objective of the project is not to branch the existing pseudo-standard definitions - in fact, PMIx fully supports both of the existing PMI-1 and PMI-2 APIs - but rather to (a) augment and extend those APIs to eliminate some current restrictions that impact scalability, and (b) provide a reference implementation of the PMI-server that demonstrates the desired level of scalability.
We can use yum
or dnf
to install pmix
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pmix.
Install pmix 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
using dnf
by running the following command:
sudo dnf -y install pmix
Install pmix 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
using yum
by running the following command:
sudo yum -y install pmix
How To Uninstall pmix on Fedora 36
To uninstall only the pmix
package we can use the following command:
sudo dnf remove pmix
pmix Package Contents on Fedora 36
/etc/pmix
/etc/pmix/pmix-mca-params.conf
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/23afc605db554535077d7f1d0821326205f906
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/c2547c232787b2e28db86ddc12e5706deaa107
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/98dbf7f5453c188558acdb71292258c8d40bc9
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/22b63a0ecfe01a4cbf7017ac89aef936e82226
/usr/lib/libpmix.so.2
/usr/lib/libpmix.so.2.5.1
/usr/lib/pmix
/usr/lib/pmix/mca_pcompress_zlib.so
/usr/lib/pmix/mca_prm_default.so
/usr/lib/pmix/mca_prm_slurm.so
/usr/share/doc/pmix
/usr/share/doc/pmix/README
/usr/share/licenses/pmix
/usr/share/licenses/pmix/LICENSE
/usr/share/man/man1/pattrs.1.gz
/usr/share/man/man1/pevent.1.gz
/usr/share/man/man1/plookup.1.gz
/usr/share/man/man1/pmixcc.1.gz
/usr/share/man/man1/pps.1.gz
/usr/share/man/man1/pquery.1.gz
/usr/share/pmix
/usr/share/pmix/help-pattrs.txt
/usr/share/pmix/help-pcompress.txt
/usr/share/pmix/help-pevent.txt
/usr/share/pmix/help-pfexec-base.txt
/usr/share/pmix/help-pfexec-linux.txt
/usr/share/pmix/help-ploc.txt
/usr/share/pmix/help-plookup.txt
/usr/share/pmix/help-pmdl.txt
/usr/share/pmix/help-pmix-info.txt
/usr/share/pmix/help-pmix-mca-base.txt
/usr/share/pmix/help-pmix-mca-var.txt
/usr/share/pmix/help-pmix-plog.txt
/usr/share/pmix/help-pmix-psensor-file.txt
/usr/share/pmix/help-pmix-psensor-heartbeat.txt
/usr/share/pmix/help-pmix-runtime.txt
/usr/share/pmix/help-pmix-server.txt
/usr/share/pmix/help-pmix-util.txt
/usr/share/pmix/help-pmixcc.txt
/usr/share/pmix/help-pps.txt
/usr/share/pmix/help-pquery.txt
/usr/share/pmix/help-prm.txt
/usr/share/pmix/help-ptl-base.txt
/usr/share/pmix/pmixcc-wrapper-data.txt
References
Summary
In this tutorial we learn how to install pmix
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).