OGS
getCommunicator.h
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#pragma once
5
6#include <mpi.h>
7
8#include <filesystem>
9
10namespace MeshLib::IO
11{
12struct FileCommunicator final
13{
15 int color;
16 std::filesystem::path output_filename;
17};
18FileCommunicator getCommunicator(unsigned int n_files);
19} // namespace MeshLib::IO
FileCommunicator getCommunicator(unsigned int const n_files)
std::filesystem::path output_filename