Skip to content

Commit 8b0af6a

Browse files
authored
Merge pull request open-mpi#1201 from hjelmn/v2.x_scif
btl/scif: reduce default exclusivity
2 parents 8a882ba + 704f223 commit 8b0af6a

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)