Ensure the daemons don't incorrectly declare a failed launch
This commit was SVN r26875.
Этот коммит содержится в:
родитель
a8a5f26bc2
Коммит
8bc6694a62
@ -858,6 +858,9 @@ static int remote_spawn(opal_buffer_t *launch)
|
|||||||
"%s plm:rsh: activating launch event",
|
"%s plm:rsh: activating launch event",
|
||||||
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME)));
|
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME)));
|
||||||
opal_event_active(&launch_event, EV_WRITE, 1);
|
opal_event_active(&launch_event, EV_WRITE, 1);
|
||||||
|
|
||||||
|
/* declare the launch a success */
|
||||||
|
failed_launch = false;
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
if (NULL != argv) {
|
if (NULL != argv) {
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user