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 1717 * Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
1818 * Copyright (c) 2018-2024 Triad National Security, LLC. All rights
1919 * reserved.
20- * Copyright (c) 2019-2024 Google, LLC. All rights reserved.
20+ * Copyright (c) 2019-2025 Google, LLC. All rights reserved.
2121 * Copyright (c) 2019 Intel, Inc. All rights reserved.
2222 * Copyright (c) 2022 IBM Corporation. All rights reserved.
2323 * $COPYRIGHT$
@@ -103,7 +103,7 @@ static int mca_btl_uct_component_register(void)
103103#endif
104104
105105 /* 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 ;
107107
108108 return mca_btl_base_param_register (& mca_btl_uct_component .super .btl_version , & module -> super );
109109}
You can’t perform that action at this time.
0 commit comments