Skip to content

Commit 37222f7

Browse files
authored
Merge pull request #11017 from hppritcha/fix_comm_create_from_group_help_msg
MPI_Comm_create_from_group: fix help message
2 parents 75c3427 + d9605fd commit 37222f7

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)