aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"