mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
7 lines
106 B
C
7 lines
106 B
C
|
#include "mpi.h"
|
||
|
|
||
|
int size;
|
||
|
MPI_Comm comm;
|
||
|
...
|
||
|
MPI_Comm_size(comm, &size);
|
||
|
...
|