Commit 6241541
committed
Update v5.0.x PRTE submodule to OMPI-specific fork
Move the 3rd-party/prrte Git submodule to point to the
https://github.com/open-mpi/prrte repo, and update the specific git
hash to point to the tip of the v3.0-ompi-v5.0.x branch.
This branch points to a few commits beyond the upstream PRTE v3.0.10
tag to include some bug fixes that came in after the v3.0.10 release.
The additional commit in the Open MPI fork simply changes the version
number in the 3rd-party/prte tree (and adds a few docs) to make it
clear that this is an Open MPI-specific version of PRTE, and is not
the same as any upstream / community PRTE release.
Signed-off-by: Jeff Squyres <[email protected]>1 parent 6136894 commit 6241541
File tree
5 files changed
+36
-8
lines changed- 3rd-party
- docs
- installing-open-mpi
- launching-apps
5 files changed
+36
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
- README.md+10
- config/prte_get_version.m4+11
- config/prte_get_version.sh+11
- configure.ac+11-2
- docs/index.rst+15
- src/docs/prrte-rst-content/Makefile.am+2
- src/docs/prrte-rst-content/cli-hetero-nodes.rst+24
- src/docs/show-help-files/help-prte.txt+21-1
- src/docs/show-help-files/help-prted.txt+15-1
- src/docs/show-help-files/help-prterun.txt+16-1
- src/docs/show-help-files/help-schizo-ompi.txt+1-445
- src/mca/plm/base/plm_base_frame.c+3-4
- src/mca/plm/base/plm_base_launch_support.c+253-241
- src/mca/plm/base/plm_private.h+1-2
- src/mca/schizo/ompi/schizo-ompi-cli.rstxt+3
- src/mca/schizo/ompi/schizo_ompi.c+1
- src/mca/schizo/prte/schizo_prte.c+3
- src/runtime/prte_globals.c+7-1
- src/runtime/prte_mca_params.c+5
- src/tools/prte/prte.c+5
- src/tools/prted/prted.c+10-5
- src/util/prte_cmd_line.h+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
116 | 127 | | |
117 | 128 | | |
118 | | - | |
| 129 | + | |
| 130 | + | |
119 | 131 | | |
120 | 132 | | |
121 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
0 commit comments