mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
MPI
This commit is contained in:
parent
c2db4122e7
commit
deea4832fe
7 changed files with 104 additions and 5 deletions
3
documents/Programmierparadigmen/scripts/mpi/mpi-send.c
Normal file
3
documents/Programmierparadigmen/scripts/mpi/mpi-send.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
int MPI_Send(void *buf, int count,
|
||||
MPI_Datatype datatype, int dest,
|
||||
int tag, MPI_Comm comm)
|
Loading…
Add table
Add a link
Reference in a new issue