Skip to content

Commit c9e2fd4

Browse files
authored
Merge pull request #5748 from bwbarrett/v2.x-cuda-async
openib: Disable CUDA async by default
2 parents 25766de + d7c4330 commit c9e2fd4

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
@@ -560,7 +560,7 @@ int btl_openib_register_mca_params(void)
560560
CHECK(reg_bool("cuda_async_recv", NULL,
561561
"Enable or disable CUDA async recv copies "
562562
"(true = async; false = sync)",
563-
true, &mca_btl_openib_component.cuda_async_recv));
563+
false, &mca_btl_openib_component.cuda_async_recv));
564564
/* Also make the max send size larger for better GPU buffer performance */
565565
mca_btl_openib_module.super.btl_max_send_size = 128 * 1024;
566566
/* Turn of message coalescing - not sure if it works with GPU buffers */

0 commit comments

Comments
 (0)