1
1

With the changes to the failed-to-start logic, we need to revise the odls so it doesn't overwrite the exit status on procs that are not found. Otherwise, we lose the appropriate error message to the user.

This commit was SVN r15440.
Этот коммит содержится в:
Ralph Castain 2007-07-16 13:50:26 +00:00
родитель 804f3bee41
Коммит 5121dfe7e7

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

@ -570,7 +570,7 @@ int orte_odls_default_kill_local_procs(orte_jobid_t job, bool set_state)
/* ensure, though, that the state is terminated so we don't lockup if
* the proc never started
*/
goto MOVEON;
continue;
}
/* de-register the SIGCHILD callback for this pid */