OGS
MPI.cpp
Go to the documentation of this file.
1
10#include "MPI.h"
11
12#ifdef USE_PETSC
13namespace BaseLib::MPI
14{
15MPI_Comm OGS_COMM_WORLD = MPI_COMM_WORLD;
16}
17#endif // USE_PETSC
MPI_Comm OGS_COMM_WORLD
Definition MPI.cpp:15