Skip to content

Commit f6f748a

Browse files
authored
Merge pull request #11362 from devreal/make-han-default
Bump priority of coll/han to make it the default
2 parents 75b7eb5 + 4738cba commit f6f748a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/han/coll_han_component.c

+1-1
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)