aboutsummaryrefslogtreecommitdiff
path: root/src/CheckpointRecovery.c
Commit message (Expand)AuthorAge
* Auto-recovery from an unchunked checkpoint file got broken in my last commit.tradke2006-02-13
* When searching for a list of checkpoint files in recovery modetradke2006-02-13
* Do not recover accumulator parameters.tradke2005-01-13
* Add missing #include <stdio.h> statementschnetter2004-12-29
* Removed definition of deprecated routine IOUtil_PrepareFilename().tradke2004-11-15
* Changed non-standard snprintf to Cactus Util_snprintf for portability.goodale2004-10-29
* assert fixyye002004-08-12
* Erik preferred filereader_ID_dir to filereader_dirswhite2004-07-28
* Added new parameter IO::filereader_dirswhite2004-07-28
* Added new routine IOUtil_AssembleFilename() to generate a checkpoint/filereadertradke2004-06-30
* Don't generate separate checkpoint filenames for different refinement levels.tradke2004-06-28
* Parse the 'IO::filereader_ID_vars' parameter for invalid variable/group names.tradke2004-06-23
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Fix for the recovery of parameters: use CCTK_ActivatingThorn() to find thetradke2003-09-04
* Evaluate the 'IO::verbose' parameter as a keyword (not as boolean).tradke2003-06-25
* Changed the recovery function registry to use a table to store function pointerstradke2003-03-26
* Old I/O parameters are gone now. So we can get rid of internal routinestradke2003-01-20
* Fixed a bug in parsing the list of filereader input files.tradke2002-07-05
* Fixed allocation of string buffer in IOUtil_GetAllParameters(). With the oldtradke2002-07-04
* Extended the generic filereader routines to select variables with a specifictradke2002-07-01
* Added a fortran wrapper for IOUtil_RecoverVarsFromDatafiles().tradke2002-06-25
* Changed the warnings about deprecated I/O parameters.tradke2002-06-07
* Moved the DECLARE_CCTK_PARAMETERS macro after a call to IOUtil_FixRecoveryPar...tradke2002-05-23
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Removed routine IOUtil_RestartFromRecovery(). Now the recovery info is heldtradke2002-04-15
* Don't stop if 'IO::recover = "autoprobe"' and recovery directory doesn't exist.tradke2002-03-18
* IOUtil_GetAllParameters() takes another argument now to indicate whether totradke2002-03-05
* Workaround for a bug in the pgcc compiler when searching for checkpoint filestradke2002-01-15
* No auto recovery possible on NT.tradke2002-01-07
* Changed recovery code to use opendir(3), readdir(3), closedir(3) instead oftradke2001-12-21
* Added new recovery mode "autoprobe" which is like "auto" but lets the usertradke2001-12-16
* Fixed bug when printing an info message during recovery.tradke2001-12-12
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* IOUtil_RestartFromRecovery() takes a 'const cGH *' argument now.tradke2001-10-30
* Fixed compiler warnings about a parameter named 'basename' which shadowstradke2001-08-01
* Give a level-1 warning if parameter recovery from given recovery_dir failed f...tradke2001-07-12
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Files from "IO::recover_ID_files" list are now searched in "IO::recovery_dir".tradke2001-04-23
* Fixed gcc compiler warnings.tradke2001-03-26
* Use CCTK_TraverseString() to parse the IO::in_vars parameter.tradke2000-09-21
* New routines for calculating where 1D and 2D slices are located for outputallen2000-07-12
* Added filereader initial data recovery routine as well as the generic routinetradke2000-04-28
* Print a warning at recovery if no recovery routines were registeredtradke2000-04-19
* Use the Cactus 4 counting scheme for cctk_convlevel (which starts at 0 andtradke2000-04-18
* Better scheduling of registered recovery routines.tradke2000-04-18
* Added 'recovered' flag to the IO GH extensions which is set after atradke2000-04-12
* Added 2 routines for checkpointing/recovery of parameters:tradke2000-04-12
* Fixing starting point of convlevel, this may have to be changed to doallen2000-02-16
* Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they areallen2000-02-05
* cctk_arguments -> cctk_Argumentsallen2000-01-27