aboutsummaryrefslogtreecommitdiff
path: root/src/CheckpointRecovery.c
Commit message (Expand)AuthorAge
* add option "alias" to read datasets into different variablesrhaas2013-08-10
* abort run when user tries to change a non-steerable parameter during recoveryrhaas2013-07-04
* Remove unused variableeschnett2012-05-11
* make checkpoint_dir steerable. This requires the checkpoint_dir to be created...knarf2012-01-11
* Make error message clearer: mention that it does not try to read from the giv...knarf2009-08-12
* Make error message clearer: mention that it does not try to read from the giv...knarf2009-08-12
* preallocate buffer in IOUtil_GetAllParameters(), to prevent too many subsequenttradke2008-10-17
* Change level 1 warning about non-existing directory to info messageschnetter2008-02-29
* Correct small (probably inconsequential) memory leak in recoveryschnetter2008-02-15
* check for a valid cctkGH pointer passed into IOUtil_RecoverVarsFromDatafiles()tradke2007-06-01
* Fixed a small memory leak in evaluation of option strings of I/O parameters.tradke2006-09-04
* Properly encode/decode non-printable characters as 3-digit octal numberstradke2006-08-30
* In DecodeString, convert char to unsigned char before printing it asschnetter2006-08-25
* When encoding a non-printable character in a string, create aschnetter2006-08-25
* Have IOUtil_GetAllParameters() encode parameter values before concatenatingtradke2006-08-25
* 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