1
1

Ensure the daemons don't incorrectly declare a failed launch

This commit was SVN r26875.
Этот коммит содержится в:
Ralph Castain 2012-07-26 19:05:06 +00:00
родитель 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) {