1
1
# Open MPI
2
2
3
- ` The Open MPI Project < https://www.open-mpi.org/> ` _ is an open source
4
- implementation of the ` Message Passing Interface (MPI) specification
5
- < https://www.mpi-forum.org/docs/ > `_ that is developed and maintained
6
- by a consortium of academic, research, and industry partners. Open
7
- MPI is therefore able to combine the expertise, technologies, and
8
- resources from all across the High Performance Computing community in
9
- order to build the best MPI library available. Open MPI offers
10
- advantages for system and software vendors, application developers and
11
- computer science researchers.
3
+ [ The Open MPI Project] ( https://www.open-mpi.org/ ) is an open source
4
+ implementation of the [ Message Passing Interface (MPI)
5
+ specification ] ( https://www.mpi-forum.org/docs/ ) that is developed and
6
+ maintained by a consortium of academic, research, and industry
7
+ partners. Open MPI is therefore able to combine the expertise,
8
+ technologies, and resources from all across the High Performance
9
+ Computing community in order to build the best MPI library available.
10
+ Open MPI offers advantages for system and software vendors,
11
+ application developers and computer science researchers.
12
12
13
13
## Official documentation
14
14
15
15
The Open MPI documentation can be viewed in the following ways:
16
16
17
- 1 . Online at https://ompi.readthedocs.io/en/latest /
17
+ 1 . Online at https://docs.open-mpi.org /
18
18
1 . In self-contained (i.e., suitable for local viewing, without an
19
19
internet connection) in official distribution tarballs under
20
20
` docs/_build/html/index.html ` .
@@ -28,4 +28,4 @@ Developers who clone the Open MPI Git repository will not have the
28
28
HTML documentation and man pages by default; it must be built.
29
29
Instructions for how to build the Open MPI documentation can be found
30
30
here:
31
- https://ompi.readthedocs.io /en/latest /developers/prerequisites.html#sphinx .
31
+ https://docs.open-mpi.org /en/master /developers/prerequisites.html#sphinx .
0 commit comments