aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-09-11 02:56:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-09-11 02:56:00 +0000
commitcd889c022b928f5a8b3a51099e106f617c23a236 (patch)
tree74e838af2fd320b02a61dca65837fa994115c157 /Carpet/CarpetLib/param.ccl
parent849721b9597d95c2d4de6bf047eb5636b587e662 (diff)
CarpetLib: Write timer output to files
Write the CarpetLib timer output to files instead of to screen; the output is lengthy, difficult to interpret, and output from all processors is needed. darcs-hash:20060911025609-dae7b-c1d812ae44dfdb3f8e8daae09f06a8ed3476e73f.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 1a064d0bb..2292280c6 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -54,6 +54,12 @@ INT print_timestats_every "Print timing statistics periodically" STEERABLE=alway
1:* :: "report every so many iterations"
} 0
+STRING timestat_file "File name in which timestat output is collected (because stdout from the root node may not be enough)" STEERABLE=always
+{
+ "^$" :: "empty filename: no file output"
+ "^.+$" :: "file name"
+} "carpetlib-time-statistics"
+
INT print_memstats_every "Report periodically how much memory is used per process" STEERABLE=always