aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* IOStreamedHDF5: Adapt to the new parsing API in IOUtilHEADsvnmasterschnetter2009-12-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@123 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Fixed small memory when using Util_snprintf().tradke2005-07-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@112 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Test the makefile variable HAVE_HDF5_STREAM_VFD to check for the availabilitytradke2004-11-08
| | | | | | | | of the Stream VFD. This makefile variable is set by the Cactus HDF5 configure script. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@111 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Use mkstemp(3) if available.tradke2004-06-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@108 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
| | | | | | | | (depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@107 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Add global information (such as chunking parameters) to the streamed HDF5 outputtradke2003-10-09
| | | | | | | so that it can be read into OpenDX using the ImportCactusHDF5 module. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@99 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Don't try to recover from a streamed HDF5 file when in "auto" or "autoprobe"tradke2003-06-16
| | | | | | | mode. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@96 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
| | | | | | | | | | | | for individual variables. Allow hyperslab options 'origin', 'direction', 'extent', and 'downsample' in option strings to specify hyperslab selections for individual variables. You also need to update CactusBase/IOUtil now. See the thornguide for a description and an example. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@91 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Make use of Tom's extensions to parameter declarations:tradke2002-05-27
| | | | | | | USE some_parameter AS alias. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@90 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Use the '-s' flag for grep when checking for availability of the Stream VFD.tradke2002-05-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@89 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Forgot to fix include path for SocketUtil.h.tradke2002-05-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@88 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Routines from thorn Socket slighly changed. Added port hunting for ↵tradke2002-05-14
| | | | | | | | | IOStreamedHDF5. You must also update thorn CactusConnect/Socket now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@85 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
| | | | | | | | | You must also update thorns IOHDF5Util and IOUtil now. This thorn will be moved from BetaThorns to CactusPUGHIO now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@84 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Changes to use the I/O request description and parsing routines which movedtradke2002-04-26
| | | | | | | | from IOHDF5Util to IOUtil. You must update both BetaThorns/IOHDF5Util and CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@83 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Code cleanup before moving into producion mode.tradke2002-04-23
| | | | | | | You must also update BetaThorns/IOHDF5Util now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@81 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Bugfix in parameter evaluation: if IOStreamedHDF5::out*_every was set to 0 ittradke2002-04-19
| | | | | | | would default to IO::out_every (instead of disabling IOStreamedHDF5 output). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@80 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Added new parameter 'IOStreamedHDF5::out_every' which just depricatestradke2002-03-14
| | | | | | | | the old parameter 'IOStreamedHDF5::outHDF5_every'. This is to get a consistent set of I/O parameter names for all I/O thorns. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@79 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* After successful recovery, print an info message telling the current iterationtradke2001-12-30
| | | | | | | | and time. Closes PR CactusBasse-876. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@77 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Fixed return codes of I/O methods.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@76 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@75 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Replaced anonymous timers by named timers.tradke2001-08-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@74 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Check for file version attribute already when opening the file.tradke2001-08-01
| | | | | | | | Fixed compiler warnings about a parameter named 'basename' which shadows a global symbol of the same name. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@73 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Get rid of timelevel variable which is always 0 now.tradke2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@71 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* New timelevel indexingallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@70 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@69 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Changing timelevel index used for IOallen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@68 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Changed MIME type for advertised files from "data/streamed-hdf5" totradke2001-03-19
| | | | | | | "data/x-streamed-hdf5" since it is not (yet :-)) an official one. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@66 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Clean up the temporary advertised file at termination.tradke2001-03-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@65 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Write the hostname / port number information for streamed HDF5 datatradke2001-03-14
| | | | | | | | | into a temporary text file which then gets advertised for downloading via the Cactus web interface. It uses MIME type "data/streamed-hdf5". git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@64 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Print an INFO message saying where to connect to for receivingtradke2001-01-19
| | | | | | | streamed data/cp files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@63 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Renamed local variable 'index' into 'vindex' to stop compiler warningstradke2000-11-29
| | | | | | | about hiding a global routine index(3). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@58 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* These make dependencies are not needed here anymoretradke2000-11-24
| | | | | | | | because they are also specified in IOHDF5Util's make.configuration.defn, and IOHDF5 and IOStreamedHDF5 inherit from this thorn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@56 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Renamed variables 'index' into 'vindex' to suppress gcc warnings ontradke2000-11-23
| | | | | | | hiding a global routine index(3). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@55 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Realized that these obsolete files are still there.tradke2000-11-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@54 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Include <stdlib.h> otherwise the code crashes on allocated stuff on Hitachi ↵tradke2000-10-17
| | | | | | SR800 with 64bits. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@50 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Added checkpoint/recovery functionality.tradke2000-10-12
| | | | | | | | | Moved a lot of code into IOHDF5Util and inherit from this thorn. Forgot to 'cvs add' these files at my last commit. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@45 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Added checkpoint/recovery functionality.tradke2000-10-12
| | | | | | | Moved a lot of code into IOHDF5Util and inherit from this thorn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@44 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Fixed pathsallen2000-09-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@39 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Moved parsing of output variables into CheckParameters().tradke2000-09-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@38 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Fixing a small memory leak.tradke2000-09-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@37 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* New argument list to H5FDset_fapl_stream().tradke2000-09-14
| | | | | | | This works with the newest Stream Virtual File driver from HDF5 1.3.29. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@36 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* adding return valuelanfer2000-09-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@35 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* renaming routines to avoid name clashes with other streaming routines and ↵lanfer2000-09-12
| | | | | | the CST preprocessing git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@34 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* adding warning for zero dimensional slabslanfer2000-09-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@33 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* fixing the regex: origin brings its own regex and does not understand ↵lanfer2000-08-29
| | | | | | extended expressions. The = around the varname can now be omitted git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@30 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* wrong logic for getting the normal vectorslanfer2000-08-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@29 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* allow silent streaminglanfer2000-08-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@26 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* now using default for slabdimlanfer2000-08-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@25 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* now using default for slabdimlanfer2000-08-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@24 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Also output the attributes in the dimension of the hyperslab.tradke2000-08-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@23 0888f3d4-9f52-45d2-93bc-d00801ff5e46