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-receive.c

4 lines
154 B
C
Raw Normal View History

2014-03-16 15:49:25 +01:00
int MPI_Recv(void *buf, int count,
2014-03-25 14:02:40 +01:00
MPI_Datatype datatype, int source,
int tag, MPI_Comm comm,
MPI_Status *status)