Skip to content

Commit 4738cba

Browse files
committed
Bump priority of coll/han
coll/tuned has default priority 30, give han 35 to make it the default. Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
1 parent 301d939 commit 4738cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/han/coll_han_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ static int han_register(void)
249249
TOPO_LVL_T topo_lvl;
250250
COMPONENT_T component;
251251

252-
cs->han_priority = 0;
252+
cs->han_priority = 35;
253253
(void) mca_base_component_var_register(c, "priority", "Priority of the HAN coll component",
254254
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,
255255
OPAL_INFO_LVL_9,

0 commit comments

Comments
 (0)