OGS
MPI.cpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#include "MPI.h"
5
6#ifdef USE_PETSC
7namespace BaseLib::MPI
8{
9MPI_Comm OGS_COMM_WORLD = MPI_COMM_WORLD;
10}
11#endif // USE_PETSC
MPI_Comm OGS_COMM_WORLD
Definition MPI.cpp:9