Use more appropriate end-of-sim timing output.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-04-21 10:42:40 +02:00
parent b088caba03
commit 2eb06d6d6c
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ try
SimulatorReport fullReport = simulator.run(simtimer, state);
std::cout << "\n\n================ End of simulation ===============\n\n";
fullReport.report(std::cout);
fullReport.reportFullyImplicit(std::cout);
if (output) {
std::string filename = output_dir + "/walltime.txt";

View File

@ -341,7 +341,7 @@ try
if( grid->comm().rank()==0 )
{
std::cout << "\n\n================ End of simulation ===============\n\n";
fullReport.report(std::cout);
fullReport.reportFullyImplicit(std::cout);
}
if (output) {