aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Use the new out_downsample_[xyz] parameters rather than the depepricated onestradke2003-01-20
* 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
* 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 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
* 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
* Create the output directory if it doesn't exist yet, before trying to copytradke2002-03-28
* 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
* 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
* 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
* 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
* Advertise the parameter file so it can be viewed/downloaded fromallen2001-06-26
* Compiler warningsallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Commented out debugging output.tradke2001-05-09
* Also set the slice center if there's no coordinate system registered.tradke2001-05-08
* Fixed compiler warnings about unused function parameters.tradke2001-05-03
* Files from "IO::recover_ID_files" list are now searched in "IO::recovery_dir".tradke2001-04-23
* Fixed small memory problem setting up slice centersallen2001-04-10
* Fixed gcc compiler warnings.tradke2001-03-26
* Added missing include for memset(3).tradke2001-03-12
* Use ceil() when computing the slice centers for 1D lines/2D planes.tradke2001-03-08
* Fixing warningsallen2001-02-24