Add some error checking to the tm launcher
This commit was SVN r21818.
Этот коммит содержится в:
родитель
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);
|
opal_output(0, "plm:tm: failed to poll for a spawned daemon, return status = %d", rc);
|
||||||
goto cleanup;
|
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
|
/* set a timer to tell us if one or more daemon's fails to start - use the
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user