Skip to content
Snippets Groups Projects
Commit 9b68e644 authored by Sonja Happ's avatar Sonja Happ Committed by Simon Pickartz
Browse files

vendor/mpir_pmi: Fix re-init, connect to PM only once.

Upon re-init, we should not re-connect to the PM since the conenction
has not been teared down before (this happens in an atexit handler).
Not all PM interfaces behave in the same way if their init functions are
called multiple times from the same process. This solution mitigates
this issue by connecting only once to the PM per process - even if a
session re-init happens.
parent ca0c61ab
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment