22#ifndef OPM_FLOW_BANNERS_HEADER_INCLUDED
23#define OPM_FLOW_BANNERS_HEADER_INCLUDED
30struct SimulatorReport;
31struct SimulatorReportSingle;
34void printPRTHeader(
const int nprocs,
const int nthreads,
35 const std::string& parameters,
43void printFlowTrailer(
int nprocs,
45 const double total_setup_time,
46 const double deck_read_time,
47 const SimulatorReport& report,
48 const SimulatorReportSingle& localsolves_report);
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
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
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