Subject: [OMPI docs] One possible typo in MPI_Alltoallv documentation on mac
From: Xuankang Lin (lxk19921205_at_[hidden])
Date: 2014-04-20 23:28:12


Hi everyone,

I am using Mac OS X 10.9.2 and there seems to be a typo in the man page of
MPI_Alltoallv:

C Syntax
> #include <mpi.h>
> int MPI_Alltoallv(const void *sendbuf, const int sendcounts[],
> const int sdisplsP, MPI_Datatype sendtype,
> void *recvbuf, const int recvcounts[],
> const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm)

> int MPI_Ialltoallv(const void *sendbuf, const int sendcounts[],
> const int sdisplsP, MPI_Datatype sendtype,
> void *recvbuf, const int recvcounts[],
> const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
> MPI_Request *request)

In both definitions there are "const int sdisplsP" which I think is a typo.

Thanks.

Best,
Xuankang