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:
parent
ab5cf691bb
commit
16d9ba2f2a
3 changed files with 30 additions and 4 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue