aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Implement variable-specific output request option 'compression_level'tradke2006-11-17
* Make only optional use of aliased function Coord_GroupSystem().tradke2006-10-04
* Do not checkpoint groups tagged with 'CHECKPOINT = "no"' in their interface.ccltradke2006-09-11
* Fix datatype of the 'origin' argument in H5Sselect_hyperslab() calls.tradke2006-06-15
* Fixed small memory when using Util_snprintf().tradke2005-07-26
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
* Slightly reworded error message when Cactus wasn't configured with HDF5=yes.tradke2004-11-08
* Test the makefile variable HDF5_LFS_FLAGS to check for HDF5 LFS support.tradke2004-11-08
* Fixed a memory leak during checkpointing.tradke2004-11-02
* Include "util_Table.h".tradke2004-05-10
* Remove calls to deprecated CCTK_Coord*() routines and use aliased functionstradke2004-05-08
* Fixed check for HDF5.tradke2004-04-29
* Clean up the check for HDF5schnetter2004-04-10
* 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