aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
Commit message (Collapse)AuthorAge
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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. 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
* 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
* Fixed bugs for outputting multiple vars.tradke2000-08-01
| | | | | | | | Fixed some warnings. Removed GHExtensions.c which did the same as Startup.c. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@15 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* steerable Hyperslab capabilities for Streamed HDF5lanfer2000-08-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@11 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* ParseVarsForOutput -> IOUtil_ParseVarsForOutputallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@7 0888f3d4-9f52-45d2-93bc-d00801ff5e46
* This commit was generated by cvs2svn to compensate for changes in r2, whichtradke2000-06-20
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@3 0888f3d4-9f52-45d2-93bc-d00801ff5e46