We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25766de + d7c4330 commit c9e2fd4Copy full SHA for c9e2fd4
opal/mca/btl/openib/btl_openib_mca.c
@@ -560,7 +560,7 @@ int btl_openib_register_mca_params(void)
560
CHECK(reg_bool("cuda_async_recv", NULL,
561
"Enable or disable CUDA async recv copies "
562
"(true = async; false = sync)",
563
- true, &mca_btl_openib_component.cuda_async_recv));
+ false, &mca_btl_openib_component.cuda_async_recv));
564
/* Also make the max send size larger for better GPU buffer performance */
565
mca_btl_openib_module.super.btl_max_send_size = 128 * 1024;
566
/* Turn of message coalescing - not sure if it works with GPU buffers */
0 commit comments