Skip to content

Commit 37d7dc9

Browse files
authored
Merge pull request #11045 from rakhmets/topic/pml_ucx_multi_send_nb
MCA/PML/UCX: Enabled multi_send_nb option by default.
2 parents 56e8c08 + 42895fe commit 37d7dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/pml/ucx/pml_ucx_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static int mca_pml_ucx_component_register(void)
8585

8686
ompi_pml_ucx.op_attr_nonblocking = 0;
8787
#if HAVE_DECL_UCP_OP_ATTR_FLAG_MULTI_SEND
88-
multi_send_op_attr_enable = 0;
88+
multi_send_op_attr_enable = 1;
8989
(void) mca_base_component_var_register(&mca_pml_ucx_component.pmlm_version, "multi_send_nb",
9090
"Enable passing multi-send optimization flag for nonblocking operations",
9191
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0,

0 commit comments

Comments
 (0)