1
1

Change Fortran interface MPI_SCAN to MPI_EXSCAN in MPI_Exscan man page.

This commit was SVN r24131.
Этот коммит содержится в:
Eugene Loh 2010-12-01 17:29:48 +00:00
родитель ad814f26cd
Коммит c310eacc58

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

@ -19,7 +19,7 @@ int MPI_Exscan(void *\fIsendbuf\fP, void *\fIrecvbuf\fP, int \fIcount\fP,
.SH Fortran Syntax
.nf
INCLUDE 'mpif.h'
MPI_SCAN(\fISENDBUF, RECVBUF, COUNT, DATATYPE, OP, COMM, IERROR\fP)
MPI_EXSCAN(\fISENDBUF, RECVBUF, COUNT, DATATYPE, OP, COMM, IERROR\fP)
<type> \fISENDBUF(*), RECVBUF(*)\fP
INTEGER \fICOUNT, DATATYPE, OP, COMM, IERROR\fP