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.
Этот коммит содержится в:
родитель
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,
|
if (OPAL_SUCCESS != (rc = opal_dstore.fetch(opal_dstore_peer,
|
||||||
(opal_identifier_t*)(&proc->proc_name),
|
(opal_identifier_t*)(&proc->proc_name),
|
||||||
key, &myvals))) {
|
key, &myvals))) {
|
||||||
ORTE_ERROR_LOG(rc);
|
|
||||||
OPAL_LIST_DESTRUCT(&myvals);
|
OPAL_LIST_DESTRUCT(&myvals);
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user