aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Copy pointers to string parameters to a local variable before modifying it.tradke2003-01-06
* Also set O_TRUNC in the flags argument for open(2) so that existing parametertradke2002-10-31
* Made IO::out_single_precision always steerable.tradke2002-09-22
* Overwrite an existing parfile unlesstradke2002-07-17
* Fixed a bug in parsing the list of filereader input files.tradke2002-07-05
* Fixed a bug in parsing the 'direction' key in an option string for 'out_vars'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
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
* cactus style... adding itikelley2002-06-04
* Just fixed a typo in a parameter description.tradke2002-05-29
* Added routine IOUtil_ParseOutputFrequency() and slightly changed the APItradke2002-05-28
* Moved the DECLARE_CCTK_PARAMETERS macro after a call to IOUtil_FixRecoveryPar...tradke2002-05-23
* using $Date for dateallen2002-05-09
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Fixed a printf statement (too many function arguments).tradke2002-05-05
* Fixed warning message for slice center setup.tradke2002-05-03
* Cannot downgrade precision for CCTK_SCALAR output.tradke2002-04-30
* Moved the I/O request description and parsing routines from IOHDF5Util to IOUtiltradke2002-04-26
* Removed routine IOUtil_RestartFromRecovery(). Now the recovery info is heldtradke2002-04-15
* Added section on how to add a new checkpointing/recovery method using thetradke2002-04-11
* Create the output directory if it doesn't exist yet, before trying to copytradke2002-03-28
* Do not schedule IOUtil_UpdateParFile after HTTP_Work anymore.tradke2002-03-25
* 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
* Turned 'IO::out3D_parameters' into a keyword parameter. Now you can save alltradke2002-03-05
* typo fixes.rideout2002-02-08
* Workaround for a bug in the pgcc compiler when searching for checkpoint filestradke2002-01-15
* No auto recovery possible on NT.tradke2002-01-07
* Set slice centers to zero for dimensions with no coordinates.tradke2001-12-28
* Changed recovery code to use opendir(3), readdir(3), closedir(3) instead oftradke2001-12-21
* Adding copying of parameter filesallen2001-12-19
* Added code to copy the original parameter file to 'IO::outdir' or generatetradke2001-12-18
* Fixed ordering in 2D plane center setup.tradke2001-12-17
* Added new recovery mode "autoprobe" which is like "auto" but lets the usertradke2001-12-16
* Fixed small memory leakallen2001-12-14
* Fixed bug when printing an info message during recovery.tradke2001-12-12
* Give warnings with some more information why a slice center couldn't be set up.tradke2001-11-28
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Some more const qualifiers for routine arguments.tradke2001-11-01
* The advertised file structure contains 'const char *' pointers now.tradke2001-10-30
* IOUtil_RestartFromRecovery() takes a 'const cGH *' argument now.tradke2001-10-30
* Spelling mistakeallen2001-08-24
* No need to inherit from Cactus, I guess.tradke2001-08-10
* Added routine IOUtil_CreateDirectory() which creates an output directorytradke2001-08-10
* Fixed compiler warnings about a parameter named 'basename' which shadowstradke2001-08-01
* Give a level-1 warning if parameter recovery from given recovery_dir failed f...tradke2001-07-12
* Added a new parameter newverbose = none, standard, full for addingallen2001-07-11