aboutsummaryrefslogtreecommitdiff
path: root/src/DumpVar.c
Commit message (Expand)AuthorAge
* Make only optional use of aliased function Coord_GroupSystem().tradke2006-10-04
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* Write grid scalars on all I/O processors (not only processor 0).tradke2004-11-16
* Remove calls to deprecated CCTK_Coord*() routines and use aliased functionstradke2004-05-08
* Fixed filenames for chunked output files.tradke2004-05-06
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-22
* If requested by the checkpointing code pass the 'with_ghostzones' flag in thetradke2003-11-17
* Fixed a problem with checkpointing of grid scalars.tradke2003-10-28
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Fixed a bug for unchunked output with multiple processors.tradke2003-08-01
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* Better wording in warning message which is issued if the reduction operationtradke2003-07-14
* Removed an ugly artefact where a union was used to convert a 'const cGH*'tradke2003-03-10
* Fixed compiler warnings for non-MPI configurations.tradke2003-01-07
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
* Added missing header include <string.h>.tradke2002-05-28
* 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
* Tidying up the code to make it consistent with the structure in IOHDF5.tradke2002-04-17
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Store min_ext, max_ext, origin attributes only for grid function variablestradke2001-08-02
* Fix for dumping the bounding box attributes.tradke2001-07-04
* Support I/O for all the fixed-sized CCTK datatypes also.tradke2001-06-12
* Making rcsid strings constant - PR 669.goodale2001-05-10
* 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
* Macro name changesallen2000-09-22
* Fixed bug where the "global_size" attribute in 3D IEEEIO outputtradke2000-08-24
* Parameters for choosing 1D and 2D slicesallen2000-07-12
* Bugfix for IO::out3D_mode = "np" where the IO processors ran into atradke2000-05-15
* Changed names of PUGH functions to be uniform. Now all PUGH functionsgoodale2000-04-19
* Several things which I missed to commit individually but rather do it intradke2000-04-18
* Bugfix for 3D output where I used the wrong index variable.tradke2000-04-06
* MPI_Barrier -> CCTK_Barriertradke2000-04-04
* Changing MPI to CCTK_MPIallen2000-04-04
* Output and cp/recovery for arrays of arbitrary size and dimstradke2000-03-27
* Changes for new PUGH structuresallen2000-03-23
* More stuff for cp/recovery.tradke2000-03-14
* Made CactusPUGHIO thorns aware of future multi-patch or multi-block changestradke2000-02-18
* Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they areallen2000-02-05
* cctk_arguments -> cctk_Argumentsallen2000-01-27
* Added several stuff to IOFlexIO:tradke2000-01-21
* 3D output doesn't care about staggering as it did in Cactus 3.xtradke2000-01-17
* Adding USE_CCTK_PARAMETERSallen2000-01-12
* Output only timing info from GetrUsage, and only if it is available.tradke1999-10-30
* Added checkpointing for parameters. Still needs some optimization.tradke1999-10-28
* Changing the DI macro to DATINDEX from Pugh, so that we can nowallen1999-10-19