aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7e32810..c758e63 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -19,6 +19,22 @@ if (timer_output)
} "Print time spent in communication"
}
+if (CCTK_Equals(storage_verbose,"yes") || CCTK_Equals(storage_verbose,"report") )
+{
+ schedule PUGH_PrintStorageReport at TERMINATE
+ {
+ LANG:C
+ } "Print storage information"
+}
+
+if (CCTK_Equals(storage_verbose,"yes") || CCTK_Equals(storage_verbose,"report"))
+{
+ schedule PUGH_PrintStorageReport at POSTSTEP
+ {
+ LANG:C
+ } "Print storage information"
+}
+
schedule PUGH_Terminate at TERMINATE as Driver_Terminate
{
LANG:C