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,