mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use more appropriate end-of-sim timing output.
This commit is contained in:
parent
b088caba03
commit
2eb06d6d6c
@ -263,7 +263,7 @@ try
|
|||||||
SimulatorReport fullReport = simulator.run(simtimer, state);
|
SimulatorReport fullReport = simulator.run(simtimer, state);
|
||||||
|
|
||||||
std::cout << "\n\n================ End of simulation ===============\n\n";
|
std::cout << "\n\n================ End of simulation ===============\n\n";
|
||||||
fullReport.report(std::cout);
|
fullReport.reportFullyImplicit(std::cout);
|
||||||
|
|
||||||
if (output) {
|
if (output) {
|
||||||
std::string filename = output_dir + "/walltime.txt";
|
std::string filename = output_dir + "/walltime.txt";
|
||||||
|
@ -341,7 +341,7 @@ try
|
|||||||
if( grid->comm().rank()==0 )
|
if( grid->comm().rank()==0 )
|
||||||
{
|
{
|
||||||
std::cout << "\n\n================ End of simulation ===============\n\n";
|
std::cout << "\n\n================ End of simulation ===============\n\n";
|
||||||
fullReport.report(std::cout);
|
fullReport.reportFullyImplicit(std::cout);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (output) {
|
if (output) {
|
||||||
|
Loading…
Reference in New Issue
Block a user