22 #ifndef OPM_FLOW_BANNERS_HEADER_INCLUDED 23 #define OPM_FLOW_BANNERS_HEADER_INCLUDED 26 #include <string_view> 30 struct SimulatorReport;
31 struct SimulatorReportSingle;
34 void printPRTHeader(
const int nprocs,
const int nthreads,
35 const std::string& parameters,
40 void printFlowBanner(
int nprocs,
int threads, std::string_view
moduleVersionName);
43 void printFlowTrailer(
int nprocs,
45 const double total_setup_time,
46 const double deck_read_time,
47 const SimulatorReport& report);
51 #endif // OPM_FLOW_BANNERS_HEADER_INCLUDED std::string moduleVersionName()
Return the version name of the module, for example "2015.10" (for a release branch) or "2016...
Definition: moduleVersion.cpp:34
std::string compileTimestamp()
Return a string "dd-mm-yyyy at HH::MM::SS hrs" which is the time the binary was compiled.
Definition: moduleVersion.cpp:57
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
std::string moduleVersion()
Return a string containing both the name and hash, if N is the name and H is the hash it will be "N (...
Definition: moduleVersion.cpp:50