aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-10-12 11:59:29 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-10-12 11:59:29 +0000
commit82634bf2d2df1b3c8b1c1ec72170610d7e5aa77d (patch)
tree08e1550a3937f66415163b35c092952f5cb86fe7 /par
parent6a4d9140ddd221a76f65413cee03833301a2af18 (diff)
Added IOHDF5Util to the ActiveThornList and changed implementation name
into IOStreamedHDF5. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@47 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'par')
-rw-r--r--par/HDF5socket_demo.par13
1 files changed, 6 insertions, 7 deletions
diff --git a/par/HDF5socket_demo.par b/par/HDF5socket_demo.par
index 5a88ead..cc744d9 100644
--- a/par/HDF5socket_demo.par
+++ b/par/HDF5socket_demo.par
@@ -1,5 +1,5 @@
-ActiveThorns = "time wavetoyc pugh cartgrid3d ioutil ioascii iobasic idscalarwavec wavebinarysource iostreamedhdf5"
+ActiveThorns = "time wavetoyc pugh cartgrid3d ioutil ioascii iobasic idscalarwavec wavebinarysource iostreamedhdf5 IOHDF5Util"
time::dtfac = 0.25
@@ -28,16 +28,15 @@ IOBasic::outInfo_vars = "wavetoy::phi"
IO::outdir = "wavebinary"
IO::out_every = 1
-StreamedHDF5::outHDF5_every = 1
-StreamedHDF5::port = 1235
+IOStreamedHDF5::outHDF5_every = 1
+IOStreamedHDF5::data_port = 1235
# hyperslab syntax:
# "<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}]"
+#IOStreamedHDF5::out_vars = "wavetoy::phi[{2},{0,1},{4,4,4},{-1,-1},{1,1}]"
+#IOStreamedHDF5::out_vars = "wavetoy::phi[{2},{0,1},{4},{-1},{1}]"
# If no geometry is specified, the defaults are used:
-StreamedHDF5::out_vars = "wavetoy::phi"
-
+IOStreamedHDF5::out_vars = "wavetoy::phi"