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.
Этот коммит содержится в:
родитель
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 */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user