aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fixed a resource leak in the recovery routines.tradke2002-07-05
* Extended the routine registered as IOHDF5's filereader to select variablestradke2002-07-01
* Fixed potential malloc() of zero bytes. Thanks to efence.tradke2002-06-24
* Give a more verbose warning if datasets cannot be recovered.tradke2002-05-30
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
* Fixed a syntax error (added missing closing bracket).tradke2002-05-22
* Added '-s' as an option to grep when checking for LFS in the HDF5 installation.tradke2002-05-13
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Values for CCTK_SCALAR variables are taken only from processor 0.tradke2002-04-30
* Moved the I/O request description and parsing routines to IOUtil so that theytradke2002-04-26
* Switch to the new hyperslabbing API.tradke2002-04-25
* Bugfix for setting the directions of a hyperslab.tradke2002-04-24
* Code cleanup before moving into production mode.tradke2002-04-23
* Added CFLAGS for Large File System support.tradke2002-03-10
* For checkpoint files, save all parameters (not just the ones which have beentradke2002-03-05
* Some better error checking for checkpointing.tradke2002-02-28
* Don't try to sync group which have no storage assigned.tradke2002-02-25
* Check for invalid file handles passed into the dump routines.tradke2002-02-21
* Fixed a bug for chunked I/O when outputting hyperslabs with boundaries croppe...tradke2002-02-08
* Fix in parallel MPI code.tradke2002-01-19
* Fixed an info message output.tradke2002-01-16
* Added new INTEGER parameter IOHDF5Util::compression_level (ranging from 0..9)tradke2002-01-14
* Include the variable name in warning messages for hyperslab options parsing e...tradke2002-01-09
* Fixed parsing of hyperslab parameters for individual variables.tradke2002-01-09
* Fixed a potential bug in hyperslab parameter initialization.tradke2001-12-10
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Bugfix for checkpointing grid arrays of dimension other than CCTK_MaxDim().tradke2001-09-21
* Fixed name conflicts in macro.tradke2001-08-10
* Store min_ext, max_ext, origin attributes only for grid function variablestradke2001-08-02
* Check for file version attribute already when opening the file.tradke2001-08-01
* Fix for dumping the bounding box attributes.tradke2001-07-04
* Use the new API for NewHyperslab_GetLocalHyperslab().tradke2001-06-26
* Use downsampling parameters from IOUtil as the default.tradke2001-06-25
* Sorry, accidentally committed call to not-yet-available Hyperslab API.tradke2001-06-12
* Support I/O for all the fixed-sized CCTK datatypes also.tradke2001-06-12
* Before checkpointing, synchronize only those groups which have storage assigned.tradke2001-05-18
* For multiple timelevels, do not checkpoint the oldest.tradke2001-05-10
* Checkpoint all timelevels from 0 up to NumTimeLevels() - 1.tradke2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Checkpoint the current timelevel and all others except the eldesttradke2001-04-22
* Fixed my recent late-night commits (accidently committed something for thetradke2001-04-20
* Turn HDF5 automatic error printing off while checking if a 'Cactus version'tradke2001-04-19
* Fixed minor gcc compiler warnings.tradke2001-04-19
* Check if a checkpoint file has got a 'Cactus version' attribute in thetradke2001-04-19
* Add the Cactus version as an attribute to the global attributes group.tradke2001-04-19
* Write file information to output files only if IO::out_fileinfo is set.tradke2001-03-26
* Added string attributes 'parameter file' and 'creation date' to the outputtradke2001-03-21
* Added missing rcsids.tradke2000-12-13
* Bugfix parsing hyperslab direction parameter.tradke2000-12-04
* Use the flesh routine CCTK_TraverseString() for parsing the output variabletradke2000-11-29