From 092cf1937d979ee2e3075d2960bcc00a6cdad50e Mon Sep 17 00:00:00 2001 From: KAWASHIMA Takahiro Date: Thu, 4 Oct 2018 21:02:35 +0900 Subject: [PATCH] man: Correct markup of `MPI_Neighbor_allgather` Signed-off-by: KAWASHIMA Takahiro (cherry picked from commit 994b34525399e2524adeef6933e0bc3f673caf5f) --- ompi/mpi/man/man3/MPI_Neighbor_allgather.3in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ompi/mpi/man/man3/MPI_Neighbor_allgather.3in b/ompi/mpi/man/man3/MPI_Neighbor_allgather.3in index 74aee8799e..e152d747ce 100644 --- a/ompi/mpi/man/man3/MPI_Neighbor_allgather.3in +++ b/ompi/mpi/man/man3/MPI_Neighbor_allgather.3in @@ -33,13 +33,14 @@ MPI_NEIGHBOR_ALLGATHER(\fISENDBUF\fP,\fI SENDCOUNT\fP,\fI SENDTYPE\fP,\fI RECVBU INTEGER \fIIERROR\fP MPI_INEIGHBOR_ALLGATHER(\fISENDBUF\fP,\fI SENDCOUNT\fP,\fI SENDTYPE\fP,\fI RECVBUF\fP,\fI RECVCOUNT\fP,\fI - RECVTYPE\fP,\fI COMM\fP, \fPREQUEST\fI,\fI IERROR\fP) + RECVTYPE\fP,\fI COMM\fP, \fIREQUEST\fP,\fI IERROR\fP) \fISENDBUF\fP (*), \fIRECVBUF\fP (*) INTEGER \fISENDCOUNT\fP,\fI SENDTYPE\fP,\fI RECVCOUNT\fP,\fI RECVTYPE\fP,\fI COMM\fP, INTEGER \fIREQUEST, IERROR\fP .fi .SH Fortran 2008 Syntax +.nf USE mpi_f08 MPI_Neighbor_allgather(\fIsendbuf\fP, \fIsendcount\fP, \fIsendtype\fP, \fIrecvbuf\fP, \fIrecvcount\fP, \fIrecvtype\fP, \fIcomm\fP, \fIierror\fP)