Commit 189bb7c
committed
Update OpenPMIx and PRRTe submodule pointers.
OpenPMIx changes:
6c9d3dd - Fix pcompress/zlib implementation (openpmix/openpmix#2625)
ac0654a - Fix typos.
b5ab80c - gds/shmem: Support multiple local clients.
43d3345 - Checkpoint gds/shmem work.
3f7b1d0 - Add PMIx Standard version info to pmix_info
fa15e0d - Update the PMIx ABI Query attributes to match the standard
dac9573 - Checkpoint gds/shmem work.
92e20e5 - Fix typo in setting hwloc verbosity
dad0fb8 - Some initial valgrind cleanup
c00f97f - TMA: Integrate more custom memory allocator infrastructure.
1286709 - Require flex only when keyval_lex.c is not provided
af5dd49 - Optimize the file descriptor cleanup on OSX
137cc3d - Support colocation of processes
49a28d3 - Initialize pmix_info_t flags when loading
e11fe2a - Save a legacy URI to support older tools
2f13feb - Deduplicate key/value storage for qualified values.
62d675f - Revert "Rename mca.h to pmix_mca.h to avoid include-path confusion"
288eed9 - Add a few missing renames
4d2e2b5 - Rename mca.h to pmix_mca.h to avoid include-path confusion
7c72657 - pmix_fd: cap the max FD to try to close
594303d - configure.ac: update directory space check
5ccd945 - Checkpoint more gds/shmem work.
34a26e8 - configury: do look for sed
4782e9a - Complete support for group-level info
b54565f - Address pedantic compiler warnings (openpmix/openpmix#2581)
90c06ff - Checkpoint gds/shmem work. (openpmix/openpmix#2579)
3766868 - Silence pedantic compiler warnings. (openpmix/openpmix#2625)
958d6bb - Modify the key-index support
ec77b2b - Correctly handle qualified values
b2f14cf - Remove GDS envar disablement
4e664bd - Checkpoint data storage and retrieval work in gds/shmem.
PRRTe changes:
df7d17d0a3 - Support colocation of spawned procs
6a77daafb6 - Fix a few bugs/leaks in the OOB subsystem
551c927741 - Remove stale Java support
48e44f4203 - Avoid PMIx server release of HWLOC topology
9fe286019e - Use fileno_unlocked if available
802d4d4349 - Incremental valgrind improvements
3083bdbec4 - Revert "Optimize the file descriptor cleanup on OSX"
5ee9b5abba - prrte: fix core dump while printing stack-trace
87df79b900 - Optimize the file descriptor cleanup on OSX
f09d98a4f7 - odls: fix alps compilation problem
db194bb1ab - configury: do look for sed
414b4748c2 - configure.ac: update directory space check
4246494bbb - Set the min PMIx version to v4.1.3
8103bff788 - Remove setting of PRTE_MCA_prte_base_help_aggregate.
da12b9da13 - Restore noloop for logging.
Signed-off-by: Austen Lauria <awlauria@us.ibm.com>1 parent 1e4cff2 commit 189bb7c
2 files changed
+2
-2
lines changed- .gitignore+1
- config/prte_setup_pmix.m4+8-8
- configure.ac+8-23
- examples/Makefile+3-2
- examples/Makefile.include+2-1
- examples/client.c+3-5
- examples/colocate.c+263
- src/mca/iof/base/iof_base_setup.c+19
- src/mca/odls/alps/odls_alps_module.c+1-1
- src/mca/oob/base/oob_base_stubs.c+8-1
- src/mca/oob/tcp/oob_tcp_component.c+1
- src/mca/plm/base/plm_base_launch_support.c+3
- src/mca/rmaps/base/rmaps_base_map_job.c+296-141
- src/mca/state/dvm/state_dvm.c+32-34
- src/mca/state/prted/state_prted.c+2-10
- src/prted/pmix/pmix_server.c+10-7
- src/prted/pmix/pmix_server_dyn.c+21-1
- src/prted/prte_app_parse.c+1-142
- src/runtime/prte_finalize.c+12-3
- src/tools/prte/prte.c+1-3
- src/tools/prted/prted.c-2
- src/util/attr.c+25
- src/util/attr.h+3
0 commit comments