aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow the output interval to be modified on recover.HEADmasterAnton Khirnov2017-06-30
* 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
* change default value for IOUtil::out_dir back to '.', as long as $parfile doe...knarf2013-04-25
* change default of IOUtil::out_dir from . to knarf2013-02-25
* Add TODO item relating to checking the return value of CCTK_ParameterFilenamehinder2013-01-07
* Increase string buffer sizes for parameter file nameeschnett2012-12-26
* Report error when parameter file cannot be writteneschnett2012-11-20
* IOUtil: abort IOUtil_TruncateOutputFiles if called too earlyrhaas2012-06-11
* Remove unused variableeschnett2012-05-11
* make checkpoint_dir steerable. This requires the checkpoint_dir to be created...knarf2012-01-11
* Correct typo in parameter descriptioneschnett2011-07-04
* Correct punctuationeschnett2010-06-02
* IOUtil: Advertise that this is the new version of this APIschnetter2009-12-05
* IOUtil: Update parsing API to allow output by simulation timeschnetter2009-12-05
* 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
* Mention that you have to obmit file extensions in the filereader, because the...knarf2009-08-12
* bugfix: remove correct key from options list table in routine SetOutputVar()tradke2009-05-18
* extend IOUtil_ParseVarsForOutput() to parse an options string for a list oftradke2009-04-21
* change eps to pdfknarf2009-02-02
* Include Licence in READMEknarf2009-01-27
* Unify README file formatknarf2009-01-26
* use correct latex package, typoknarf2009-01-22
* preallocate buffer in IOUtil_GetAllParameters(), to prevent too many subsequenttradke2008-10-17
* Remove .eps suffix from \includegraphics statements, so that pdflatexschnetter2008-08-28
* Add new parameter IO::checkpoint_every_walltime_hoursschnetter2008-05-12
* Change level 1 warning about non-existing directory to info messageschnetter2008-02-29
* Correct signatures of scheduled functionsschnetter2008-02-29
* Correct signatures of scheduled functionsschnetter2008-02-29
* Correct small (probably inconsequential) memory leak in recoveryschnetter2008-02-15
* Explicitly convert size_t to intschnetter2008-01-28
* check for a valid cctkGH pointer passed into IOUtil_RecoverVarsFromDatafiles()tradke2007-06-01
* added missing '#include <>' in filereader C API documentationtradke2007-05-18
* Added new steerable boolean parameter IO::abort_on_io_errors to be set to truetradke2007-04-18
* Implement variable-specific output request option 'compression_level'tradke2006-11-17
* Make only optional use of aliased function Coord_GetDefaultSystem().tradke2006-10-04
* 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
* Create the default output directory on all processors if IO::out_mode isn't settradke2006-07-03
* Fix evaluation of IO::truncate_files_after_recovering and IO::truncate_filestradke2006-06-08
* Document the IO::recover_and_remove parameter.tradke2006-06-06
* Introduce new boolean parameter IO::truncate_files.tradke2006-05-11
* Introduce new boolean parameter IO::require_empty_output_directorytradke2006-05-11
* Remove old unused test code.tradke2006-05-08
* 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