aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* For filereader: report the restored variables also with default setting fortradke2002-07-05
* Also print the iteration number of a recovered variable.tradke2002-07-05
* Extended the routine registered as IOFlexIO's filereader to select variablestradke2002-07-01
* Fixed wrong CCTK_FILEVERSION string.tradke2002-06-10
* Fixed a bug in checking the out_vars string for 2D output.tradke2002-06-07
* Added missing header include <string.h>.tradke2002-05-28
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
* Make use of Tom's extensions to parameter declarations:tradke2002-05-27
* Bugfix in checking when to do output for a variable.tradke2002-05-23
* Another bugfix in checking for output of complex variables.tradke2002-05-23
* Bugfix in checking for complex variables.tradke2002-05-23
* Bugfix for periodic output of 2D variables.tradke2002-05-21
* Save the iteration number of the last checkpoint and don't dump a terminationtradke2002-05-21
* Include header <string.h>. This closes CactusPUGHIO/1024.tradke2002-05-07
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Changed the default for 'IOFlexIO::outdir?D' to be an empty string which thentradke2002-04-30
* Values for CCTK_SCALAR variables are taken only from processor 0.tradke2002-04-30
* Switched IOFlexIO to use the new Hyperslabbing API for outputting arbitrarytradke2002-04-26
* Removed unused local variable.tradke2002-04-25
* Bugfix in parameter evaluation: if IOFlexIO::out*_every was set to 0 it wouldtradke2002-04-19
* Take the identity string from the cGH structure.tradke2002-04-18
* Tidying up the code to make it consistent with the structure in IOHDF5.tradke2002-04-17
* Removed calls to IOUtil_RestartFromRecovery(). Now the recovery info is takentradke2002-04-15
* For checkpoint files, save all parameters (not just the ones which have beentradke2002-03-05
* Use a different name for a typedef because this was already defined on the SP3.tradke2002-01-18
* After successful recovery, print an info message telling the current iterationtradke2001-12-30
* Added some more utility programs. See the ThornGuide for details.tradke2001-12-28
* Fixed return codes of I/O methods.tradke2001-12-28
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Replaced anonymous timers by named timers.tradke2001-08-31
* Create output directories on all I/O processors.tradke2001-08-26
* Use IOUtil_CreateDirectory() to create output directories.tradke2001-08-10
* Store min_ext, max_ext, origin attributes only for grid function variablestradke2001-08-02
* Fixed compiler warnings about a parameter named 'basename' which shadowstradke2001-08-01
* Added ieee_recombiner dependency on FlexIO library.tradke2001-07-17
* Fix for dumping the bounding box attributes.tradke2001-07-04
* Fixed wrong min_ext and max_ext attributes.tradke2001-06-26
* Unlink an existing file before renaming a temporary cp file to it.tradke2001-06-22
* Assign an invalid I/O datatype for CCTK datatypes which aren't supported by F...tradke2001-06-12
* Support I/O for all the fixed-sized CCTK datatypes also.tradke2001-06-12
* Fixed a bug in my latest commit.tradke2001-05-18
* 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
* Get rid of timelevel variable which is always 0 now.tradke2001-05-10
* New timelevel indexingallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Fixed a bug when reading the file version from a Cactus checkpoint file.tradke2001-05-07
* CCTK_FILEVERSIONallen2001-05-07
* CCTK_FILEVERSIONallen2001-05-06