aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Replace Cactus complex number type with C/C++ complex numbersHEADmastereschnett2013-03-08
* Remove unused variableeschnett2012-11-22
* Correct format stringeschnett2012-11-22
* Add missing #includeeschnett2012-07-21
* Correct signatures of scheduled functionseschnett2011-01-21
* IOHDF5Util: Adapt to the new parsing API in IOUtilschnetter2009-12-05
* Remove empty fileschnetter2009-09-24
* Require capability HDF5 via configuration.ccl instead of checking itsschnetter2009-09-24
* #include <strlen.h>schnetter2008-12-18
* use collective transfers when writing datasets using parallel HDF5tradke2008-10-28
* Choose HDF5 1.6 API when compiled with HDF5 1.8.schnetter2008-01-15
* bugfix: return the correct number of recovered variables also on non-I/O proc...tradke2007-06-28
* declare parameters before using them in function WriteDataCollective().tradke2007-01-04
* 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