aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-08-29 13:24:28 +0000
committerlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-08-29 13:24:28 +0000
commit59862f3062f2b36ccb8d29ac20d8430c41ebc3b2 (patch)
treecd30c9aa18d357f538784c90af53a2e579f8d712 /par
parentdd2840d2a3e17ccee2b7522bae2ee73f62b958d4 (diff)
regex fixed
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@31 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'par')
-rw-r--r--par/HDF5socket_demo.par15
1 files changed, 8 insertions, 7 deletions
diff --git a/par/HDF5socket_demo.par b/par/HDF5socket_demo.par
index 32e73da..43782f9 100644
--- a/par/HDF5socket_demo.par
+++ b/par/HDF5socket_demo.par
@@ -32,11 +32,12 @@ StreamedHDF5::outHDF5_every = 1
StreamedHDF5::port = 1235
# hyperslab syntax:
-# "<implementation::name>[{dimension}{direction,..}{startindex{,...}
-# {length,..}{downsamping,...}]
-#StreamedHDF5::out_vars = "wavetoy::phi[{2},{0,1},{4},{-1,-1},{1,1}]"
-
-# regex broken for orgin ? use this syntax for now (=VARIABLE=) :
-#StreamedHDF5::out_vars = "=wavetoy::phi=[{2},{0,1},{4},{-1,-1},{1,1}]"
-StreamedHDF5::out_vars = "=wavetoy::phi="
+# "<implementation::name>[{dimension}{direction,..}{startindex[,...]}
+# {length[,..]}{downsamping[,...]}]
+# If the startindex/length/downsampling is the same in all
+# three direction, it only needs to be specified once:
+#StreamedHDF5::out_vars = "wavetoy::phi[{2},{0,1},{4,4,4},{-1,-1},{1,1}]"
+#StreamedHDF5::out_vars = "wavetoy::phi[{2},{0,1},{4},{-1},{1}]"
+# If no geometry is specified, the defaults are used:
+StreamedHDF5::out_vars = "wavetoy::phi"