From 0fa0fef95bbb403543e58dbb10424178ab754b19 Mon Sep 17 00:00:00 2001 From: zhulin11 <2584415738@qq.com> Date: Fri, 7 Mar 2025 12:36:22 +0800 Subject: [PATCH] close han component --- ompi/mca/coll/han/coll_han_component.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mca/coll/han/coll_han_component.c b/ompi/mca/coll/han/coll_han_component.c index 1d14baf538..fca0ae79ba 100644 --- a/ompi/mca/coll/han/coll_han_component.c +++ b/ompi/mca/coll/han/coll_han_component.c @@ -251,6 +251,7 @@ static int han_register(void) TOPO_LVL_T topo_lvl; COMPONENT_T component; + cs->han_priority = -1; (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, -- Gitee