-
Notifications
You must be signed in to change notification settings - Fork 885
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12423 from wenduwan/5.0.3_submodules
5.0.3 submodules
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule openpmix
updated
20 files
+1 −0 | .gitignore | |
+1 −1 | VERSION | |
+66 −19 | autogen.pl | |
+13 −0 | docs/developers/autogen.rst | |
+6 −0 | docs/installing-pmix/quickstart.rst | |
+35 −14 | docs/news/news-v5.x.rst | |
+8 −2 | examples/Makefile.am | |
+22 −2 | examples/client.c | |
+206 −0 | examples/client3.c | |
+6 −1 | include/pmix_common.h.in | |
+95 −41 | src/client/pmix_client_get.c | |
+85 −26 | src/client/pmix_client_spawn.c | |
+1 −0 | src/include/pmix_globals.h | |
+3 −1 | src/mca/bfrops/base/base.h | |
+6 −1 | src/mca/bfrops/base/bfrop_base_copy.c | |
+31 −1 | src/mca/bfrops/base/bfrop_base_tma.h | |
+2 −2 | src/mca/gds/hash/gds_hash.c | |
+13 −14 | src/mca/gds/shmem2/gds_shmem2.c | |
+88 −57 | src/server/pmix_server.c | |
+135 −21 | src/server/pmix_server_ops.c |
Submodule prrte
updated
61 files