aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Parse the 'IO::filereader_ID_vars' parameter for invalid variable/group names.tradke2004-06-23
* Extended API for IOUtil_ParseOutputFrequency() and IOUtil_ParseVarsForOutput()tradke2004-06-09
* Fixed wrong defaults for 2D slice center setup.tradke2004-06-01
* Fixed a bug in the 1D line / 2D slice center setup.tradke2004-05-14
* Call aliased function Coord_GetDefaultSystem() to get the default coordinatetradke2004-05-09
* Add a check 'with_ghostzones' to the ioRequest structure and initialize ittradke2003-11-17
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Don't call CCTK_GroupgshVI() on grid scalar variables.tradke2003-10-27
* Fix for the recovery of parameters: use CCTK_ActivatingThorn() to find thetradke2003-09-04
* Evaluate the 'IO::verbose' parameter as a keyword (not as boolean).tradke2003-06-25
* Fixed IOUtil_1DLines() and IOUtil_2DPlanes() to setup slice centers even iftradke2003-06-12
* Changed the recovery function registry to use a table to store function pointerstradke2003-03-26
* Removed superfluous newline in checkpoint timing output.tradke2003-01-21
* Old I/O parameters are gone now. So we can get rid of internal routinestradke2003-01-20
* 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