Skip to content

Commit 8119868

Browse files
committed
ompi_comm_get_rproc: fix error messsage
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 69f5596 commit 8119868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/communicator/comm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@ int ompi_comm_get_rprocs (ompi_communicator_t *local_comm, ompi_communicator_t *
23832383
since it is used in the communicator */
23842384
if ( OMPI_SUCCESS != rc ) {
23852385
OMPI_ERROR_LOG(rc);
2386-
opal_output(0, "%d: Error in ompi_get_rprocs\n", local_rank);
2386+
opal_output(0, "%d: Error in ompi_comm_get_rprocs\n", local_rank);
23872387
if ( NULL != rprocs ) {
23882388
free ( rprocs );
23892389
rprocs=NULL;

0 commit comments

Comments
 (0)