OSHMEM: add ucx to the list of default spmls
Signed-off-by: Alex Mikheev <alexm@mellanox.com>
Этот коммит содержится в:
родитель
27eb401a84
Коммит
7cb7af1685
@ -144,6 +144,7 @@ static int mca_spml_base_open(mca_base_open_flag_t flags)
|
|||||||
if( (NULL == default_spml || NULL == default_spml[0] ||
|
if( (NULL == default_spml || NULL == default_spml[0] ||
|
||||||
0 == strlen(default_spml[0])) || (default_spml[0][0] == '^') ) {
|
0 == strlen(default_spml[0])) || (default_spml[0][0] == '^') ) {
|
||||||
opal_pointer_array_add(&mca_spml_base_spml, strdup("ikrit"));
|
opal_pointer_array_add(&mca_spml_base_spml, strdup("ikrit"));
|
||||||
|
opal_pointer_array_add(&mca_spml_base_spml, strdup("ucx"));
|
||||||
} else {
|
} else {
|
||||||
opal_pointer_array_add(&mca_spml_base_spml, strdup(default_spml[0]));
|
opal_pointer_array_add(&mca_spml_base_spml, strdup(default_spml[0]));
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user