Function MPI_Gather
extern(C) int MPI_Gather
(
void* sendbuf,
int sendcount,
void* sendtype,
void* recvbuf,
int recvcount,
void* recvtype,
int root,
void* comm
);
extern(C) int MPI_Gather
(
void* sendbuf,
int sendcount,
void* sendtype,
void* recvbuf,
int recvcount,
void* recvtype,
int root,
void* comm
);