From 82634bf2d2df1b3c8b1c1ec72170610d7e5aa77d Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 12 Oct 2000 11:59:29 +0000 Subject: 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 --- par/HDF5socket_demo.par | 13 ++++++------- 1 file 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: # "[{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" -- cgit v1.2.3