Commit 674e78b6 authored by Artem Y. Polyakov's avatar Artem Y. Polyakov Committed by Danny Auble
Browse files

mpi/pmix: Fix double invocation of the PMIx lib fence callback

In case of the error code paths (like collective timeout) it is possible
that a callback provided by PMIx will be called twice leading to a
segmentation fault.
This commit fixes it by properly accounting callback invocations.

Bug 5983
parent 2dfadf65
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment