2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

MPI Datentypen hinzugefügt

This commit is contained in:
Martin Thoma 2014-03-25 14:02:40 +01:00
parent ab5cf691bb
commit 16d9ba2f2a
3 changed files with 30 additions and 4 deletions

View file

@ -1,3 +1,4 @@
int MPI_Recv(void *buf, int count,
MPI_Datatype datatype, int source, int tag,
MPI_Comm comm, MPI_Status *status)
MPI_Datatype datatype, int source,
int tag, MPI_Comm comm,
MPI_Status *status)