aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@d0051148-8e13-4bef-be1d-f6c572c85f9f>2007-08-25 02:32:12 +0000
committerschnetter <schnetter@d0051148-8e13-4bef-be1d-f6c572c85f9f>2007-08-25 02:32:12 +0000
commit865d76b2f07aa64ea4dd6972ef7490661bd88948 (patch)
treec9f44bef09491881607e75f4213f4aa93cb3d8f7 /schedule.ccl
parent4c0e8f0a50204854feb57e46f4d1c7ea77c08a5b (diff)
Output timer reports to a file instead of to stdout
Add a parameter to the thorn CactusUtils/TimerReport to output the timer reports to files instead of to stdout. The reports are often many lines long, and they use more than 80 characters per line, cluttering stdout. Additionally, having them in files allows looking at timer reports from all processors without collecting all processors' stdout. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@19 d0051148-8e13-4bef-be1d-f6c572c85f9f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index fee2fd7..e10d99b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,6 +8,12 @@ SCHEDULE TimerReport_Output AS zzz_TimerReport_Output AT CCTK_ANALYSIS
OPTIONS: global
} "Print the timer report"
+SCHEDULE TimerReport_Output AS zzz_TimerReport_Output AT CCTK_TERMINATE BEFORE Driver_Terminate
+{
+ LANG: C
+ OPTIONS: global
+} "Print the timer report"
+
SCHEDULE TimerReport_Checkpoint AS zzz_TimerReport_Checkpoint AT CCTK_CHECKPOINT
{
LANG: C