Corrections for when threading is enabled.
Refs trac:564 This commit was SVN r12830. The following Trac tickets were found above: Ticket 564 --> https://svn.open-mpi.org/trac/ompi/ticket/564
Этот коммит содержится в:
родитель
3b064a624e
Коммит
10af8ab454
@ -388,7 +388,7 @@ GOTNAME:
|
||||
if (NULL == (modex_module = mca_pml_base_modex_create_module(modex, &component))) {
|
||||
opal_output(0, "mca_pml_base_modex_registry_callback: mca_pml_base_modex_create_module failed\n");
|
||||
OBJ_RELEASE(data);
|
||||
OPAL_THREAD_UNLOCK(modex->modex_mutex);
|
||||
OPAL_THREAD_UNLOCK(&modex->modex_lock);
|
||||
OBJ_RELEASE(modex);
|
||||
return;
|
||||
}
|
||||
@ -415,7 +415,7 @@ GOTNAME:
|
||||
}
|
||||
}
|
||||
}
|
||||
OPAL_THREAD_UNLOCK(modex->modex_lock);
|
||||
OPAL_THREAD_UNLOCK(&modex->modex_lock);
|
||||
} /* if value[i]->cnt > 0 */
|
||||
} /* if value[i] != NULL */
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user