Add in a couple missing ones from r18611 for all tm users out there...
This commit was SVN r18615. The following SVN revision numbers were found above: r18611 --> open-mpi/ompi@7bee71aa59
Этот коммит содержится в:
родитель
b65eb54ea2
Коммит
caac0e0182
@ -415,7 +415,7 @@ launch_apps:
|
||||
|
||||
/* check for failed launch - if so, force terminate */
|
||||
if (failed_launch) {
|
||||
orte_plm_base_launch_failed(failed_job, true, -1, ORTE_ERROR_DEFAULT_EXIT_CODE, ORTE_JOB_STATE_FAILED_TO_START);
|
||||
orte_plm_base_launch_failed(failed_job, -1, ORTE_ERROR_DEFAULT_EXIT_CODE, ORTE_JOB_STATE_FAILED_TO_START);
|
||||
}
|
||||
|
||||
/* setup a "heartbeat" timer to periodically check on
|
||||
@ -541,6 +541,6 @@ static void failed_start(int fd, short dummy, void *arg)
|
||||
return;
|
||||
}
|
||||
|
||||
orte_plm_base_launch_failed(ORTE_PROC_MY_NAME->jobid, true, -1,
|
||||
orte_plm_base_launch_failed(ORTE_PROC_MY_NAME->jobid, -1,
|
||||
ORTE_ERROR_DEFAULT_EXIT_CODE, ORTE_JOB_STATE_FAILED_TO_START);
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user