Skip to content

Update OpenPMIx and PRRTe submodule pointers. #10498

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

awlauria
Copy link
Contributor

@awlauria awlauria commented Jun 21, 2022

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

@awlauria awlauria requested a review from hppritcha June 21, 2022 21:26
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>
@hppritcha
Copy link
Member

we need prrte commit f09d98a4f7921a952f077147d151cf6a8fd21db1

@awlauria
Copy link
Contributor Author

That should be this one: f09d98a4f7 - odls: fix alps compilation problem
Included in this update.

@hppritcha
Copy link
Member

uff i forgot to do a git submodule update --init before compiling. trying again.

@awlauria awlauria merged commit cab510b into open-mpi:main Jun 22, 2022
@awlauria awlauria deleted the main_prte_pmix_up branch June 22, 2022 11:26
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants