Skip to content

Commit 185ab6e

Browse files
author
rhc54
committed
Merge pull request open-mpi#1202 from hjelmn/v1.10_scif
btl/scif: reduce default exclusivity
2 parents 12eed85 + 12c43ad commit 185ab6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/btl/scif/btl_scif_component.c

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

163-
mca_btl_scif_module.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH;
163+
mca_btl_scif_module.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH - 1;
164164
mca_btl_scif_module.super.btl_eager_limit = 1 * 1024;
165165
mca_btl_scif_module.super.btl_rndv_eager_limit = 1 * 1024;
166166
mca_btl_scif_module.super.btl_rdma_pipeline_frag_size = 4 * 1024 * 1024;

0 commit comments

Comments
 (0)