Function MPI_Gatherv
extern(C) int MPI_Gatherv
(
void* sendbuf,
int sendcount,
void* sendtype,
void* recvbuf,
int* recvcounts,
int* displs,
void* recvtype,
int root,
void* comm
);
extern(C) int MPI_Gatherv
(
void* sendbuf,
int sendcount,
void* sendtype,
void* recvbuf,
int* recvcounts,
int* displs,
void* recvtype,
int root,
void* comm
);