We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47eee4d + 45cd218 commit a998388Copy full SHA for a998388
opal/mca/btl/base/btl_base_am_rdma.c
@@ -1333,6 +1333,7 @@ int mca_btl_base_am_rdma_init(mca_btl_base_module_t *btl)
1333
if (NULL != btl->btl_am_data) {
1334
BTL_VERBOSE(("am_rdma_init: btl %p already initialized", (void *)btl));
1335
am_rdma_internal_fini(am_module);
1336
+ opal_mutex_unlock(&default_component.mutex);
1337
return OPAL_SUCCESS;
1338
}
1339
opal_mutex_unlock(&default_component.mutex);
0 commit comments