diff options
Diffstat (limited to 'Source/main.cpp')
-rw-r--r-- | Source/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/main.cpp b/Source/main.cpp index 751a63fb0..185746a4d 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -66,6 +66,8 @@ int main(int argc, char* argv[]) warpx.Evolve(); + warpx.PrintGlobalWarnings("THE END"); //Print warning messages at the end of the simulation + if (warpx.Verbose()) { auto end_total = static_cast<Real>(amrex::second()) - strt_total; ParallelDescriptor::ReduceRealMax(end_total, ParallelDescriptor::IOProcessorNumber()); |