aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Changed the default for 'IOFlexIO::outdir?D' to be an empty string which thentradke2002-04-30
* Values for CCTK_SCALAR variables are taken only from processor 0.tradke2002-04-30
* Switched IOFlexIO to use the new Hyperslabbing API for outputting arbitrarytradke2002-04-26
* Removed unused local variable.tradke2002-04-25
* Bugfix in parameter evaluation: if IOFlexIO::out*_every was set to 0 it wouldtradke2002-04-19
* Take the identity string from the cGH structure.tradke2002-04-18
* Tidying up the code to make it consistent with the structure in IOHDF5.tradke2002-04-17
* Removed calls to IOUtil_RestartFromRecovery(). Now the recovery info is takentradke2002-04-15
* For checkpoint files, save all parameters (not just the ones which have beentradke2002-03-05
* Use a different name for a typedef because this was already defined on the SP3.tradke2002-01-18
* After successful recovery, print an info message telling the current iterationtradke2001-12-30
* Added some more utility programs. See the ThornGuide for details.tradke2001-12-28
* Fixed return codes of I/O methods.tradke2001-12-28
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Replaced anonymous timers by named timers.tradke2001-08-31
* Create output directories on all I/O processors.tradke2001-08-26
* Use IOUtil_CreateDirectory() to create output directories.tradke2001-08-10
* Store min_ext, max_ext, origin attributes only for grid function variablestradke2001-08-02
* Fixed compiler warnings about a parameter named 'basename' which shadowstradke2001-08-01
* Added ieee_recombiner dependency on FlexIO library.tradke2001-07-17
* Fix for dumping the bounding box attributes.tradke2001-07-04
* Fixed wrong min_ext and max_ext attributes.tradke2001-06-26
* Unlink an existing file before renaming a temporary cp file to it.tradke2001-06-22
* Assign an invalid I/O datatype for CCTK datatypes which aren't supported by F...tradke2001-06-12
* Support I/O for all the fixed-sized CCTK datatypes also.tradke2001-06-12
* Fixed a bug in my latest commit.tradke2001-05-18
* Before checkpointing, synchronize only those groups which have storage assigned.tradke2001-05-18
* For multiple timelevels, do not checkpoint the oldest.tradke2001-05-10
* Checkpoint all timelevels from 0 up to NumTimeLevels() - 1.tradke2001-05-10
* Get rid of timelevel variable which is always 0 now.tradke2001-05-10
* New timelevel indexingallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Fixed a bug when reading the file version from a Cactus checkpoint file.tradke2001-05-07
* CCTK_FILEVERSIONallen2001-05-07
* CCTK_FILEVERSIONallen2001-05-06
* Explicitly cast a 'const char *' pointer to 'void *' otherwise T3E's C compil...tradke2001-05-04
* Checkpoint the current timelevel and all others except the eldesttradke2001-04-22
* Add the Cactus version as an attribute to the global attributes group.tradke2001-04-19
* Changing timelevel used for IO.allen2001-04-18
* Write file information to output files only if IO::out_fileinfo is set.tradke2001-03-26
* Added string attributes 'parameter file' and 'creation date' to the outputtradke2001-03-21
* CCTK_CHAR -> CCTK_BYTEallen2001-02-25
* Fixed a bug setting the origin attribute.tradke2001-02-20
* Check return code of file close operation.tradke2001-01-04
* Use Hyperslab.h instead of hardcoded PughSlab.hallen2000-12-22
* Inherit from implementation FlexIO rather than checking for it to be compiledtradke2000-12-19
* Adjusted recombiner makefile rules for the new location of the FlexIO package.tradke2000-12-19
* Changed external/IEEEIO to CactusExternal/FlexIOallen2000-12-19
* Fixing bug which prevented 2D output via CCTK_OutputVarAs().tradke2000-10-10