aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-03-14 13:15:39 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-03-14 13:15:39 +0000
commit593faf37a6a9e268e9cfeff6d8e58fb5151c8347 (patch)
tree11b9ebcdc1d0a0bb83deb3009bb6b101b376a4ed /param.ccl
parent3afd79ee939f7451a6beca3e484065c45fc42536 (diff)
Added new parameter 'IOStreamedHDF5::out_every' which just depricates
the old parameter 'IOStreamedHDF5::outHDF5_every'. This is to get a consistent set of I/O parameter names for all I/O thorns. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@79 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 6 insertions, 8 deletions
diff --git a/param.ccl b/param.ccl
index 95d8f63..1a43d22 100644
--- a/param.ccl
+++ b/param.ccl
@@ -9,17 +9,14 @@ private:
########################
# How often to do output
########################
-INT outHDF5_every "How often to do HDF5 streaming, overrides IO::out_every" STEERABLE = ALWAYS
+INT out_every "How often to do HDF5 streaming, overrides IO::out_every" STEERABLE = ALWAYS
{
-1:* :: "Values <= 0 disable IOStreamedHDF5 output"
} -1
-
-KEYWORD h5verbose "Verbosity level"
+INT outHDF5_every "How often to do HDF5 streaming, overrides IO::out_every" STEERABLE = ALWAYS
{
- "yes" :: "information output"
- "debug":: "debugging output"
- "no" :: "silent"
-} "yes"
+ -1:* :: "Values <= 0 disable IOStreamedHDF5 output"
+} -1
#####################
# Variables to output
@@ -62,7 +59,8 @@ shares: IO
########################
# How often to do output
########################
-USES INT out_every
+#FIXME: need USES AS
+#USES INT out_every
################
# various things