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
@@ -33,16 +33,18 @@ MPI_NEIGHBOR_ALLTOALLW(\fISENDBUF, SENDCOUNTS, SDISPLS, SENDTYPES,
3333 RECVBUF, RECVCOUNTS, RDISPLS, RECVTYPES, COMM, IERROR \fP )
3434
3535 <type> \fI SENDBUF(*), RECVBUF(*) \fP
36- INTEGER \fI SENDCOUNTS(*), SDISPLS(*), SENDTYPES(*) \fP
37- INTEGER \fI RECVCOUNTS(*), RDISPLS(*), RECVTYPES(*) \fP
36+ INTEGER \fI SENDCOUNTS(*), SENDTYPES(*) \fP
37+ INTEGER \fI RECVCOUNTS(*), RECVTYPES(*) \fP
38+ INTEGER(KIND=MPI_ADDRESS_KIND) \fI SDISPLS(*), RDISPLS(*) \fP
3839 INTEGER \fI COMM, IERROR \fP
3940
4041MPI_INEIGHBOR_ALLTOALLW(\fI SENDBUF, SENDCOUNTS, SDISPLS, SENDTYPES,
4142 RECVBUF, RECVCOUNTS, RDISPLS, RECVTYPES, COMM, REQUEST, IERROR \fP )
4243
4344 <type> \fI SENDBUF(*), RECVBUF(*) \fP
44- INTEGER \fI SENDCOUNTS(*), SDISPLS(*), SENDTYPES(*) \fP
45- INTEGER \fI RECVCOUNTS(*), RDISPLS(*), RECVTYPES(*) \fP
45+ INTEGER \fI SENDCOUNTS(*), SENDTYPES(*) \fP
46+ INTEGER \fI RECVCOUNTS(*), RECVTYPES(*) \fP
47+ INTEGER(KIND=MPI_ADDRESS_KIND) \fI SDISPLS(*), RDISPLS(*) \fP
4648 INTEGER \fI COMM, REQUEST, IERROR \fP
4749
4850.fi
0 commit comments