diff --git a/opal/mca/btl/openib/btl_openib_mca.c b/opal/mca/btl/openib/btl_openib_mca.c index 037d7d8d07c..61a787a5681 100644 --- a/opal/mca/btl/openib/btl_openib_mca.c +++ b/opal/mca/btl/openib/btl_openib_mca.c @@ -560,7 +560,7 @@ int btl_openib_register_mca_params(void) CHECK(reg_bool("cuda_async_recv", NULL, "Enable or disable CUDA async recv copies " "(true = async; false = sync)", - true, &mca_btl_openib_component.cuda_async_recv)); + false, &mca_btl_openib_component.cuda_async_recv)); /* Also make the max send size larger for better GPU buffer performance */ mca_btl_openib_module.super.btl_max_send_size = 128 * 1024; /* Turn of message coalescing - not sure if it works with GPU buffers */