From 4738cba2e72184cd5f21d4197065cb09658d0d17 Mon Sep 17 00:00:00 2001 From: Joseph Schuchart Date: Tue, 31 Jan 2023 11:34:12 -0500 Subject: [PATCH] Bump priority of coll/han coll/tuned has default priority 30, give han 35 to make it the default. Signed-off-by: Joseph Schuchart --- ompi/mca/coll/han/coll_han_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/coll/han/coll_han_component.c b/ompi/mca/coll/han/coll_han_component.c index 0f5c1a85d2c..d3869671a19 100644 --- a/ompi/mca/coll/han/coll_han_component.c +++ b/ompi/mca/coll/han/coll_han_component.c @@ -249,7 +249,7 @@ static int han_register(void) TOPO_LVL_T topo_lvl; COMPONENT_T component; - cs->han_priority = 0; + cs->han_priority = 35; (void) mca_base_component_var_register(c, "priority", "Priority of the HAN coll component", MCA_BASE_VAR_TYPE_INT, NULL, 0, 0, OPAL_INFO_LVL_9,