corrected locking issue
This commit was SVN r6126.
Этот коммит содержится в:
родитель
aac0dadddb
Коммит
07f0501e45
@ -203,7 +203,6 @@ static orte_iof_base_endpoint_t* orte_iof_base_endpoint_lookup(
|
|||||||
if(orte_ns.compare(ORTE_NS_CMP_ALL,proc,&endpoint->ep_name) == 0 &&
|
if(orte_ns.compare(ORTE_NS_CMP_ALL,proc,&endpoint->ep_name) == 0 &&
|
||||||
endpoint->ep_tag == tag && endpoint->ep_mode == mode) {
|
endpoint->ep_tag == tag && endpoint->ep_mode == mode) {
|
||||||
OBJ_RETAIN(endpoint);
|
OBJ_RETAIN(endpoint);
|
||||||
OMPI_THREAD_UNLOCK(&orte_iof_base.iof_lock);
|
|
||||||
return endpoint;
|
return endpoint;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user