Commit 90f11e4
committed
Update PMIx and PRRTe submodule pointers to latest.
PRRTe commits since last update:
a252745b99 - Handle clean shutdown of stdin
090898fe4f - Fix stdin forwarding across nodes
15977f6ecf - Update the dmodex example
550897001d - Return the PMIx version of "not supported"
4b41c8e0a3 - Fix resource usage tracking for map/bind operations
ccd3bafcbd - Revert debug commits
c7dd6bbecb - REVERT ME
ed79411103 - REVERT ME - DEBUG FOR PMIX-TESTS
06254c35d9 - Return zero status when outputting help/version info
PMIx commits since last update:
41f4225 - Fix IOF of stdin
7f458b5 - Update the dmodex example
518dc6a - Stop multiple invocations of debugger-release
7b741c4 - src/include/Makefile.am: avoid potential file corruption
e78b8e5 - construct_dictionary.py: make .format() safe for Python 2
627731e - Cleanup some debug output
7931d87 - Add "const" qualifiers to some string print APIs
534cf08 - Fix potential use after free in tests
d94a533 - Properly cast the list_item_t
1318c07 - Cleanup the pnet/sshot code for picky compilers
60b45ef - Fix dmodex operations
eda31e0 - Add CPPFLAGS for pnet/sshot component
0daf8e2 - Fix show_help output to include tools
c9e3f09 - Fix PMIX_INFO_*PROCESSED macros
b46e350 - Update show-help system
735b29a - Remove bad destruct call
8352b86 - Enable pickyness by default in Git repo builds (open-mpi#2631)
03a8194 - Hide unused function
b83c97f - Return "succeeded" status when outputting help/version info
Signed-off-by: Austen Lauria <[email protected]>1 parent 1e4cff2 commit 90f11e4
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
- examples/dmodex.c+144-136
- examples/examples.h+16-1
- src/hwloc/help-prte-hwloc-base.txt+84
- src/hwloc/hwloc-internal.h+1-49
- src/hwloc/hwloc.c+18-111
- src/hwloc/hwloc_base_util.c+17-501
- src/mca/ess/hnp/ess_hnp_module.c+1
- src/mca/grpcomm/direct/grpcomm_direct.c-9
- src/mca/iof/base/base.h+4
- src/mca/iof/base/iof_base_frame.c+34
- src/mca/iof/base/iof_base_output.c+4
- src/mca/iof/base/iof_base_setup.c+19
- src/mca/iof/hnp/iof_hnp.c+21-13
- src/mca/iof/hnp/iof_hnp.h+3-2
- src/mca/iof/hnp/iof_hnp_receive.c-16
- src/mca/iof/hnp/iof_hnp_send.c+10-11
- src/mca/iof/prted/iof_prted.c+1-3
- src/mca/odls/alps/odls_alps_module.c+1-1
- src/mca/odls/base/odls_base_default_fns.c+7-61
- src/mca/oob/base/oob_base_stubs.c+18-10
- src/mca/oob/tcp/oob_tcp_component.c+1
- src/mca/plm/base/plm_base_launch_support.c+32-28
- src/mca/plm/base/plm_base_receive.c-2
- src/mca/ras/base/ras_base_allocate.c+14-25
- src/mca/ras/simulator/ras_sim_module.c+7-18
- src/mca/rmaps/base/Makefile.am+2-2
- src/mca/rmaps/base/base.h+23-3
- src/mca/rmaps/base/help-prte-rmaps-base.txt+235-16
- src/mca/rmaps/base/rmaps_base_assign_locations.c-81
- src/mca/rmaps/base/rmaps_base_binding.c+244-1.0k
- src/mca/rmaps/base/rmaps_base_frame.c+77-148
- src/mca/rmaps/base/rmaps_base_map_job.c+535-326
- src/mca/rmaps/base/rmaps_base_print_fns.c+46-39
- src/mca/rmaps/base/rmaps_base_ranking.c+158-864
- src/mca/rmaps/base/rmaps_base_support_fns.c+295-99
- src/mca/rmaps/base/rmaps_private.h+18-11
- src/mca/rmaps/mindist/Makefile.am-50
- src/mca/rmaps/mindist/help-prte-rmaps-md.txt-55
- src/mca/rmaps/mindist/owner.txt-7
- src/mca/rmaps/mindist/rmaps_mindist.h-46
- src/mca/rmaps/mindist/rmaps_mindist_component.c-101
- src/mca/rmaps/mindist/rmaps_mindist_module.c-621
- src/mca/rmaps/ppr/rmaps_ppr.c+179-608
- src/mca/rmaps/ppr/rmaps_ppr_component.c+5-3
- src/mca/rmaps/rank_file/rmaps_rank_file.c+42-102
- src/mca/rmaps/rank_file/rmaps_rank_file_component.c+5-3
- src/mca/rmaps/rmaps.h+10-17
- src/mca/rmaps/rmaps_types.h+61-21
- src/mca/rmaps/round_robin/Makefile.am+2-2
- src/mca/rmaps/round_robin/rmaps_rr.c+50-221
- src/mca/rmaps/round_robin/rmaps_rr.h+11-10
- src/mca/rmaps/round_robin/rmaps_rr_assign.c-246
- src/mca/rmaps/round_robin/rmaps_rr_component.c+5-3
- src/mca/rmaps/round_robin/rmaps_rr_mappers.c+444-817
- src/mca/rmaps/seq/help-prte-rmaps-seq.txt+8
- src/mca/rmaps/seq/rmaps_seq.c+84-154
- src/mca/rmaps/seq/rmaps_seq_component.c+5-3
- src/mca/rtc/hwloc/rtc_hwloc.c+13-17
- src/mca/schizo/base/schizo_base_frame.c+15-21
- src/mca/schizo/base/schizo_base_stubs.c+7-13
- src/mca/schizo/ompi/schizo_ompi.c+10-4
- src/mca/schizo/prte/help-schizo-prterun.txt+110-64
- src/mca/schizo/prte/help-schizo-prun.txt+9-4
- src/mca/schizo/prte/schizo_prte.c+64-14
- src/mca/schizo/schizo.h+5-11
- src/mca/state/dvm/state_dvm.c+175-122
- src/mca/state/prted/state_prted.c+2-10
- src/prted/pmix/pmix_server.c+10-7
- src/prted/pmix/pmix_server_dyn.c+26-12
- src/prted/pmix/pmix_server_register_fns.c+3-7
- src/prted/prte_app_parse.c+1-142
- src/runtime/data_type_support/prte_dt_packing_fns.c+15-12
- src/runtime/data_type_support/prte_dt_print_fns.c+11-29
- src/runtime/data_type_support/prte_dt_unpacking_fns.c+18-13
- src/runtime/prte_finalize.c+12-3
- src/runtime/prte_globals.c+11-4
- src/runtime/prte_globals.h+7-3
- src/tools/prte/prte.c+4-11
- src/tools/prte_info/prte_info.c+3
- src/tools/prted/prted.c+3-4
- src/tools/prun/prun.c+3-5
- src/util/attr.c+25-8
- src/util/attr.h+98-97
- src/util/nidmap.c-850
- src/util/nidmap.h-10
- src/util/prte_cmd_line.h+7-2
0 commit comments