This website requires JavaScript.
Explore
Help
Sign in
tex-projects
/
LaTeX-examples
Watch
2
Star
0
Fork
You've already forked LaTeX-examples
0
mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced
2025-04-26 06:48:04 +02:00
Code
Activity
38468bfbd0
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
mpi
/
mpi-bcast.c
3 lines
120 B
C
Raw
Normal View
History
Unescape
Escape
Datentypen zu MPI hinzugefuegt
2014-04-07 10:33:49 +02:00
int
MPI_Bcast
(
void
*
buffer
,
int
count
,
MPI_Datatype
datatype
,
int
root
,
MPI_Comm
comm
)
Copy permalink