1
1

Fix a compile error in the xgrid plm. This does nothing to make it

work; it just now compiles on os x. 

This commit was SVN r23387.
Этот коммит содержится в:
Jeff Squyres 2010-07-13 11:56:20 +00:00
родитель fb19872806
Коммит c98729694a

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

@ -189,7 +189,7 @@ orte_plm_xgrid_spawn(orte_job_t *jdata)
if (failed_launch) { if (failed_launch) {
orte_errmgr.update_state(jdata->jobid, ORTE_JOB_STATE_FAILED_TO_START, orte_errmgr.update_state(jdata->jobid, ORTE_JOB_STATE_FAILED_TO_START,
NULL, ORTE_PROC_STATE_UNDEF, NULL, ORTE_PROC_STATE_UNDEF,
ORTE_ERROR_DEFAULT_EXIT_CODE); 0, ORTE_ERROR_DEFAULT_EXIT_CODE);
} }
return rc; return rc;