OSC: set UCX module used by default
- OSC/UCX module set priority to 200 to be used by default Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
Этот коммит содержится в:
родитель
3dc1629771
Коммит
36934a8bb2
@ -106,7 +106,7 @@ static int component_open(void) {
|
||||
|
||||
static int component_register(void) {
|
||||
char *description_str;
|
||||
mca_osc_ucx_component.priority = 0;
|
||||
mca_osc_ucx_component.priority = 200;
|
||||
opal_asprintf(&description_str, "Priority of the osc/ucx component (default: %d)",
|
||||
mca_osc_ucx_component.priority);
|
||||
(void) mca_base_component_var_register(&mca_osc_ucx_component.super.osc_version, "priority", description_str,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user