1
1

not an error if the endpoint already exists

This commit was SVN r5342.
Этот коммит содержится в:
Tim Woodall 2005-04-14 18:54:55 +00:00
родитель d22594ec48
Коммит 9b57669593

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

@ -226,7 +226,7 @@ int orte_iof_base_endpoint_create(
OMPI_THREAD_LOCK(&orte_iof_base.iof_lock);
if((endpoint = orte_iof_base_endpoint_lookup(proc,mode,tag)) != NULL) {
OMPI_THREAD_UNLOCK(&orte_iof_base.iof_lock);
return OMPI_EXISTS;
return OMPI_SUCCESS;
}
endpoint = OBJ_NEW(orte_iof_base_endpoint_t);
if(NULL == endpoint) {