Merge pull request #957 from hjelmn/ugni_exclusivity
btl/ugni: adjust exclusivity below sm and vader
Этот коммит содержится в:
Коммит
33f2a2d35a
@ -216,7 +216,8 @@ btl_ugni_component_register(void)
|
|||||||
MCA_BASE_VAR_SCOPE_LOCAL, &mca_btl_ugni_component.mpool_type);
|
MCA_BASE_VAR_SCOPE_LOCAL, &mca_btl_ugni_component.mpool_type);
|
||||||
OBJ_RELEASE(new_enum);
|
OBJ_RELEASE(new_enum);
|
||||||
|
|
||||||
mca_btl_ugni_module.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH;
|
/* ensure we loose send exclusivity to sm and vader if they are enabled */
|
||||||
|
mca_btl_ugni_module.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH - 2;
|
||||||
|
|
||||||
/* smsg threshold */
|
/* smsg threshold */
|
||||||
mca_btl_ugni_module.super.btl_eager_limit = 8 * 1024;
|
mca_btl_ugni_module.super.btl_eager_limit = 8 * 1024;
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user