mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 06:18:05 +02:00
4 lines
No EOL
154 B
C
4 lines
No EOL
154 B
C
int MPI_Recv(void *buf, int count,
|
|
MPI_Datatype datatype, int source,
|
|
int tag, MPI_Comm comm,
|
|
MPI_Status *status) |