aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Write grid scalars on all I/O processors (not only processor 0).tradke2004-11-16
* Some ugly code to get this compiling on the sx-5.goodale2004-09-10
* Fix from Yosef Zlochower: allocate attribute buffer with one more byte for thetradke2004-08-24
* Use the new routine IOUtil_AssembleFilename() to generate filenames fortradke2004-06-30
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
* Add "name", "timelevel", "iteration" attributes to 2D IEEEIO output files.tradke2004-06-08
* Include "util_Table.h".tradke2004-05-10
* Remove calls to deprecated CCTK_Coord*() routines and use aliased functionstradke2004-05-08
* Fixed memory allocation bug when reading string attributes.tradke2004-05-06
* Fixed errnoneous free() statement.tradke2004-05-06
* Fixed usage stdout message.tradke2004-05-06
* Fixed filenames for chunked output files.tradke2004-05-06
* Bug fix from Yosef Zlochower: initialize "last_checkpoint_iteration" in the G...tradke2004-04-30
* Remove the check for PUGH; this is now a capabilityschnetter2004-04-10
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-22
* Only register 2D IOFlexIO I/O method if the maximum dimension of gridtradke2003-12-03
* When looping over all groups for checkpointing: skip groups with no variablestradke2003-11-24
* Removed ununsed prototype.tradke2003-11-24
* If requested by the checkpointing code pass the 'with_ghostzones' flag in thetradke2003-11-17
* For checkpointing: set the with_ghostzones flag in the ioRequest structure to...tradke2003-11-17
* Be backwards compatible for group type codes when reading old checkpoint files.schnetter2003-10-29
* Fixed a problem with checkpointing of grid scalars.tradke2003-10-28
* Fixed a problem with recovering small distributed grid arraystradke2003-10-24
* Fix for recovery of grid scalars: compare their dimension against 0.tradke2003-10-23
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Fixed small memory leak in parameter recovery. Found by Ed Evans.tradke2003-08-06
* Fixed a bug for unchunked output with multiple processors.tradke2003-08-01
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* Use CCTK_GroupStorageIncrease() to get the number of active timelevels fortradke2003-07-14
* Better wording in warning message which is issued if the reduction operationtradke2003-07-14
* Checkpoint active timelevels only. This closes PR BetaThorns/1564.tradke2003-07-14
* Fix for checkpointing grid arrays which don't have any points on a processor.tradke2003-06-27
* Removed an ugly artefact where a union was used to convert a 'const cGH*'tradke2003-03-10
* Fixed wrong GH extension name ("IOHDF5" instead of "IOFlexIO").tradke2003-02-11
* Added SYS_INC_DIRS to the compile command line for utility programs.tradke2003-02-10
* Fixed compiler warnings for non-MPI configurations.tradke2003-01-07
* 2D IOFlexIO output routines were still using the old hyperslab API.tradke2002-11-06
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
* During checkpointing, also check individual timelevels if they have storagetradke2002-09-04
* For filereader: report the restored variables also with default setting fortradke2002-07-05
* Also print the iteration number of a recovered variable.tradke2002-07-05
* Extended the routine registered as IOFlexIO's filereader to select variablestradke2002-07-01
* Fixed wrong CCTK_FILEVERSION string.tradke2002-06-10
* Fixed a bug in checking the out_vars string for 2D output.tradke2002-06-07
* Added missing header include <string.h>.tradke2002-05-28
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
* Make use of Tom's extensions to parameter declarations:tradke2002-05-27
* Bugfix in checking when to do output for a variable.tradke2002-05-23
* Another bugfix in checking for output of complex variables.tradke2002-05-23
* Bugfix in checking for complex variables.tradke2002-05-23