1
1

man: fix a typo in MPI_Ibarrier C prototype

Thanks Harald Servat for reporting this
Этот коммит содержится в:
Gilles Gouaillardet 2015-09-28 16:54:20 +09:00
родитель 5e15c20cf8
Коммит 97b9d12c58

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

@ -14,7 +14,7 @@
#include <mpi.h>
int MPI_Barrier(MPI_Comm \fIcomm\fP)
int MPI_Ibarrier(MPI_Comm \fIcomm\fP, MPI_Request \fIrequest\fP)
int MPI_Ibarrier(MPI_Comm \fIcomm\fP, MPI_Request \fI*request\fP)
.fi
.SH Fortran Syntax