From f49981bb2a37234845c11784b80df64e985d9236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bouteiller?= Date: Wed, 14 Jan 2015 14:12:47 -0500 Subject: [PATCH] Disable coalescing until pull request #332 gets in. --- opal/mca/btl/openib/btl_openib_mca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/mca/btl/openib/btl_openib_mca.c b/opal/mca/btl/openib/btl_openib_mca.c index 9176fa7919..276ed1e08b 100644 --- a/opal/mca/btl/openib/btl_openib_mca.c +++ b/opal/mca/btl/openib/btl_openib_mca.c @@ -518,7 +518,7 @@ int btl_openib_register_mca_params(void) 64, &mca_btl_openib_component.buffer_alignment, 0)); CHECK(reg_bool("use_message_coalescing", NULL, - "If nonzero, use message coalescing", true, + "If nonzero, use message coalescing", false, &mca_btl_openib_component.use_message_coalescing)); CHECK(reg_uint("cq_poll_ratio", NULL,