aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Bugfix for periodic output of 2D variables.tradke2002-05-21
* Save the iteration number of the last checkpoint and don't dump a terminationtradke2002-05-21
* Include header <string.h>. This closes CactusPUGHIO/1024.tradke2002-05-07
* 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 parameters inherited from IO.tradke2002-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
* Undo my last commit which changed the recovery dir.tradke2002-04-18
* Fixed the recovery dir setting. The new testsuite stuff now expects it onetradke2002-04-17
* 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
* Change path to new format of testsuite directoriesallen2002-04-13
* 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
* Fixed example program to use 0 as the current timelevel.tradke2001-10-16
* Replaced anonymous timers by named timers.tradke2001-08-31
* Create output directories on all I/O processors.tradke2001-08-26
* Use parameter IO::newverbose.tradke2001-08-10
* 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 some more docs for the recombiner and an example shell commandtradke2001-07-17
* Added ieee_recombiner dependency on FlexIO library.tradke2001-07-17
* Added FlexIO to ActiveThorns list.tradke2001-07-15
* Added Boundary to the ActiveThorns list.tradke2001-07-10
* Inherits from IO.tradke2001-07-10
* 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
* Adding missing thorns to ActiveThorns parameter.goodale2001-05-22
* Fixed a bug in my latest commit.tradke2001-05-18
* Before checkpointing, synchronize only those groups which have storage assigned.tradke2001-05-18
* Switched off driver::initialize_memory = "NaN" until radiation BC are fixed.tradke2001-05-14
* New checkpoint file with new timelevel scheme.tradke2001-05-10
* 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
* Removed spurious testsuite output file.tradke2001-05-10
* New timelevel indexingallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10