1
1

Merge pull request #957 from hjelmn/ugni_exclusivity

btl/ugni: adjust exclusivity below sm and vader
Этот коммит содержится в:
Nathan Hjelm 2015-09-30 10:48:52 -06:00
родитель 9d9450a054 3c33a8e94b
Коммит 33f2a2d35a

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

@ -216,7 +216,8 @@ btl_ugni_component_register(void)
MCA_BASE_VAR_SCOPE_LOCAL, &mca_btl_ugni_component.mpool_type);
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 */
mca_btl_ugni_module.super.btl_eager_limit = 8 * 1024;