1
1

Return a silent error when -do-not-launch is given

This commit was SVN r23291.
Этот коммит содержится в:
Ralph Castain 2010-06-22 01:06:10 +00:00
родитель 2e5e9f0a03
Коммит 8b2a682fba

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

@ -199,7 +199,7 @@ int orte_plm_base_setup_job(orte_job_t *jdata)
orte_never_launched = true;
ORTE_UPDATE_EXIT_STATUS(0);
orte_trigger_event(&orte_exit);
return ORTE_ERROR;
return ORTE_ERR_SILENT;
}
/* quick sanity check - is the stdin target within range