We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b46067 + 9645ce7 commit 9656f59Copy full SHA for 9656f59
opal/mca/btl/smcuda/btl_smcuda_component.c
@@ -198,8 +198,7 @@ static int smcuda_register(void)
198
199
/* Lower priority when CUDA support is not requested */
200
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;
+ mca_btl_smcuda.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_DEFAULT;
203
} else {
204
mca_btl_smcuda.super.btl_exclusivity = MCA_BTL_EXCLUSIVITY_LOW;
205
}
0 commit comments