aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Reflecting data with a given stencil width.tradke2002-02-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@96 4825ed28-b72c-4eae-9704-e50c059e567d
* Another fix for the bounding box attributes.tradke2002-02-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@95 4825ed28-b72c-4eae-9704-e50c059e567d
* Bugfix for fixing the bounding box attributes (didn't use native datatypes).tradke2002-02-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@94 4825ed28-b72c-4eae-9704-e50c059e567d
* Fix for recombining cropped datasets where some processors contributetradke2002-02-18
| | | | | | | with no data chunks at all. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@93 4825ed28-b72c-4eae-9704-e50c059e567d
* Fix bounding box attributes for reflected datasets.tradke2002-02-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@92 4825ed28-b72c-4eae-9704-e50c059e567d
* Added the HDF5 file merger to the UTILS programs.tradke2002-01-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@91 4825ed28-b72c-4eae-9704-e50c059e567d
* Final version of the bitant-to-fullmode converter. Now it also flips the signtradke2002-01-28
| | | | | | | | | of reflected data if called with '-flipsign'. Also added utility program to merge HDF5 data files into a single one (useful to combine several timesteps or different variables). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@90 4825ed28-b72c-4eae-9704-e50c059e567d
* Another fix for parallel HDF5 code.tradke2002-01-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@89 4825ed28-b72c-4eae-9704-e50c059e567d
* Fixed #ifdef for parallel HDF5 code.tradke2002-01-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@88 4825ed28-b72c-4eae-9704-e50c059e567d
* Fixed build rules for IOHDF5 utilities.tradke2002-01-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@87 4825ed28-b72c-4eae-9704-e50c059e567d
* Fixed a small memory leak.tradke2002-01-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@86 4825ed28-b72c-4eae-9704-e50c059e567d
* Fixed initialization problem when unconditional output was requested viatradke2002-01-17
| | | | | | | CCTK_OutputVar*(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@85 4825ed28-b72c-4eae-9704-e50c059e567d
* Removed all the unneccessary hyperslab parameters to stop confusion.tradke2002-01-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@84 4825ed28-b72c-4eae-9704-e50c059e567d
* Check the IOHDF5::outdir_HDF5 parameter being a format string fortradke2002-01-14
| | | | | | | | | | | processor-specific output directories: if this parameter contains a '%u' format substring it will be subsituted by the actual processor ID. Please regard this feature as experimental for now. It only applies to parallel IO modes (IO::out3d_mode != "onefile"). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@83 4825ed28-b72c-4eae-9704-e50c059e567d
* Added rules to build the bitant-to-fullmode converter utility.tradke2002-01-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@82 4825ed28-b72c-4eae-9704-e50c059e567d
* Added converter for bitant data into fullmode data.tradke2002-01-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@81 4825ed28-b72c-4eae-9704-e50c059e567d
* Print the variable's name in the warning message when output was already done.tradke2002-01-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@80 4825ed28-b72c-4eae-9704-e50c059e567d
* Adding missing makefile variable to point to FlexIO includes.tradke2002-01-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@79 4825ed28-b72c-4eae-9704-e50c059e567d
* 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/IOHDF5/trunk@78 4825ed28-b72c-4eae-9704-e50c059e567d
* Added utility program. See ThornGuide for details.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@77 4825ed28-b72c-4eae-9704-e50c059e567d
* Fixed return codes of I/O methods.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@76 4825ed28-b72c-4eae-9704-e50c059e567d
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@75 4825ed28-b72c-4eae-9704-e50c059e567d
* Fixed const pointer issue in the advertised file structure.tradke2001-10-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@74 4825ed28-b72c-4eae-9704-e50c059e567d
* Replaced anonymous timers by named timers.tradke2001-08-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@73 4825ed28-b72c-4eae-9704-e50c059e567d
* Create output directories on all I/O processors.tradke2001-08-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@72 4825ed28-b72c-4eae-9704-e50c059e567d
* Use parameter IO::newverbose.tradke2001-08-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@71 4825ed28-b72c-4eae-9704-e50c059e567d
* Use IOUtil_CreateDirectory() to create output directories.tradke2001-08-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@70 4825ed28-b72c-4eae-9704-e50c059e567d
* 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/IOHDF5/trunk@69 4825ed28-b72c-4eae-9704-e50c059e567d
* Added Boundary to the ActiveThorns list.tradke2001-07-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@68 4825ed28-b72c-4eae-9704-e50c059e567d
* Does not need to inherits from Hyperslab (is done indirectly via IOHDF5Util).tradke2001-07-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@67 4825ed28-b72c-4eae-9704-e50c059e567d
* Remove an #include of a header file from Socket which isn't needed at all here.tradke2001-07-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@66 4825ed28-b72c-4eae-9704-e50c059e567d
* Unlink an existing file before renaming a temporary cp file to it.tradke2001-06-22
| | | | | | | This is needed for Windows where rename(2) isn't POSIX compatible. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@65 4825ed28-b72c-4eae-9704-e50c059e567d
* Added missing thorn PUGHSlab to the ActiveThorns parameter.tradke2001-06-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@64 4825ed28-b72c-4eae-9704-e50c059e567d
* Switched off driver::initialize_memory = "NaN" until radiation BC are fixed.tradke2001-05-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@63 4825ed28-b72c-4eae-9704-e50c059e567d
* Bugfix for allocating a string buffer.tradke2001-05-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@62 4825ed28-b72c-4eae-9704-e50c059e567d
* New checkpoint file with new timelevel scheme.tradke2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@61 4825ed28-b72c-4eae-9704-e50c059e567d
* Get rid of timelevel variable which is always 0 now.tradke2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@60 4825ed28-b72c-4eae-9704-e50c059e567d
* New timelevel indexingallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@59 4825ed28-b72c-4eae-9704-e50c059e567d
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@58 4825ed28-b72c-4eae-9704-e50c059e567d
* Accidently forgot to remove this file from CVS.tradke2001-05-09
| | | | | | | It's not created anymore by the new testsuite. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@57 4825ed28-b72c-4eae-9704-e50c059e567d
* Replaced old testsuite (which produced NaN's at the boundaries)tradke2001-05-07
| | | | | | | by new one which uses radiation boundary conditions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@56 4825ed28-b72c-4eae-9704-e50c059e567d
* Included system header string.h.tradke2001-04-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@55 4825ed28-b72c-4eae-9704-e50c059e567d
* Included system header string.h.tradke2001-04-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@54 4825ed28-b72c-4eae-9704-e50c059e567d
* Output the current timelevel (which is now num_timelevels - 1).tradke2001-04-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@53 4825ed28-b72c-4eae-9704-e50c059e567d
* Recover GH extensions first, then all the variables.tradke2001-04-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@52 4825ed28-b72c-4eae-9704-e50c059e567d
* Changing timelevel index used for IOallen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@51 4825ed28-b72c-4eae-9704-e50c059e567d
* Set the IO::out_fileinfo parameter to "none" to omit file info outputtradke2001-03-26
| | | | | | | to testsuite output files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@50 4825ed28-b72c-4eae-9704-e50c059e567d
* Use the new parameter IO::out_fileinfo.tradke2001-03-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@49 4825ed28-b72c-4eae-9704-e50c059e567d
* Added paragraph how to build the HDF5 recombiner utility.tradke2001-03-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@48 4825ed28-b72c-4eae-9704-e50c059e567d
* Changed MIME type for advertised files from "data/hdf5" totradke2001-03-19
| | | | | | | "data/x-hdf5" since it is not (yet :-)) an official one. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@47 4825ed28-b72c-4eae-9704-e50c059e567d