1
1

Convert this test back to the old form of xcast API

This commit was SVN r13194.
Этот коммит содержится в:
Ralph Castain 2007-01-18 19:32:43 +00:00
родитель 78dfaeb008
Коммит 2c46e10692

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

@ -109,7 +109,7 @@ int main(int argc, char* argv[])
}
/* FIRST BARRIER - WAIT FOR MSG FROM RMGR_PROC_STAGE_GATE_MGR TO ARRIVE */
if (ORTE_SUCCESS != (rc = orte_rml.xcast(ORTE_PROC_MY_NAME->jobid,
if (ORTE_SUCCESS != (rc = orte_rml.xcast(ORTE_PROC_MY_NAME->jobid, true,
NULL, orte_gpr.deliver_notify_msg))) {
ORTE_ERROR_LOG(rc);
error = "failed to see all procs register\n";