1
1

There is no need to force opal_progress down there. It will get called few

steps upper.

This commit was SVN r18022.
Этот коммит содержится в:
George Bosilca 2008-03-30 19:05:09 +00:00
родитель b42234461a
Коммит a6d5c15249

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

@ -817,7 +817,6 @@ CHECK_ALL_JOBS:
/* we have completed the orteds */
int data=1;
write(orteds_exit, &data, sizeof(int));
opal_progress();
return;
}
/* now check special case if jdata is NULL - we want
@ -833,7 +832,6 @@ CHECK_ALL_JOBS:
int data=1;
jdata->state = ORTE_JOB_STATE_TERMINATED;
write(orteds_exit, &data, sizeof(int));
opal_progress();
return;
}
}