We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1825b3 commit a46bbe7Copy full SHA for a46bbe7
opal/mca/btl/ugni/btl_ugni_component.c
@@ -216,7 +216,8 @@ btl_ugni_component_register(void)
216
MCA_BASE_VAR_SCOPE_LOCAL, &mca_btl_ugni_component.mpool_type);
217
OBJ_RELEASE(new_enum);
218
219
- mca_btl_ugni_module.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH;
+ /* 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;
221
222
/* smsg threshold */
223
mca_btl_ugni_module.super.btl_eager_limit = 8 * 1024;
0 commit comments