21#ifndef OPM_PARALLELFILEMERGER_HEADER_INCLUDED
22#define OPM_PARALLELFILEMERGER_HEADER_INCLUDED
33namespace fs = ::std::filesystem;
52 void operator()(
const fs::path&
file);
59 void appendFile(std::ofstream&
of,
const fs::path&
file,
const std::string& rank);
62 std::regex debugFileRegex_;
64 std::regex logFileRegex_;
66 std::regex fileWarningRegex_;
68 std::unique_ptr<std::ofstream> debugStream_;
70 std::unique_ptr<std::ofstream> logStream_;
A functor that merges multiple files of a parallel run to one file.
Definition ParallelFileMerger.hpp:42
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:240