Skip to content

Commit bea2623

Browse files
committed
Merge pull request open-mpi#624 from hjelmn/v2.x_ugni_excl
btl/ugni: adjust exclusivity below sm and vader
2 parents 659fcf8 + a46bbe7 commit bea2623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/btl/ugni/btl_ugni_component.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ btl_ugni_component_register(void)
216216
MCA_BASE_VAR_SCOPE_LOCAL, &mca_btl_ugni_component.mpool_type);
217217
OBJ_RELEASE(new_enum);
218218

219-
mca_btl_ugni_module.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH;
219+
/* ensure we loose send exclusivity to sm and vader if they are enabled */
220+
mca_btl_ugni_module.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH - 2;
220221

221222
/* smsg threshold */
222223
mca_btl_ugni_module.super.btl_eager_limit = 8 * 1024;

0 commit comments

Comments
 (0)