diff --git a/opal/mca/btl/openib/btl_openib_component.c b/opal/mca/btl/openib/btl_openib_component.c index d876e215d5..4b096643ba 100644 --- a/opal/mca/btl/openib/btl_openib_component.c +++ b/opal/mca/btl/openib/btl_openib_component.c @@ -445,7 +445,7 @@ static int btl_openib_modex_send(void) } /* All done -- send it! */ - OPAL_MODEX_SEND(rc, PMIX_SYNC_REQD, PMIX_REMOTE, + OPAL_MODEX_SEND(rc, PMIX_SYNC_REQD, PMIX_GLOBAL, &mca_btl_openib_component.super.btl_version, message, msg_size); free(message);