1
1

Be silent when the lifeline is lost - we don't want to hear about it

This commit was SVN r21011.
Этот коммит содержится в:
Ralph Castain 2009-04-15 01:34:04 +00:00
родитель e52dc0bb9e
Коммит 96d1ff506e

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

@ -244,9 +244,6 @@ static int route_lost(const orte_process_name_t *route)
if (!orte_finalizing &&
NULL != lifeline &&
OPAL_EQUAL == orte_util_compare_name_fields(ORTE_NS_CMP_ALL, route, lifeline)) {
opal_output(0, "%s routed:slave: Connection to lifeline %s lost",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
ORTE_NAME_PRINT(lifeline));
return ORTE_ERR_FATAL;
}