2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 14:28:05 +02:00
LaTeX-examples/documents/Programmierparadigmen/scripts/mpi/mpi-send.c
Martin Thoma deea4832fe MPI
2014-03-16 15:49:25 +01:00

3 lines
No EOL
119 B
C

int MPI_Send(void *buf, int count,
MPI_Datatype datatype, int dest,
int tag, MPI_Comm comm)