File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
18
18
* Copyright (c) 2018-2024 Triad National Security, LLC. All rights
19
19
* reserved.
20
- * Copyright (c) 2019-2024 Google, LLC. All rights reserved.
20
+ * Copyright (c) 2019-2025 Google, LLC. All rights reserved.
21
21
* Copyright (c) 2019 Intel, Inc. All rights reserved.
22
22
* Copyright (c) 2022 IBM Corporation. All rights reserved.
23
23
* $COPYRIGHT$
@@ -103,7 +103,7 @@ static int mca_btl_uct_component_register(void)
103
103
#endif
104
104
105
105
/* for now we want this component to lose to btl/ugni and btl/vader */
106
- module -> super .btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH ;
106
+ module -> super .btl_exclusivity = MCA_BTL_EXCLUSIVITY_HIGH - 1 ;
107
107
108
108
return mca_btl_base_param_register (& mca_btl_uct_component .super .btl_version , & module -> super );
109
109
}
You can’t perform that action at this time.
0 commit comments