mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
3 lines
119 B
C
3 lines
119 B
C
|
int MPI_Send(void *buf, int count,
|
||
|
MPI_Datatype datatype, int dest,
|
||
|
int tag, MPI_Comm comm)
|