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
11f76e1a6e
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
mpi
/
comm-size-example.c
7 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
MPI
2014-03-09 20:34:02 +01:00
#
include
"mpi.h"
MPI
2014-03-09 21:01:47 +01:00
int
size
;
MPI_Comm
comm
;
.
.
.
MPI_Comm_size
(
comm
,
&
size
)
;
.
.
.
Copy permalink