aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-05-06 09:22:43 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-05-06 09:22:43 +0000
commit6fdc9aa98ad8bf864590189506e7675b0540b406 (patch)
treee14d76c8ec6b60e304cd9441895adcc2c1cce4d8 /param.ccl
parent8fe0009843ec7ceb65c190156ce229b841edba9e (diff)
Parameter names changes as announced in today's mail to users@cactuscode.org.
You must also update thorns IOHDF5Util and IOUtil now. This thorn will be moved from BetaThorns to CactusPUGHIO now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@84 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl33
1 files changed, 14 insertions, 19 deletions
diff --git a/param.ccl b/param.ccl
index 46f088c..143ce31 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,11 +11,15 @@ private:
########################
INT out_every "How often to do HDF5 streaming, overrides IO::out_every" STEERABLE = ALWAYS
{
- -1:* :: "Values <= 0 disable IOStreamedHDF5 output"
+ 1:* :: "Every so many iterations"
+ 0: :: "Disable IOStreamedHDF5 output"
+ -1: :: "Default to IO::out_every"
} -1
INT outHDF5_every "How often to do HDF5 streaming, overrides IO::out_every" STEERABLE = ALWAYS
{
- -1:* :: "Values <= 0 disable IOStreamedHDF5 output"
+ 1:* :: "Every so many iterations"
+ 0: :: "Disable IOStreamedHDF5 output"
+ -1: :: "Default to IO::out_every"
} -1
#####################
@@ -23,10 +27,11 @@ INT outHDF5_every "How often to do HDF5 streaming, overrides IO::out_every" STEE
#####################
STRING out_vars "Variables to stream in HDF5 file format" STEERABLE = ALWAYS
{
- .* :: A regex which matches everything
+ ".+" :: "Space-separated list of fully qualified variable/group names"
+ "^$" :: "An empty string to output nothing"
} ""
-INT data_port "Port to stream out the HDF5 data files"
+INT data_port "Port to stream out the HDF5 data files" STEERABLE = RECOVER
{
1000:32000 :: "Ports below 1000 require root access"
} 8000
@@ -56,23 +61,13 @@ INT checkpoint_accept_timeout "Timeout in seconds for accepting client connectio
#############################################################################
shares: IO
-########################
-# How often to do output
-########################
-#FIXME: need USES AS
-#USES INT out_every
+#FIXME: want USES INT out_every AS default_out_every
-################
-# various things
-################
-USES BOOLEAN verbose
+USES KEYWORD verbose
USES BOOLEAN print_timing_info
-###################################
-# Checkpointing/recovery parameters
-###################################
+USES INT checkpoint_every
USES BOOLEAN checkpoint_ID
-USES KEYWORD recover
-USES INT checkpoint_every
USES BOOLEAN checkpoint_on_terminate
-USES STRING recover_file
+USES KEYWORD recover
+USES STRING recover_file