Skip to content

Commit f49981b

Browse files
committed
Disable coalescing until pull request #332 gets in.
1 parent cf49755 commit f49981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/openib/btl_openib_mca.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ int btl_openib_register_mca_params(void)
518518
64, &mca_btl_openib_component.buffer_alignment, 0));
519519

520520
CHECK(reg_bool("use_message_coalescing", NULL,
521-
"If nonzero, use message coalescing", true,
521+
"If nonzero, use message coalescing", false,
522522
&mca_btl_openib_component.use_message_coalescing));
523523

524524
CHECK(reg_uint("cq_poll_ratio", NULL,

0 commit comments

Comments
 (0)