From e269a52ac764d4bafc0aaf18ea689ce30d903de5 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Thu, 6 Nov 2014 15:00:08 +0900 Subject: [PATCH] btl/openib: send openib modex with the PMIX_GLOBAL flag --- opal/mca/btl/openib/btl_openib_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);