Skip to content

Commit

Permalink
Merge pull request open-mpi#12516 from edgargabriel/topic/smcuda-prio…
Browse files Browse the repository at this point in the history
…rity-reduction

btl/smcuda: reduce priority
  • Loading branch information
bosilca authored May 3, 2024
2 parents 7b46067 + 9645ce7 commit 9656f59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opal/mca/btl/smcuda/btl_smcuda_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ static int smcuda_register(void)

/* Lower priority when CUDA support is not requested */
if (0 != strcmp(opal_accelerator_base_selected_component.base_version.mca_component_name, "null")) {

mca_btl_smcuda.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH + 1;
mca_btl_smcuda.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_DEFAULT;
} else {
mca_btl_smcuda.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_LOW;
}
Expand Down

0 comments on commit 9656f59

Please sign in to comment.