This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
radu
/
LaTeX-examples
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
b0bddad82f
Gałęzie
Tagi
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
mpi
/
comm-size-example.c
comm-size-example.c
106 B
Historia
Czysty
1
2
3
4
5
6
7
#include "mpi.h"
int size;
MPI_Comm comm;
...
MPI_Comm_size(comm, &size);
...