1
1

Add some diagnostic output when daemons die

This commit was SVN r21960.
Этот коммит содержится в:
Ralph Castain 2009-09-09 18:16:50 +00:00
родитель c20d977a30
Коммит e554fc282d

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

@ -722,6 +722,9 @@ static int route_lost(const orte_process_name_t *route)
/* this was a daemon - notify the errmgr
* so we can take appropriate recovery, if desired
*/
opal_output(0, "%s routed:cm: daemon %s has died",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
ORTE_VPID_PRINT(route->vpid));
orte_errmgr.proc_aborted((orte_process_name_t*)route, 1);
}
/* either way, take no further action */