We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fef63a6 + 995e5ab commit f9b6e5fCopy full SHA for f9b6e5f
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