Skip to content

Commit 42895fe

Browse files
committed
MCA/PML/UCX: Enabled multi_send_nb option by default.
Signed-off-by: Raul Akhmetshin <rakhmetshin@nvidia.com>
1 parent 3308da7 commit 42895fe

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)