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 2eec897 + 83062db commit 6de64ddCopy full SHA for 6de64dd
opal/mca/btl/ugni/btl_ugni_endpoint.c
@@ -17,7 +17,7 @@ static void mca_btl_ugni_ep_construct (mca_btl_base_endpoint_t *ep)
17
{
18
memset ((char *) ep + sizeof(ep->super), 0, sizeof (*ep) - sizeof (ep->super));
19
OBJ_CONSTRUCT(&ep->frag_wait_list, opal_list_t);
20
- OBJ_CONSTRUCT(&ep->lock, opal_mutex_t);
+ OBJ_CONSTRUCT(&ep->lock, opal_recursive_mutex_t);
21
}
22
23
static void mca_btl_ugni_ep_destruct (mca_btl_base_endpoint_t *ep)
0 commit comments