1616.nf
1717#include <mpi.h>
1818int MPI_Neighbor_alltoallw(const void *\fI sendbuf \fP , const int \fI sendcounts \fP [],
19- const int \fI sdispls \fP [], const MPI_Datatype \fI sendtypes \fP [],
20- void *\fI recvbuf \fP , const int \fI recvcounts \fP [], const int \fI rdispls \fP [],
21- const MPI_Datatype \fI recvtypes \fP [], MPI_Comm \fI comm \fP )
19+ const MPI_Aint \fI sdispls \fP [], const MPI_Datatype \fI sendtypes \fP [],
20+ void *\fI recvbuf \fP , const int \fI recvcounts \fP [], const MPI_Aint \fI rdispls \fP [],
21+ const MPI_Datatype \fI recvtypes \fP [], MPI_Comm \fI comm \fP )
2222
2323int MPI_Ineighbor_alltoallw(const void *\fI sendbuf \fP , const int \fI sendcounts \fP [],
24- const int \fI sdispls \fP [], const MPI_Datatype \fI sendtypes \fP [],
25- void *\fI recvbuf \fP , const int \fI recvcounts \fP [], const int \fI rdispls \fP [],
26- const MPI_Datatype \fI recvtypes \fP [], MPI_Comm \fI comm \fP , MPI_Request \fI *request \fP )
24+ const MPI_Aint \fI sdispls \fP [], const MPI_Datatype \fI sendtypes \fP [],
25+ void *\fI recvbuf \fP , const int \fI recvcounts \fP [], const MPI_Aint \fI rdispls \fP [],
26+ const MPI_Datatype \fI recvtypes \fP [], MPI_Comm \fI comm \fP , MPI_Request \fI *request \fP )
2727
2828.fi
2929.SH Fortran Syntax
@@ -34,16 +34,18 @@ MPI_NEIGHBOR_ALLTOALLW(\fISENDBUF, SENDCOUNTS, SDISPLS, SENDTYPES,
3434 RECVBUF, RECVCOUNTS, RDISPLS, RECVTYPES, COMM, IERROR \fP )
3535
3636 <type> \fI SENDBUF(*), RECVBUF(*) \fP
37- INTEGER \fI SENDCOUNTS(*), SDISPLS(*), SENDTYPES(*) \fP
38- INTEGER \fI RECVCOUNTS(*), RDISPLS(*), RECVTYPES(*) \fP
37+ INTEGER \fI SENDCOUNTS(*), SENDTYPES(*) \fP
38+ INTEGER \fI RECVCOUNTS(*), RECVTYPES(*) \fP
39+ INTEGER(KIND=MPI_ADDRESS_KIND) \fI SDISPLS(*), RDISPLS(*) \fP
3940 INTEGER \fI COMM, IERROR \fP
4041
4142MPI_INEIGHBOR_ALLTOALLW(\fI SENDBUF, SENDCOUNTS, SDISPLS, SENDTYPES,
4243 RECVBUF, RECVCOUNTS, RDISPLS, RECVTYPES, COMM, REQUEST, IERROR \fP )
4344
4445 <type> \fI SENDBUF(*), RECVBUF(*) \fP
45- INTEGER \fI SENDCOUNTS(*), SDISPLS(*), SENDTYPES(*) \fP
46- INTEGER \fI RECVCOUNTS(*), RDISPLS(*), RECVTYPES(*) \fP
46+ INTEGER \fI SENDCOUNTS(*), SENDTYPES(*) \fP
47+ INTEGER \fI RECVCOUNTS(*), RECVTYPES(*) \fP
48+ INTEGER(KIND=MPI_ADDRESS_KIND) \fI SDISPLS(*), RDISPLS(*) \fP
4749 INTEGER \fI COMM, REQUEST, IERROR \fP
4850
4951.fi
0 commit comments