1
1

If we don't find an OPAL dstore key (via modex), it's not an error --

we just didn't find it.  So don't ORTE_ERROR_LOG it.

cmr=v1.8.2:reviewer=rhc

This commit was SVN r31906.
Этот коммит содержится в:
Jeff Squyres 2014-05-31 12:02:28 +00:00
родитель 92ecb90a78
Коммит a1485569b9

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

@ -337,7 +337,6 @@ int ompi_rte_db_fetch(const struct ompi_proc_t *proc,
if (OPAL_SUCCESS != (rc = opal_dstore.fetch(opal_dstore_peer,
(opal_identifier_t*)(&proc->proc_name),
key, &myvals))) {
ORTE_ERROR_LOG(rc);
OPAL_LIST_DESTRUCT(&myvals);
return rc;
}