Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

v5.0.x: Update OpenPMIx and PRRTE submodule pointers. #10161

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

awlauria
Copy link
Contributor

@awlauria awlauria commented Mar 25, 2022

Open PMIx changes:

9a13d0bd - Properly deal with delayed local get requests
c5c52287 - Ensure we get correct return status
a7f8ce20 - Fix dmodex operation on local host
bcbd5817 - Fix warning - compare of different signs
433dde4e - build: Clean up delayed flags
ab42bb90 - build: Use MCA env management for common/sse
671016b3 - build: Wrapper/pkg-config improvements
cf721b58 - build: check_package static improvements
fed7b302 - build: Fix output stream bug in summary
4b8fed66 - build: Fix leak of non-LIBS flags into LIBS
276d0916 - build: Fix common/sse check
ab79b290 - Migrate PMIX to OAC_CHECK_PACKAGE (openpmix/openpmix#2515)
b60b8a4a - Revert "Leak: Always free ns->jobbkt in pmix_nspace_caddy_t destructor."
7b772cc2 - Initialize size for getsockopt().
66677c5f - Silence warnings in pmixt_validate_predefined().
1f176896 - examples/dmodex.c: Fix some bugs.
016a555d - Protect critical zone in pmix_obj_update().
67261f65 - Properly handle queries of tools
f53d7a34 - Fix Coverity warnings
bbed3a1f - Prohibit Python bindings with non-shared lib builds
50830ad8 - Properly handle tools that have tools connected to them
4de7d940 - Minor cleanups for picky compiler settings
3a67b9aa - Add a couple of print APIs and update pquery to use one
f3d4bb32 - Eliminate PMIX_FLAGS_UNIQ
7434c978 - Better handle flags in wrapper & pkg-config
791f5a16 - wrapper: Remove unused pmix{include,lib}dir
002de7ce - Fix Coverity warnings
017c456c - Don't search home component path if not present
8a254f00 - Add missing function and improve error message

PRRTE changes:

8bc1bf5f78 - Remove the " help" support
7570baa85f - schizos: add --version output for ompi and prte.
1c67d3e715 - Add missing pointer_array_set_item
1d8f13d7b2 - Fix ordering of controller shutdown
da3babc43b - Revert "build: Remove unnecessary configure tests"
2b0d37f4eb - build: Fix output stream bug in summary
3a9ef70161 - Fix a problem with the "canonicalize_path" function
8246e0c6d2 - build: Remove unnecessary configure tests
dc25f847a3 - build: Remove .m4 files from dist list
be3b4bd171 - build: Remove now unused PRTE_CHECK_PACKAGE
4580d8b586 - build: Rewrite LSF check to use OAC_CHECK_PACKAGE
e88e510493 - build: Do not use pkg-config with libevent
8040007fb5 - build: update tm package to use oac_check_package
dfdc1f3636 - build: Rewrite libnl checks with OAC_CHECK_PACKAGE
0685bb7990 - build: Update moab check to use new CHECK_PACKAGE
64c65901d3 - build: Make prtedl framework use OAC_CHECK_PACKAGE
ee44f12ce5 - build: Remove unused component package macro
eac0239756 - build: Add ability to re-run check_package
ad03d3bce7 - build: detabify oac_check_package
872b6e19a3 - build: Cleanup error handling in oac_check_package
1f30aa9cb9 - build: Add unique check to PRTE_SUMMARY_ADD
aab8b9fbe6 - build: Add generic PRTE_APPEND function
b3d4970b43 - Use a pointer array to track our local requests
163d030452 - Use pmix_hotel_checkin() in eviction callback.
9726314947 - Add debugger.h to tarball
df6c2582e9 - ras/pbs: fix arguments in configury
dd12d395db - Ensure that stdin goes to all specified targets
ac766d4dea - Ensure the proctable includes absolute paths to executable
55b39792a4 - Few small changes to make_dist_tarball
b72957e1dd - Add a GitHub Action for the PRRTE Special Builds
91889ad002 - Rewrite CHECK_PACKAGE to support pkg-config
636c2084b4 - Eliminate PRTE_FLAGS_UNIQ
c647204677 - Remove confusing garbage file
dc9265558b - Fix some ordering issues on cleanup, and a couple memory leaks.

bot:notacherrypick

Signed-off-by: Austen Lauria awlauria@us.ibm.com

@awlauria awlauria changed the title Update OpenPMIx and PRRTE submodule pointers. v5.0.x: Update OpenPMIx and PRRTE submodule pointers. Mar 25, 2022
Open PMIx changes:

9a13d0bd - Properly deal with delayed local get requests
c5c52287 - Ensure we get correct return status
a7f8ce20 - Fix dmodex operation on local host
bcbd5817 - Fix warning - compare of different signs
433dde4e - build: Clean up delayed flags
ab42bb90 - build: Use MCA env management for common/sse
671016b3 - build: Wrapper/pkg-config improvements
cf721b58 - build: check_package static improvements
fed7b302 - build: Fix output stream bug in summary
4b8fed66 - build: Fix leak of non-LIBS flags into LIBS
276d0916 - build: Fix common/sse check
ab79b290 - Migrate PMIX to OAC_CHECK_PACKAGE (openpmix/openpmix#2515)
b60b8a4a - Revert "Leak: Always free ns->jobbkt in pmix_nspace_caddy_t destructor."
7b772cc2 - Initialize size for getsockopt().
66677c5f - Silence warnings in pmixt_validate_predefined().
1f176896 - examples/dmodex.c: Fix some bugs.
016a555d - Protect critical zone in pmix_obj_update().
67261f65 - Properly handle queries of tools
f53d7a34 - Fix Coverity warnings
bbed3a1f - Prohibit Python bindings with non-shared lib builds
50830ad8 - Properly handle tools that have tools connected to them
4de7d940 - Minor cleanups for picky compiler settings
3a67b9aa - Add a couple of print APIs and update pquery to use one
f3d4bb32 - Eliminate PMIX_FLAGS_UNIQ
7434c978 - Better handle flags in wrapper & pkg-config
791f5a16 - wrapper: Remove unused pmix{include,lib}dir
002de7ce - Fix Coverity warnings
017c456c - Don't search home component path if not present
8a254f00 - Add missing function and improve error message

PRRTE changes:

8bc1bf5f78 - Remove the "<option> help" support
7570baa85f - schizos: add --version output for ompi and prte.
1c67d3e715 - Add missing pointer_array_set_item
1d8f13d7b2 - Fix ordering of controller shutdown
da3babc43b - Revert "build: Remove unnecessary configure tests"
2b0d37f4eb - build: Fix output stream bug in summary
3a9ef70161 - Fix a problem with the "canonicalize_path" function
8246e0c6d2 - build: Remove unnecessary configure tests
dc25f847a3 - build: Remove .m4 files from dist list
be3b4bd171 - build: Remove now unused PRTE_CHECK_PACKAGE
4580d8b586 - build: Rewrite LSF check to use OAC_CHECK_PACKAGE
e88e510493 - build: Do not use pkg-config with libevent
8040007fb5 - build: update tm package to use oac_check_package
dfdc1f3636 - build: Rewrite libnl checks with OAC_CHECK_PACKAGE
0685bb7990 - build: Update moab check to use new CHECK_PACKAGE
64c65901d3 - build: Make prtedl framework use OAC_CHECK_PACKAGE
ee44f12ce5 - build: Remove unused component package macro
eac0239756 - build: Add ability to re-run check_package
ad03d3bce7 - build: detabify oac_check_package
872b6e19a3 - build: Cleanup error handling in oac_check_package
1f30aa9cb9 - build: Add unique check to PRTE_SUMMARY_ADD
aab8b9fbe6 - build: Add generic PRTE_APPEND function
b3d4970b43 - Use a pointer array to track our local requests
163d030452 - Use pmix_hotel_checkin() in eviction callback.
9726314947 - Add debugger.h to tarball
df6c2582e9 - ras/pbs: fix arguments in configury
dd12d395db - Ensure that stdin goes to all specified targets
ac766d4dea - Ensure the proctable includes absolute paths to executable
55b39792a4 - Few small changes to make_dist_tarball
b72957e1dd - Add a GitHub Action for the PRRTE Special Builds
91889ad002 - Rewrite CHECK_PACKAGE to support pkg-config
636c2084b4 - Eliminate PRTE_FLAGS_UNIQ
c647204677 - Remove confusing garbage file
dc9265558b - Fix some ordering issues on cleanup, and a couple memory leaks.

bot:notacherrypick

Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
@awlauria
Copy link
Contributor Author

internal ci error.

bot:aws:retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants