aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* PUGHIO* thorns now require the thorns they depend upon (PUGH, IOHDF5Util,tradke2003-09-04
* Fixed prototype for the hyperslab conversion function parameter totradke2003-09-01
* 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
* Fixed argument types for hyperslab function aliases.tradke2003-05-28
* Support for new aliased function specification format.rideout2003-05-02
* Removed an ugly artefact where a union was used to convert a 'const cGH*'tradke2003-03-10
* New specification for describing aliased functions. (from Thomas Radke)rideout2003-02-26
* Added missing includes and fixed structure name when compiling with parallel ...tradke2002-12-05
* Pass the cGH pointer as a CCTK_POINTER_TO_CONST.tradke2002-11-12
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
* Use the "Hyperslab_*" function aliases.tradke2002-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
* Needs the Hyperslab.h headerallen2002-06-27
* Fixed potential malloc() of zero bytes. Thanks to efence.tradke2002-06-24
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
* 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
* Removed unneccessary parameters inherited from IO.tradke2002-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