Skip to content

Commit 49bd28d

Browse files
committed
Merge pull request #1714 from hjelmn/scif_exclusivity
btl/scif: reduce default exclusivity
2 parents f19c647 + 5caf12c commit 49bd28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/scif/btl_scif_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static int btl_scif_component_register(void)
158158
NULL, NULL, NULL, &mca_btl_scif_component.put_count);
159159
#endif
160160

161-
mca_btl_scif_module.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH;
161+
mca_btl_scif_module.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH - 1;
162162
mca_btl_scif_module.super.btl_eager_limit = 1 * 1024;
163163
mca_btl_scif_module.super.btl_rndv_eager_limit = 1 * 1024;
164164
mca_btl_scif_module.super.btl_rdma_pipeline_frag_size = 4 * 1024 * 1024;

0 commit comments

Comments
 (0)