Skip to content

Commit 9656f59

Browse files
authored
Merge pull request open-mpi#12516 from edgargabriel/topic/smcuda-priority-reduction
btl/smcuda: reduce priority
2 parents 7b46067 + 9645ce7 commit 9656f59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/btl/smcuda/btl_smcuda_component.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ static int smcuda_register(void)
198198

199199
/* Lower priority when CUDA support is not requested */
200200
if (0 != strcmp(opal_accelerator_base_selected_component.base_version.mca_component_name, "null")) {
201-
202-
mca_btl_smcuda.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH + 1;
201+
mca_btl_smcuda.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_DEFAULT;
203202
} else {
204203
mca_btl_smcuda.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_LOW;
205204
}

0 commit comments

Comments
 (0)