Skip to content

Commit 33105b0

Browse files
committed
coll/han: fix coll preference selection in mca_coll_han_comm_create_new
Exclude HAN, don't include it. Signed-off-by: Joseph Schuchart <[email protected]>
1 parent 282be20 commit 33105b0

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)