Skip to content

pmix/pmix-standard

Folders and files

NameName
Last commit message
Last commit date
May 26, 2022
Jan 24, 2025
Jul 26, 2021
Mar 11, 2021
May 26, 2022
Mar 28, 2023
May 12, 2022
May 12, 2022
Jul 16, 2024
Jan 25, 2024
Apr 14, 2023
Mar 7, 2022
Nov 7, 2022
Jun 24, 2024
Apr 14, 2023
Apr 14, 2023
Jan 11, 2024
Nov 22, 2021
Mar 14, 2024
Jan 25, 2024
Jun 13, 2024
Jul 27, 2022
Apr 12, 2024
Jan 25, 2024
Nov 7, 2022
Aug 11, 2022
Jan 29, 2025
Apr 14, 2023
May 26, 2022
Oct 24, 2022
Apr 11, 2023
Mar 2, 2020
Oct 29, 2019
Mar 11, 2021
Oct 17, 2023
Nov 7, 2022
Nov 2, 2017

Repository files navigation

Build Status

PMIx Standard

PMIx is an application programming interface (API) standard to provide High Performance Computing (HPC) libraries and programming models with portable and well-defined access to commonly available distributed computing system services.

This repository contains the LaTeX source for the PMIx standard document and discussions regarding the PMIx standard.

Contributing to the PMIx Standard

We welcome participation in development of the PMIx Standard. To find out more about how to participate, visit our web site at https://pmix.org/

On the web site, you will find background documents and publications, and information about joining our mailing lists, meetings, and working groups. Additionally, you will find our governance document, The PMIx Standard Governance Rules, which describes rules for participation and making changes to the PMIx Standard. The governance document includes instructions for how to raise questions about the standard as well as how to propose changes to the standard.

Building the PMIx Standard

Building with Docker

The community maintains a Docker container image that can be used to build the standard using the included script. This is the same container image that is used in CI.

./bin/build-with-docker.sh

Building on Your System

  • If you are building on Ubuntu then take a look at this Dockerfile
  • If you are building on Mac OSX start with MacTeX then add the rest of the dependencies:
# Mac only
brew install python pygments
# Python3 install
sudo pip3 install --upgrade pip setuptools
sudo pip3 install Pygments