1
1

Add some error checking to the tm launcher

This commit was SVN r21818.
Этот коммит содержится в:
Ralph Castain 2009-08-14 03:13:02 +00:00
родитель 9da6b46e7d
Коммит 3f3b46495e

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

@ -382,6 +382,11 @@ static int plm_tm_launch_job(orte_job_t *jdata)
opal_output(0, "plm:tm: failed to poll for a spawned daemon, return status = %d", rc);
goto cleanup;
}
if (TM_SUCCESS != local_err) {
errno = local_err;
opal_output(0, "plm:tm: failed to spawn daemon, error code = %d", errno );
goto cleanup;
}
}
/* set a timer to tell us if one or more daemon's fails to start - use the