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.
Этот коммит содержится в:
родитель
fb19872806
Коммит
c98729694a
@ -189,7 +189,7 @@ orte_plm_xgrid_spawn(orte_job_t *jdata)
|
||||
if (failed_launch) {
|
||||
orte_errmgr.update_state(jdata->jobid, ORTE_JOB_STATE_FAILED_TO_START,
|
||||
NULL, ORTE_PROC_STATE_UNDEF,
|
||||
ORTE_ERROR_DEFAULT_EXIT_CODE);
|
||||
0, ORTE_ERROR_DEFAULT_EXIT_CODE);
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user