Function MPI_Alltoallw
extern(C) int MPI_Alltoallw
(
void* sendbuf,
int* sendcounts,
int* sdispls,
void** sendtypes,
void* recvbuf,
int* recvcounts,
int* rdispls,
void** recvtypes,
void* comm
);
extern(C) int MPI_Alltoallw
(
void* sendbuf,
int* sendcounts,
int* sdispls,
void** sendtypes,
void* recvbuf,
int* recvcounts,
int* rdispls,
void** recvtypes,
void* comm
);