aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* include missing header file <string.h>tradke2008-01-24
* fixed function argument types used in calls to H5Sselect_hyperslab()tradke2008-01-23
* added missing header <string.h>tradke2008-01-23
* Choose HDF5 1.6 API when compiled with HDF5 1.8.schnetter2008-01-15
* moved driver-independent HDF5 utilities from here to CactusExternal/HDF5tradke2007-11-12
* added utility program to convert CarpetIOHDF5 output data into PUGH's IOHDF5tradke2007-07-02
* give some better help on how to use the hdf5_extract utilitiy programtradke2007-05-31
* fixed a bug when recombining/merging compressed datasets.tradke2006-11-27
* Fix removal of recovery checkpoint: if IO::recover_and_remove is set, thetradke2006-06-06
* Undo my last (accidental) modification to these two files.tradke2005-11-16
* Don't remove an initial data checkpoint file if IO::checkpoint_keep is set totradke2005-11-16
* Reverse the dimensions when converting from HDF5 to SDF.tradke2005-11-01
* Fixed small memory when using Util_snprintf().tradke2005-07-26
* Added necessary logic to implement IO::checkpoint_keep as steerable parameter.tradke2005-06-10
* Add short file descriptions and CVS Header comments.schnetter2005-05-23
* Give local makefile variables unique names.tradke2005-02-22
* Use makefile defines provided by other thorns' configuration files.tradke2005-02-22
* Thorn library names are prefixed by $(CCTK_LIBNAME_PREFIX).tradke2005-02-22
* Use aliased function IO_TruncateOutputFiles() to check whether or nottradke2004-11-17
* Test the makefile variable HDF5_LFS_FLAGS to check for HDF5 LFS support.tradke2004-11-08
* Get the missing metadata information from command line parameters.tradke2004-09-15
* Removing printing of error message from this file if there is no SDF.goodale2004-08-25
* Added utility program to convert SDF datafiles into HDF5 so that they can betradke2004-08-24
* Reduce the sieve buffer size from 32 MB down to 8 MB to overcome memorytradke2004-08-24
* Fixed typo in routine name.tradke2004-08-24
* replacing cctk_vwarn with fprintf'syye002004-08-24
* assert fixyye002004-08-12
* Fixed grdoc for OutputVarAs().tradke2004-07-05
* Use the new routine IOUtil_AssembleFilename() to generate filenames fortradke2004-06-30
* Fixed typo in warning message.tradke2004-06-16
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
* Use default values for the "name", "iteration", and "timelevel"tradke2004-06-09
* Add a GLOBAL_ATTRIBUTES_GROUP to mark the output as a Cactus HDF5 file.tradke2004-06-08
* Fixed filenames for chunked output files.tradke2004-05-06
* Bug fix from Yosef Zlochower: initialize "last_checkpoint_iteration" in the G...tradke2004-04-30
* Also print the outfile filename in progress report.tradke2004-01-20
* Fixed typo in warning message.tradke2003-09-10
* Added command line option '-single_precision'. If set, double-precisiontradke2003-06-10
* Some compilers (eg. SGI cc) only accept constant values as initializerstradke2003-06-10
* Changed IOHDF5's OutputVarAs() routine to also accept and evaluate an optiontradke2003-06-06
* Fix for the recombination of chunks starting at the same origin (but havetradke2003-05-12
* Fixed a typo in an output message.tradke2003-03-10
* Recombination is done in z-slices now which greatly reduces the number oftradke2003-03-02
* There is doch a 'maximum number of open file descriptors' limitationtradke2003-02-27
* Removed code which assumed that input files would need temporarily closed/reo...tradke2003-02-27
* Added SYS_INC_DIRS to the compile command line for utility programs.tradke2003-02-10
* Copy pointer to string parameter into local variable before modifying it.tradke2003-01-07
* Moved '#include "ioHDF5GH.h"' up so that the config #defines from hdf5.h cantradke2003-01-06
* Added missing includes and fixed structure name when compiling with parallel ...tradke2002-12-05
* Fixed initial pathname of object to be extracted.tradke2002-10-29