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

sessions: fix some problems with multiple init/fini #12883

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

hppritcha
Copy link
Member

Fix a couple of problems uncovered in issue #12854.

Turns out the MCA param management system was "remembering" things even if a variable was deregistered when a framework was closed.

Also the test case showed that destructing ompi_mpi_session_null needs to be moved to ompi_mpi_instance_release.

Related to #12854

Signed-off-by: Howard Pritchard [email protected]
(cherry picked from commit 155ee56)

Fix a couple of problems uncovered in issue open-mpi#12854.

Turns out the MCA param management system was "remembering" things
even if a variable was deregistered when a framework was closed.

Also the test case showed that destructing ompi_mpi_session_null
needs to be moved to ompi_mpi_instance_release.

Related to open-mpi#12854

Signed-off-by: Howard Pritchard <[email protected]>
(cherry picked from commit 155ee56)
@github-actions github-actions bot added this to the v5.0.6 milestone Oct 25, 2024
@janjust janjust merged commit 80c7ec4 into open-mpi:v5.0.x Oct 30, 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.

3 participants