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.
1 parent 3308da7 commit 42895feCopy full SHA for 42895fe
ompi/mca/pml/ucx/pml_ucx_component.c
@@ -85,7 +85,7 @@ static int mca_pml_ucx_component_register(void)
85
86
ompi_pml_ucx.op_attr_nonblocking = 0;
87
#if HAVE_DECL_UCP_OP_ATTR_FLAG_MULTI_SEND
88
- multi_send_op_attr_enable = 0;
+ multi_send_op_attr_enable = 1;
89
(void) mca_base_component_var_register(&mca_pml_ucx_component.pmlm_version, "multi_send_nb",
90
"Enable passing multi-send optimization flag for nonblocking operations",
91
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0,
0 commit comments