aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-06-20 08:52:29 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-06-20 08:52:29 +0000
commitc0d7c72fb498b9a8c6cf062a31dbbbae75fec444 (patch)
treede61d233631023cc6672f1fbae39786fb461bef1 /param.ccl
parent0a5cd6924df319727ac5c7304e611010490a2d3a (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@3 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl51
1 files changed, 51 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..8ce6399
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,51 @@
+# Parameter definitions for thorn StreamedHDF5
+# $Header$
+
+#############################################################################
+### declare StreamedHDF5 parameters
+#############################################################################
+private:
+
+########################
+# How often to do output
+########################
+INT outHDF5_every "How often to do HDF5 streaming, overrides IO::out_every" STEERABLE = ALWAYS
+{
+ -1:* ::
+} -1
+
+
+#####################
+# Variables to output
+#####################
+STRING out_vars "Variables to stream in HDF5 file format" STEERABLE = ALWAYS
+{
+ .* :: A regex which matches everything
+} ""
+
+
+INT port "Port to stream the HDF5 file out" STEERABLE = ALWAYS
+{
+ 1000:16000 :: "Valid ranges are above 1000, ports below that value would require root access"
+} 8000
+
+
+#############################################################################
+### import IOUtil parameters
+#############################################################################
+shares: IO
+
+########################
+# How often to do output
+########################
+USES INT out_every ""
+{
+ : ::
+}
+
+################
+# various things
+################
+USES BOOLEAN verbose ""
+{
+}