Skip to content

Commit d9605fd

Browse files
committed
MPI_Comm_create_from_group: fix help message
to use correct MPI function name Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent a4c2d16 commit d9605fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/communicator/comm_cid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ static int ompi_comm_ext_cid_new_block (ompi_communicator_t *newcomm, ompi_commu
355355
opal_show_help("help-comm.txt",
356356
"MPI function not supported",
357357
true,
358-
"MPI_Comm_from_group/MPI_Intercomm_from_groups",
358+
"MPI_Comm_create_from_group/MPI_Intercomm_create_from_groups",
359359
msg_string);
360360

361361
ret = MPI_ERR_UNSUPPORTED_OPERATION;

0 commit comments

Comments
 (0)