1
1

ucx: reduce components priority to 5.

Этот коммит содержится в:
yosefe 2015-10-21 17:38:25 +03:00
родитель d5d8429a25
Коммит cc76db8d39
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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,

Просмотреть файл

@ -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);