mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 14:28:05 +02:00
3 lines
No EOL
153 B
C
3 lines
No EOL
153 B
C
int MPI_Reduce(const void *sendbuf, void *recvbuf,
|
|
int count, MPI_Datatype datatype,
|
|
MPI_Op op, int root, MPI_Comm comm) |