aboutsummaryrefslogtreecommitdiff
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
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@119 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@118 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* use correct latex package in documentationknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@117 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Added localreduce to activethornsyye002006-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@116 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@115 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
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@109 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
* Use IO::strict_io_parameter_check.tradke2004-06-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@106 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Inherit from IO.tradke2004-04-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@104 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
| | | | | | | | | | | | | | disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@102 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Option strings are enclosed in curly braces.tradke2004-03-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@101 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Update parameter files to activate thorn SymBase.schnetter2004-03-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@100 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
* PUGHIO* thorns now require the thorns they depend upon (PUGH, IOHDF5Util,tradke2003-09-04
| | | | | | | FlexIO) to be compiled in and activated. No need to inherit from them anymore. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@98 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* CardGrid3D now inherits from CoordBaserideout2003-08-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@97 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
* Removed old deprecated I/O parameters.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@95 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@93 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Give a description and an example on how to use option strings to specifytradke2002-05-28
| | | | | | | | a hyperslab selection and the output frequency for individual variables. Also added some smaller fixes in the thorn documentation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@92 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
* Added missing thorns in ActiveThorns parameter.tradke2002-05-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@87 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* Uses include header file from thorn Socket.tradke2002-05-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@86 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
* Removed unused parameters inherited from IO.tradke2002-04-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@82 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
* Changing initial data from obsolete binarysource to none.goodale2002-01-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@78 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
* Changed the thorn name in the README from "IOFiberHDF5" to "IOStreamedHDF5".tradke2001-06-13
| | | | | | | I wonder how this name could creep in here... git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@72 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
* Use the new parameter IO::out_fileinfo.tradke2001-03-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@67 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