1
1

Allow xgrid to compile with the changes from 19866.

This commit was SVN r19868.
Этот коммит содержится в:
George Bosilca 2008-10-31 21:56:53 +00:00
родитель 57c52d373b
Коммит 9f17d1d67d

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

@ -217,7 +217,7 @@ orte_plm_xgrid_terminate_orteds(void)
{
int rc;
rc = orte_plm_base_orted_exit();
rc = orte_plm_base_orted_exit(ORTE_DAEMON_EXIT_WITH_REPLY_CMD);
if (ORTE_SUCCESS != rc) {
rc = [mca_plm_xgrid_component.client terminateOrteds];
}