pmix_info - Man Page

pmix_info — Display information about the PMIx installation

Synopsis

pmix_info [options]

Description

pmix_info provides detailed information about the PMIx installation. It can be useful for at least three common scenarios:

  1. Checking local configuration and seeing how PMIx was installed.
  2. Submitting bug reports / help requests to the PMIx community (see Getting help).
  3. Seeing a list of installed PMIx plugins and querying what MCA parameters they support.

Options

pmix_info accepts the following options:

Exit Status

Returns 0 if successful, non-zero if an error is encountered

Examples

Examples of using this command.

Show the default output of options and listing of installed components in a human-readable / prettyprint format:

pmix_info

Show the default output of options and listing of installed components in a machine-parsable format:

pmix_info --parsable

Show the MCA parameters of the “opa” PNET component in a human-readable / prettyprint format:

pmix_info --param pnet opa

Show the “bindir” that PMIx was configured with:

pmix_info --path bindir

Show the version of PMIx version numbers in a prettyprint format:

pmix_info --version

Show all information about the PMIx installation, including all components that can be found, all the MCA parameters that they support, versions of PMIx and the components, etc.:

pmix_info --all
SEE ALSO:

openpmix(5)

Info

Mar 19, 2025 OpenPMIx