Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ompi/mca/pml/ucx/pml_ucx_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static int mca_pml_ucx_component_register(void)
MCA_BASE_VAR_SCOPE_LOCAL,
&ompi_pml_ucx.verbose);

ompi_pml_ucx.priority = 50;
ompi_pml_ucx.priority = 5;
(void) mca_base_component_var_register(&mca_pml_ucx_component.pmlm_version, "priority",
"Priority of the UCX component",
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,
Expand Down
2 changes: 1 addition & 1 deletion oshmem/mca/spml/ucx/spml_ucx_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static inline void mca_spml_ucx_param_register_string(const char* param_name,

static int mca_spml_ucx_component_register(void)
{
mca_spml_ucx_param_register_int("priority", 20,
mca_spml_ucx_param_register_int("priority", 5,
"[integer] ucx priority",
&mca_spml_ucx.priority);

Expand Down