OGS
getCommunicator.h
Go to the documentation of this file.
1
15#pragma once
16
17#include <mpi.h>
18
19#include <filesystem>
20
21namespace MeshLib::IO
22{
23struct FileCommunicator final
24{
26 int color;
27 std::filesystem::path output_filename;
28};
29FileCommunicator getCommunicator(unsigned int n_files);
30} // namespace MeshLib::IO
FileCommunicator getCommunicator(unsigned int const n_files)
std::filesystem::path output_filename