From c0d7c72fb498b9a8c6cf062a31dbbbae75fec444 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 20 Jun 2000 08:52:29 +0000 Subject: 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 --- param.ccl | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') 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 "" +{ +} -- cgit v1.2.3