22#ifndef OPM_FLOW_BANNERS_HEADER_INCLUDED
23#define OPM_FLOW_BANNERS_HEADER_INCLUDED
30struct SimulatorReport;
33void printPRTHeader(
const std::string& parameters,
41void printFlowTrailer(
int nprocs,
int nthreads,
42 const SimulatorReport& report);
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: BlackoilPhases.hpp:27
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