aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2007-01-15 12:06:36 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2007-01-15 12:06:36 +0000
commit74bc9ba83ebec82716597f9dac42551eea8185f6 (patch)
tree6829988d4769c0118e9a9c8c573c3dce3f038594 /param.ccl
parent9cb0ef8e18b65bb8b28924b598c8475abe16ab92 (diff)
add a debugging feature: setting the parameter
AEILocalInterp::log_interp_coords = true causes this thorn to write a log file on each processor giving the grid and (some of) the interpolation coordinates git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@45 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl20
1 files changed, 19 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 9f0ce17..a60db7c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,4 +1,22 @@
# Parameter definitions for thorn AEILocalInterp
# $Header$
-# there are no parameters for this thorn
+# all parameters are private to this thorn
+private:
+
+#
+# If this logging is done, each processor writes its log data to a file
+# named via
+# snprintf(buffer, length,
+# "AEILocalInterp.proc%d.log"
+# CCTK_MyProc())
+# Note that these log files are typically quite large, and writing them
+# may significantly slow the simulation -- you should probably only use
+# this option for debugging purposes.
+#
+Boolean log_interp_coords \
+ "should we log the grid min(delta)max and the interpolation \
+ coordinates for each call on the interpolator?" \
+ STEERABLE=ALWAYS
+{
+} false