1
1

Be a little more friendly and tell the user we couldn't reach their specified universe... :-)

This commit was SVN r7132.
Этот коммит содержится в:
Ralph Castain 2005-09-01 15:52:37 +00:00
родитель d0f7dafc47
Коммит cb128ab87b

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

@ -98,6 +98,8 @@ orte_sds_base_basic_contact_universe(void)
return ret;
}
} else { /* user-specified name - abort */
opal_output(0, "orte_init: could not contact the specified universe name %s",
orte_universe_info.name);
return ORTE_ERR_UNREACH;
}
}