aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
Commit message (Collapse)AuthorAge
* 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
* 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
* 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
* 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
* 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
* Do not schedule IOUtil_UpdateParFile after HTTP_Work anymore.tradke2002-03-25
| | | | | | | | Better do it the other way around to be clearer about dependencies here. This closes CactusBase/947. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@154 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
* 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
* schedule IOUtil_Startup at STARTUP after Driver_Startuptradke2000-05-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@71 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Schedule the filereader initial data recovery routinetradke2000-04-28
| | | | | | | at CCTK_RECOVER_VARIABLES after IOUtil_RecoverGH. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@65 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* Scheduling IOUtil_RecoverGH depending on the string value of IO::recover.tradke2000-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@58 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* schedule IOUtil_RecoverGH at CCTK_RECOVER_VARIABLES {tradke2000-03-14
| | | | | | | | | | (which was CCTK_RECOVER some time before). Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@50 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
* This is thorn IO, just a skeleton for real IO, just providingtradke1999-06-16
parameters and register an IO extension. Actual IO is done now by ASCIIIO, FlexIO, and HDF5IO. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@2 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a