Skip to content

Commit 0ae14c0

Browse files
authored
Merge pull request #8251 from devreal/fix-han-commselect-new-v4.1.x
v4.1.x: coll/han: fix coll preference selection in mca_coll_han_comm_create_new
2 parents 25161a0 + 576db78 commit 0ae14c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/han/coll_han_subcomms.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ int mca_coll_han_comm_create_new(struct ompi_communicator_t *comm,
116116
/*
117117
* This sub-communicator contains the ranks that share my node.
118118
*/
119-
opal_info_set(&comm_info, "ompi_comm_coll_preference", "han");
119+
opal_info_set(&comm_info, "ompi_comm_coll_preference", "^han");
120120
opal_info_set(&comm_info, "ompi_comm_coll_han_topo_level", "INTRA_NODE");
121121
ompi_comm_split_type(comm, MPI_COMM_TYPE_SHARED, 0,
122122
&comm_info, low_comm);

0 commit comments

Comments
 (0)