aboutsummaryrefslogtreecommitdiff
path: root/interface.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 /interface.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 'interface.ccl')
-rw-r--r--interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 64d47a4..274ab89 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,3 +2,9 @@
# $Header$
implements: timerreport
+
+
+
+CCTK_INT FUNCTION IO_TruncateOutputFiles (CCTK_POINTER_TO_CONST IN cctkGH)
+
+REQUIRES FUNCTION IO_TruncateOutputFiles