aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/Output.cc
Commit message (Expand)AuthorAge
* CarpetIOHDF5: Do not use "map" as local variable nameErik Schnetter2007-01-12
* CarpetIOHDF5: support per-variable output compression levelsThomas Radke2006-11-17
* CarpetIOHDF5: support automatic gzip dataset compressionThomas Radke2006-11-17
* CarpetIOHDF5: use aliased function Coord_GroupSystem() only optionallyThomas Radke2006-10-04
* CarpetIOHDF5: fix the HDF5 library version test when determining the datatype...Thomas Radke2006-05-11
* CarpetIOHDF5: fix small memory leak in HDF5 outputThomas Radke2006-02-12
* CarpetIOHDF5: bugfix for writing checkpointsThomas Radke2006-02-06
* Carpet*: generalise the comm_state class for collective buffer communicationsThomas Radke2005-08-15
* CarpetIOHDF5: add "cctk_bbox" and "cctk_nghostzones" attributes to each datasetThomas Radke2005-06-28
* CarpetIOHDF5: implement parallel I/OThomas Radke2005-06-24
* CarpetIOHDF5: added logic to keep specific checkpoints aroundThomas Radke2005-06-10
* CarpetIOHDF5: resolve conflictErik Schnetter2005-06-06
* CarpetIOHDF5: API for H5Sselect_hyperslab() has changed in HDF5 1.6.4Thomas Radke2005-05-12
* CarpetIOHDF5: Put unique simulation ID into each fileErik Schnetter2005-06-05
* CarpetIOHDF5: implement parallel recoveryThomas Radke2005-05-27
* CarpetIOHDF5: API for H5Sselect_hyperslab() has changed in HDF5 1.6.4Thomas Radke2005-05-12
* CarpetIOHDF5: bugfix for checkpoint/recoveryThomas Radke2005-04-12
* CarpetIOHDF5: Use CCTK_REAL instead of double for meta dataErik Schnetter2005-04-11
* CarpetIOHDF5: pass vartype in comm_state constructor tto make use of collecti...Thomas Radke2005-03-31
* CarpetIOHDF5: write a "carpet_version" integer attribute to tag data output a...Thomas Radke2005-02-14
* CarpetIOHDF5: Use positive timelevelsErik Schnetter2005-02-07
* CarpetIOHDF5: output individual refinement levels if requestedThomas Radke2005-02-04
* global: Change the way in which the grid hierarchy is storedErik Schnetter2005-02-01
* global: Turn CarpetLib templates into classesErik Schnetter2005-01-01
* CarpetIOHDF5/src/Output.cc: fix calculation of "origin" attribute; don't outp...Thomas Radke2005-01-10
* CarpetIOHDF5/src/Output.cc: write bbox attributes only if a variable has a co...Thomas Radke2005-01-03
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* CarpetIOHDF5: Only add "m=" to dataset name for grid functionsErik Schnetter2004-12-25
* CarpetIOHDF5: Correct typo in commentErik Schnetter2004-12-25
* CarpetIOHDF5: Use bool instead of int for some logical variablesErik Schnetter2004-12-25
* CarpetIOHDF5: Add semicolons after DECLARE_* macrosErik Schnetter2004-12-25
* CarpetIOHDF5/src/Output.cc: changed warning level for deprecated parameters f...tradke2004-12-07
* CarpetIOHDF5/src/Output.cc: forgot to include <unistd.h> to get sleep(3)tradke2004-12-06
* CarpetIOHDF5: fix output of DISTRIB=CONSTANT arraystradke2004-12-06
* CarpetIOHDF5/src/Output.cc: if deprecated parameters were set in the parfile,...tradke2004-12-03
* CarpetIOHDF5/src/Output.cc: check for already existing datasets in an output ...tradke2004-12-03
* CarpetIOHDF5: deprecate all parameters with '3D' in their namestradke2004-12-03
* CarpetIOHDF5: allow individual output frequencies in option strings, give som...tradke2004-12-01
* CarpetIOHDF5: some code cleanuptradke2004-11-30