aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Do not check for PUGH, because this is handled by theschnetter2004-03-10
* Write all the Cactus parameters into a dataset rather than a single stringtradke2004-02-04
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-22
* When looping over all groups for checkpointing: skip groups with no variablestradke2003-11-24
* For checkpointing: set the with_ghostzones flag in the ioRequest structure to...tradke2003-11-17
* Be backwards compatible for group type codes when reading old checkpoint files.schnetter2003-10-29
* Fixed a problem with recovering small distributed grid arraystradke2003-10-24
* Fix for recovery of grid scalars: their rank should be compared against 0 now.tradke2003-10-23
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* Use CCTK_GroupStorageIncrease() to get the number of active timelevels fortradke2003-07-14
* Better wording in warning message which is issued if the reduction operationtradke2003-07-14
* Checkpoint active timelevels only. This closes PR BetaThorns/1564.tradke2003-07-14
* Fix for checkpointing grid arrays which don't have any points on a processor.tradke2003-06-27
* Another fix for the bounding box attributes of hyperslab output.tradke2003-06-13
* Fix the bounding box attributes "origin", "min_ext", "max_ext", and "delta"tradke2003-06-12
* Removed an ugly artefact where a union was used to convert a 'const cGH*'tradke2003-03-10
* Added missing includes and fixed structure name when compiling with parallel ...tradke2002-12-05
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
* When called by the filereader API, check whether to read in a dataset by nametradke2002-09-18
* Shortcutting H5Giterate() after a dataset has been successfully recovered.tradke2002-09-17
* During checkpointing, also check individual timelevels if they have storagetradke2002-09-04
* Broadcast recovered cctk_time as a CCTK_REAL (instead CCTK_REAL4).tradke2002-08-16
* For filereader: report the restored variables also with default setting fortradke2002-07-05
* 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