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