ucx: reduce components priority to 5.
Этот коммит содержится в:
родитель
d5d8429a25
Коммит
cc76db8d39
@ -55,7 +55,7 @@ static int mca_pml_ucx_component_register(void)
|
|||||||
MCA_BASE_VAR_SCOPE_LOCAL,
|
MCA_BASE_VAR_SCOPE_LOCAL,
|
||||||
&ompi_pml_ucx.verbose);
|
&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",
|
(void) mca_base_component_var_register(&mca_pml_ucx_component.pmlm_version, "priority",
|
||||||
"Priority of the UCX component",
|
"Priority of the UCX component",
|
||||||
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,
|
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,
|
||||||
|
@ -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)
|
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",
|
"[integer] ucx priority",
|
||||||
&mca_spml_ucx.priority);
|
&mca_spml_ucx.priority);
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user