aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Clearly state that the 'IO::checkpoint_keep' parameter refers to the numbertradke2005-11-16
| | | | | | | of _evolution_ checkpoints to keep. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@235 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@234 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@233 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Correct email address of Cactus maintainers.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@232 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* The general routine to parse the value of IO*::out_vars parameters now alsotradke2005-10-05
| | | | | | | | | checks for the option "out_unchunked = 'true|false|yes|no'" which can be used to overwrite the general output mode (as defined by IO::out_unchunked) on a per-variable basis. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@230 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Check for valid variable index in IOUtil_DefaultIORequest().tradke2005-07-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@228 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
* Parse option "refinement_levels" in an I/O parameter option string.tradke2005-02-04
| | | | | | | | If specified, it must be an array of positive integers selecting individual refinement levels to output. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@223 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Do not recover accumulator parameters.tradke2005-01-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@222 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Add missing #include <stdio.h> statementschnetter2004-12-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@221 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Decreased warning level for "existing parameter file will not be overwritten"tradke2004-12-08
| | | | | | | messages from 1 to 2. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@220 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
* Removed definition of deprecated routine IOUtil_PrepareFilename().tradke2004-11-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@218 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Changed non-standard snprintf to Cactus Util_snprintf for portability.goodale2004-10-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@216 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* assert fixyye002004-08-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@215 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 routine IOUtil_AssembleFilename() to generate a checkpoint/filereadertradke2004-06-30
| | | | | | | | | | | filename and returns the pointer to that (allocated) string. This routine is meant to replace IOUtil_PrepareFilename() which is now marked as deprecated. This closes PR IO/1791: "IOUtil_PrepareFilename does not check buffer length". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@212 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Don't generate separate checkpoint filenames for different refinement levels.tradke2004-06-28
| | | | | | | PUGH doesn't care, and Carpet stores everything into a single checkpoint file. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@211 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Parse the 'IO::filereader_ID_vars' parameter for invalid variable/group names.tradke2004-06-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@210 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Extended API for IOUtil_ParseOutputFrequency() and IOUtil_ParseVarsForOutput()tradke2004-06-09
| | | | | | | | by a flag parameter indicating whether to stop on parsing errors. Requires cvs updates of all I/O thorns using this API. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@209 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
* Fixed wrong defaults for 2D slice center setup.tradke2004-06-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@207 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Fixed a bug in the 1D line / 2D slice center setup.tradke2004-05-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@206 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Call aliased function Coord_GetDefaultSystem() to get the default coordinatetradke2004-05-09
| | | | | | | | | system for setting up 1D line and 2D slice centers. This closes PR IO/1681: "IOUtil still uses the old CCTK_Coord functions rather than the CoordBase functions". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@204 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
| | | | | | | | | | | | | | disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@202 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Schedule recovery and file reader routines in level mode.schnetter2004-03-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@201 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Schedule the file reader in level mode, and schedule appending to theschnetter2004-02-07
| | | | | | | parameter file in global mode. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@200 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
* Fix label/ref for filenames table.rideout2004-01-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@198 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Schedule IOUtil_RecoverGH at RECOVER_VARIABLES globally so thattradke2004-01-07
| | | | | | | Carpet checkpoint/recovery works. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@197 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Add a check 'with_ghostzones' to the ioRequest structure and initialize ittradke2003-11-17
| | | | | | | to 0 by default. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@196 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@195 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Don't call CCTK_GroupgshVI() on grid scalar variables.tradke2003-10-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@194 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Fix for the recovery of parameters: use CCTK_ActivatingThorn() to find thetradke2003-09-04
| | | | | | | thorn which actually provides an activated implementation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@193 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* typo in parameter nameallen2003-08-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@192 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Evaluate the 'IO::verbose' parameter as a keyword (not as boolean).tradke2003-06-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@191 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Fixed IOUtil_1DLines() and IOUtil_2DPlanes() to setup slice centers even iftradke2003-06-12
| | | | | | | | | no coordinate system is available but slice index coordinates were specified by the user instead. This closes PR CactusBase/1536. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@190 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
* Changed the recovery function registry to use a table to store function pointerstradke2003-03-26
| | | | | | | | | rather than a cHandledData data structure (which can store only 'void *' pointers). This prevents potential problems on platforms where function pointers have a different memory representation than data pointers. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@187 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Moved the filereader routine schedule bin from RECOVER_VARIABLES to INITIAL.tradke2003-02-14
| | | | | | | This closes PR Cactus/1388. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@186 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 superfluous newline in checkpoint timing output.tradke2003-01-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@184 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Old I/O parameters are gone now. So we can get rid of internal routinestradke2003-01-20
| | | | | | | | which checked whether an old I/O parameter was set, and then automatically set the value of its (new) counterpart. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@183 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
* Use the new out_downsample_[xyz] parameters rather than the depepricated onestradke2003-01-20
| | | | | | | out3D_downsample_[xyz]. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@181 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a