Skip to content

Commit 7be6075

Browse files
author
Ralph Castain
committed
ORTE applications need to commit any modex send's prior to calling fence
1 parent 7910aa2 commit 7be6075

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orte/mca/ess/pmi/ess_pmi_module.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,8 @@ static int rte_init(void)
499499
* in the job won't be executing this step, so we would hang
500500
*/
501501
if (ORTE_PROC_IS_NON_MPI && !orte_do_not_barrier) {
502+
/* need to commit the data before we fence */
503+
opal_pmix.commit();
502504
opal_pmix.fence(NULL, 0);
503505
}
504506

0 commit comments

Comments
 (0)