From cc76db8d390e88f34cdcb46f4596bd08071501de Mon Sep 17 00:00:00 2001 From: yosefe Date: Wed, 21 Oct 2015 17:38:25 +0300 Subject: [PATCH] ucx: reduce components priority to 5. --- ompi/mca/pml/ucx/pml_ucx_component.c | 2 +- oshmem/mca/spml/ucx/spml_ucx_component.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/pml/ucx/pml_ucx_component.c b/ompi/mca/pml/ucx/pml_ucx_component.c index 107476d2427..31889a6fb20 100644 --- a/ompi/mca/pml/ucx/pml_ucx_component.c +++ b/ompi/mca/pml/ucx/pml_ucx_component.c @@ -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, diff --git a/oshmem/mca/spml/ucx/spml_ucx_component.c b/oshmem/mca/spml/ucx/spml_ucx_component.c index c6d4547418e..22fae41e295 100644 --- a/oshmem/mca/spml/ucx/spml_ucx_component.c +++ b/oshmem/mca/spml/ucx/spml_ucx_component.c @@ -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);