1
1

man: Correct markup of MPI_Neighbor_allgather

Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
(cherry picked from commit 994b34525399e2524adeef6933e0bc3f673caf5f)
Этот коммит содержится в:
KAWASHIMA Takahiro 2018-10-04 21:02:35 +09:00
родитель c0796664b1
Коммит 092cf1937d

Просмотреть файл

@ -33,13 +33,14 @@ MPI_NEIGHBOR_ALLGATHER(\fISENDBUF\fP,\fI SENDCOUNT\fP,\fI SENDTYPE\fP,\fI RECVBU
INTEGER \fIIERROR\fP INTEGER \fIIERROR\fP
MPI_INEIGHBOR_ALLGATHER(\fISENDBUF\fP,\fI SENDCOUNT\fP,\fI SENDTYPE\fP,\fI RECVBUF\fP,\fI RECVCOUNT\fP,\fI 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)
<type> \fISENDBUF\fP (*), \fIRECVBUF\fP (*) <type> \fISENDBUF\fP (*), \fIRECVBUF\fP (*)
INTEGER \fISENDCOUNT\fP,\fI SENDTYPE\fP,\fI RECVCOUNT\fP,\fI RECVTYPE\fP,\fI COMM\fP, INTEGER \fISENDCOUNT\fP,\fI SENDTYPE\fP,\fI RECVCOUNT\fP,\fI RECVTYPE\fP,\fI COMM\fP,
INTEGER \fIREQUEST, IERROR\fP INTEGER \fIREQUEST, IERROR\fP
.fi .fi
.SH Fortran 2008 Syntax .SH Fortran 2008 Syntax
.nf
USE mpi_f08 USE mpi_f08
MPI_Neighbor_allgather(\fIsendbuf\fP, \fIsendcount\fP, \fIsendtype\fP, \fIrecvbuf\fP, \fIrecvcount\fP, MPI_Neighbor_allgather(\fIsendbuf\fP, \fIsendcount\fP, \fIsendtype\fP, \fIrecvbuf\fP, \fIrecvcount\fP,
\fIrecvtype\fP, \fIcomm\fP, \fIierror\fP) \fIrecvtype\fP, \fIcomm\fP, \fIierror\fP)