1
1

Merge pull request #6123 from hoopoepg/topic/osc-ucx-max-level-60

OSC/UCX: set max level value to 60
Этот коммит содержится в:
Nathan Hjelm 2018-11-27 09:51:09 -07:00 коммит произвёл GitHub
родитель 291d7654c5 2d230b3aac
Коммит 27084c60c9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -114,7 +114,7 @@ static int component_register(void) {
ucp_get_version(&major, &minor, &release_number);
mca_osc_ucx_component.priority = UCX_VERSION(major, minor, release_number) >= UCX_VERSION(1, 5, 0) ? 200 : 0;
mca_osc_ucx_component.priority = UCX_VERSION(major, minor, release_number) >= UCX_VERSION(1, 5, 0) ? 60 : 0;
opal_asprintf(&description_str, "Priority of the osc/ucx component (default: %d)",
mca_osc_ucx_component.priority);