summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-12-28 12:50:38 +0100
committerAnton Khirnov <anton@khirnov.net>2018-12-28 12:50:38 +0100
commit5fad6377e6ff439bf379d34716a7271822a306ce (patch)
treefef86ad3da351c52e9f7543dd4263605f087e989 /param.ccl
parent9bb2871198d34564bd9f9ece01d4e5619cf50b49 (diff)
Make logging configurable through the parfile.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1718290..0795ac4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,3 +12,15 @@ CCTK_INT fd_stencil "finite differencing stencil"
{
1: :: ""
} 1
+
+RESTRICTED:
+CCTK_INT stats_every "print elliptic solver stats every <count> coarsest-level steps"
+{
+ 0: :: ""
+} 0
+
+RESTRICTED:
+STRING loglevel "logging level"
+{
+ :: ""
+} "info"