1
1

ORTE applications need to commit any modex send's prior to calling fence

Этот коммит содержится в:
Ralph Castain 2016-10-18 09:22:56 -07:00
родитель 7910aa23eb
Коммит 7be607582e

Просмотреть файл

@ -499,6 +499,8 @@ static int rte_init(void)
* in the job won't be executing this step, so we would hang
*/
if (ORTE_PROC_IS_NON_MPI && !orte_do_not_barrier) {
/* need to commit the data before we fence */
opal_pmix.commit();
opal_pmix.fence(NULL, 0);
}