1
1
Ralph Castain dd623cec34
Correct fence logic in MPI_Init
The fence logic in MPI_Init got messed up somehow such that we were
always executing a fence, which is not desirable. The logic is supposed
to be:

* if async fence is requested and we are not collecting data, then do
not fence at all

* if async fence is requested and we are collecting data, then execute
the fence in the background - wait for completion at the end of MPI_Init.

* if async fence is not requested, then execute a blocking fence at that
point, collecting data as directed. Note that we cannot actually do a
blocking fence as we need to cycle the event library via opal_progress
as the PMIx progress thread is tied to the OMPI event base.

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-03-11 09:25:07 -07:00
..
2020-02-07 18:20:06 -08:00
2020-02-07 18:20:06 -08:00
2015-06-23 20:59:57 -07:00
2020-02-07 18:20:06 -08:00
2020-02-07 18:20:06 -08:00
2020-02-07 18:20:06 -08:00
2020-02-29 12:18:30 -08:00
2020-02-07 18:20:06 -08:00
2019-05-29 00:23:18 -04:00