Repository of examples for PMIx use cases.
The content is written in ReStructured Text (RST) format and uses the Sphinx package to format the document.
-
Step 0: FIRST TIME ONLY
shell$ python3 -m venv venv shell$ source venv/bin/activate shell$ pip install -r requirements.txt
-
Step 1: Standard usage for edit and build
shell$ source venv/bin/activate (venv) shell$ make (venv) shell$ vi myfile.rst (venv) shell$ make
-
Step 2: View HTML results (e.g., using
open
utility on macOS)
(venv) shell$ open _build/index.html
make examples
-- Builds source code examples (assumes openpmix/prte prereqs)
shell$ make examples
make -f Makefile.code
make[1]: Nothing to be done for `default'.
shell$
- Created account at ReadTheDocs.org
- Imported this public Github project
- Added
.readthedocs.yaml
to Github project - RTD does the rest
- URL: https://pmix-examples.readthedocs.io/en/latest/