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

partitions: make it work with sessions #12890

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

hppritcha
Copy link
Member

even when configuring with --enable-mca-dso.

The partition framework open/close was not being properly managed prior to this patch, leading to segfaults upon reinitialization if the app starts another session after closing a previous one and the Open MPI was configured with --enable-mca-dso.

Related to #12887

even when configuring with --enable-mca-dso.

The partition framework open/close was not being properly managed
prior to this patch, leading to segfaults upon reinitialization if
the app starts another session after closing a previous one and the
Open MPI was configured with --enable-mca-dso.

Related to open-mpi#12887

Signed-off-by: Howard Pritchard <[email protected]>
Copy link
Contributor

@mdosanjh mdosanjh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a simple, but needed change. Looks good to me.

@hppritcha hppritcha merged commit efce573 into open-mpi:main Oct 31, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants