mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
3 lines
153 B
C
3 lines
153 B
C
|
int MPI_Gather(void *sendbuf, int sendcount, MPI_Datatype sendtype,
|
||
|
void *recvbuf, int recvcount, MPI_Datatype recvtype, int root,
|
||
|
MPI_Comm comm)
|