From eeb21e4fd862bb4beb943e7b86c7270ceb79f80b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 23 May 2019 14:15:11 +0200 Subject: Print stats on terminate --- schedule.ccl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 88a30cb..673a151 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -54,6 +54,10 @@ if (CCTK_Equals(lapse_evolution_method, "maximal_axi_mg")) { LANG: C } "" + SCHEDULE msa_mg_terminate_print_stats IN CCTK_TERMINATE { + LANG: C + } "" + STORAGE: lapse_mg[2] STORAGE: lapse_mg_eval STORAGE: lapse_prev0 -- cgit v1.2.3