File: README.md

package info (click to toggle)
openmpi 5.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 201,684 kB
  • sloc: ansic: 613,078; makefile: 42,353; sh: 11,194; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,179; python: 1,859; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (24 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# PMIx Reference RunTime Environment (PRRTE)

PRRTE is [the PMIx Reference RunTime
Environment](https://github.com/openpmix/prrte)

## Official documentation

The PRRTE documentation can be viewed in the following ways:

1. Online at https://docs.prrte.org/
1. In self-contained (i.e., suitable for local viewing, without an
   internet connection) in official distribution tarballs under
   `docs/_build/html/index.html`.

## Building the documentation locally

The source code for PRRTE's docs can be found in the PRRTE Git
repository under the `docs` folder.

Developers who clone the PRRTE Git repository will not have the
HTML documentation and man pages by default; it must be built.
Instructions for how to build the PRRTE documentation can be found
here:
https://docs.prrte.org/en/latest/developers/sphinx.html