aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
Commit message (Collapse)AuthorAge
* Allow the output interval to be modified on recover.HEADmasterAnton Khirnov2017-06-30
|
* change default value for IOUtil::out_dir back to '.', as long as $parfile ↵knarf2013-04-25
| | | | | | doesn't work git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@298 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* change default of IOUtil::out_dir from . to knarf2013-02-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@297 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* make checkpoint_dir steerable. This requires the checkpoint_dir to be ↵knarf2012-01-11
| | | | | | created not only at startup, and the only point in which this can be helped with in this thorn is in IOUtil_AssembleFilename() which is called by using thorns to get the file name of the checkpoint - this is repeated there now git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@286 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Correct typo in parameter descriptioneschnett2011-07-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@282 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Mention that you have to obmit file extensions in the filereader, because ↵knarf2009-08-12
| | | | | | they are added in the filereader itself. Otherwise the filereader looks for "filename.h5.h5" when you specify "filename.h5" as "filereader_ID_files" git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@271 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Add new parameter IO::checkpoint_every_walltime_hoursschnetter2008-05-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@259 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added new steerable boolean parameter IO::abort_on_io_errors to be set to truetradke2007-04-18
| | | | | | | | if a run should be aborted after some I/O error has occured. The default is to only warn about I/O errors and continue the simulation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@251 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Introduce new boolean parameter IO::truncate_files.tradke2006-05-11
| | | | | | | | | | | | | | | | | Currently Cactus always truncates existing output files unless the simulation has been recovered from a checkpoint (in which case existing output files will get appended unless the parameter IO::truncate_files_after_recovering is set to true). Christian Ott requested that it should also be possible to always append new datasets to existing output files. The new boolean I/O parameter IO::truncate_files implements that. Its default value is true, preserving the existing Cactus behaviour. This applies patch http://www.cactuscode.org/old/pipermail/patches/2006-May/000169.html. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@240 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Introduce new boolean parameter IO::require_empty_output_directorytradke2006-05-11
| | | | | | | | | | | | | | | | which can be used to test if IO::out_dir points to either a non-existing or empty directory at simulation startup. If this parameter is set to "yes" and an already existing IO::out_dir is found to have any contents (eg. output files from a previous simulation which was using the same output directory) Cactus will print an appropriate error message and abort, as opposed to continuing and (potentially by accident) overwriting existing files. The default for IO::require_empty_output_directory is "no". This applies patch http://www.cactuscode.org/old/pipermail/patches/2006-May/000168.html. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@239 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Add the rangetradke2005-06-20
| | | | | | | | | | | | "axis labels" :: "add axis labels information to output files" to IO::out_fileinfo in IOUtil instead of extending the parameter in (multiple) other thorns. This closes Cactus/1946: "Illegal keyword parameter values are accepted". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@227 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Set the default slice centre for 1D/2D output to be the centre of the boxtradke2005-06-16
| | | | | | | if the user specified invalid values in the parfile. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@226 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Make IO::checkpoint_keep steerable all the time.tradke2005-06-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@225 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Slightly changed description for IO::recover = "manual" to make it more obvioustradke2005-02-07
| | | | | | | which other parameters need to be set for this case. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@224 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Provide an aliased function IO_TruncateOutputFiles() for other I/O thornstradke2004-11-17
| | | | | | | | | to check whether or not to truncate existing output files. The default is to not truncate after recovering. This can be overwritten by the new boolean parameter IO::truncate_files_after_recovering. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@219 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Erik preferred filereader_ID_dir to filereader_dirswhite2004-07-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@214 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added new parameter IO::filereader_dirswhite2004-07-28
| | | | | | | | | | | | See bug 1809 doc/documentation.tex: Ran through spellchecker Fixed a little grammar Changed square brackets to curly ones in doc for filereader_ID_vars git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@213 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added new boolean parameter 'strict_io_parameter_check' to indicate whether totradke2004-06-09
| | | | | | | | | | | stop on errors while parsing I/O parameters from parameter file. Default is "yes". This is part of closing PR IO/1713: "Abort when unknown groups or variables are specified". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@208 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Add mechanism to select output by coordinate time.schnetter2004-01-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@199 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Fixed default value for IO::checkpoint_ID_file.tradke2003-04-10
| | | | | | | This closes PR Cactus/1469. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@189 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Changed the default for parameter IO::checkpoint_ID_file from "checkpointID"tradke2003-03-27
| | | | | | | | to "checkpoint.chkpt.it_0" so that it uses the same naming conventions as evolution checkpoint files. This closes PR IO/1443. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@188 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Only schedule filereader routine if both filereader_ID_files andtradke2003-02-10
| | | | | | | | filereader_ID_vars are set to a non-empty string. This closes PR Cactus/1394. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@185 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Removed old I/O parameters.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@182 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Made IO::out_single_precision always steerable.tradke2002-09-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@178 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Changed the warnings about deprecated I/O parameters.tradke2002-06-07
| | | | | | | They are depreciated in BETA12 (not BETA13). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@170 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Just fixed a typo in a parameter description.tradke2002-05-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@167 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
| | | | | | | You must update all other I/O thorns now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@163 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Turned 'IO::out3D_parameters' into a keyword parameter. Now you can save alltradke2002-03-05
| | | | | | | | parameters in a 3D output file, or only those which have been set before, or none at all. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@151 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added code to copy the original parameter file to 'IO::outdir' or generatetradke2001-12-18
| | | | | | | | | | a new one with a sorted list of all parameters set in the original parfile. See description of parameters 'IO::parfile_write' and 'IO::parfile_name' for details. Closes Cactus-237 and Cactus-315. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@141 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added new recovery mode "autoprobe" which is like "auto" but lets the usertradke2001-12-16
| | | | | | | | continue with the simulation if no checkpoint file was found. Closes PR Cactus/300. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@139 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Spelling mistakeallen2001-08-24
| | | | | | | Cactus/754 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@131 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added a new parameter newverbose = none, standard, full for addingallen2001-07-11
| | | | | | | | | | more info output from IO thorns (what the IO method is, how often output is done, to what directory, which variables, etc). I'll get this looking nice with IOBasic first, then add to all the IO thorns, get and merge it with the old verbose parameter. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@126 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Made "IO::out_fileinfo" parameter steerable at recovery.tradke2001-05-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@118 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added new parameter KEYWORD out_fileinfo "Add some useful file information ↵tradke2001-03-26
| | | | | | | | | | | | | | | | | to output files ?" { "none" :: "no file information" "creation date" :: "add creation date" "parameter filename" :: "add parameter filename" "all" :: "add all available file information" } "all" Removed parameters which aren't used anywhere at all (eg. chunking for 1D output etc). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@114 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Update to ranges for out_every.goodale2000-12-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@108 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Completing parameter range descriptions and fixing a couple of formatting bugsallen2000-12-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@107 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Made checkpoint_file checkpoint_ID_file recover_file STEERABLE = ALWAYS.tradke2000-11-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@106 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added new parameter BOOLEAN new_filename_scheme "Use the new filename scheme ↵tradke2000-10-17
| | | | | | | | | | | for output files ?". This parameter will exist only temporarily until we finally switched to the new filename scheme. It defaults to "no" so that it doesn't break all the testsuites. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@104 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* BOOLEAN recover_and_remove: Remove checkpoint file after successful recovery ↵lanfer2000-10-06
| | | | | | has been made STEERABLE git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@103 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added new parameter BOOLEAN checkpoint_on_terminate "Checkpoint after last ↵tradke2000-10-05
| | | | | | | | | iteration" STEERABLE = ALWAYS. Defaults to "no". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@102 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Made IO::checkpoint_every STEERABLE = ALWAYS.tradke2000-09-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@100 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added Ryoji's parameter 'BOOLEAN IO::recover_and_remove".tradke2000-09-18
| | | | | | | | | | | If set to 'yes' it lets Cactus remove the checkpoint file after successful recovery. This might be useful if you're short of disk space and want to continue doing checkpoints. Default to this parameter is 'no'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@90 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* extending the IOUtil parameters for 1D/2D outputlanfer2000-08-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@85 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* New routines for calculating where 1D and 2D slices are located for outputallen2000-07-12
| | | | | | | | | | | | | | from a 3D grid function. See the documentation (in a couple of days!) for full details, or just check out the parameter options. The main difference from before is that the default is to place the lines/slices at the zero value of the coordinate system. For a full grid this is different, from before, since the lines/slices were placed in the center of the grid. (The big benefit of changing it is not only to make it consistent, but to remove all knowledge of those pesky symmetry options from the IO thorns). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@78 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Changed default name for checkpoint files. The '.chkpt'tradke2000-04-28
| | | | | | | | | | | and the '.it_<iteration>' suffix are switched to comply with filereader filenames. Added new STRING parameters IO::recover_ID_files and IO::recover_ID_vars for implementing filereader functionality. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@64 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Changed type of the IO::recover parameter from BOOLEAN to KEYWORD with rangestradke2000-04-18
| | | | | | | | | | | "no" :: "Don't recover" "manual" :: "Recover from the checkpoint file given as <recovery_dir>/<recover_file>" "yes" :: "Same as \"manual\" (this value is depricated)" "auto" :: "Automatically recover from the latest checkpoint file found in <recovery_dir>" with "no" being the default. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@57 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Set the steerable flag for almost all IO parameters to either RECOVER or ALWAYS.tradke2000-04-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@54 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Somewhat better explanation for parameter 'out3D_unchunked'.tradke2000-04-04
| | | | | | | Fixes CactusPUGHIO-IOFlexIO/299. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@52 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Declare all the 'outXXX_every' and 'outXXX_vars' parameters as STEERABLE = ↵tradke2000-02-01
| | | | | | ALWAYS. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@45 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Added boolean parameter IO::print_timing_infotradke1999-10-28
| | | | | | | | | "Print timing information on I/O operations." defaulting to "no". Removed parameter IO::out3D_structures. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@39 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a