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

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

@ -859,6 +859,9 @@ static int remote_spawn(opal_buffer_t *launch)
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME)));
opal_event_active(&launch_event, EV_WRITE, 1);
/* declare the launch a success */
failed_launch = false;
cleanup:
if (NULL != argv) {
opal_argv_free(argv);