aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5
Commit message (Expand)AuthorAge
* Fix two small memory leaks.schnetter2004-05-31
* Prevent hangups after recovery.schnetter2004-05-31
* Activate storage for helper variables.schnetter2004-05-31
* Another dirty bad ugly hack to make recovery work again with the most recent ...cott2004-05-29
* Fix recovery problem with newest Carpet version.cott2004-05-29
* Add out_dt output criterion.schnetter2004-05-21
* Replaced the assert in line 400 with an if block. After recovery, it isbzink2004-05-17
* Included steering of regrid_every after recovery. This is for conveniencebzink2004-05-12
* Undo interface/capability update, because now Carpet conflicts withschnetter2004-05-04
* Begin to clean up inheritance and requires relationshipsschnetter2004-05-04
* Fixed a bug when generating the tmp filename.bzink2004-04-20
* change naming of temporary checkpoint filecott2004-04-19
* Use "requires" instead of "requires thorns".schnetter2004-04-18
* Simplify the codeschnetter2004-04-18
* Writing and Reading variables of type 'complex' should now work. Please test.cott2004-04-12
* Use "." instead of "" for the default input directory, because theschnetter2004-04-09
* Fall back to IO::out_dir when out3D_dir is unset.schnetter2004-04-07
* Rename the parameter h5verbose to verbose.schnetter2004-04-03
* Do not use CCTK_QueryParameterTimesSet to find out whether to use aschnetter2004-04-03
* Changed dynamic array allocation into vector class construction.bzink2004-03-26
* Beautified the code a bit (needs more work). Fixed a dynamic allocation problem.cott2004-03-26
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Some par files for testingcott2004-03-23
* more optimizationcott2004-03-23
* another bugfixcott2004-03-23
* Make recover much much much faster (reduced complexity to n, I think). Also f...cott2004-03-23
* Rudimentary timers implemented; added linked list for dataset names. Gives ab...cott2004-03-22
* Limit dataset name size to 256 characters to prevent segfaults if the checkpointcott2004-03-20
* First attempt on making recovery faster...cott2004-03-20
* Extended documentation to include file layout / attribute specificationcott2004-03-18
* Basic documentation added.cott2004-03-18
* CarpetIOHDF5 can now do initial data checkpointing.cott2004-03-18
* Minor polishing.cott2004-03-16
* Minor polishing. Changed parameter "verbose" to "h5verbose" to get around nam...cott2004-03-15
* Fix another stupid bug in DISTRIB=const logic. Checkpoint/Recovery tested on ...cott2004-03-15
* Fixed problem in the logic for handling DISTRIB=constant arrays. Checkpoint/R...cott2004-03-15
* Small fixes.cott2004-03-14
* Okay. Here we go. Checkpoint/Recovery is working on 1 cpu with WaveToy. Data ...cott2004-03-12
* Recovery sort of working - does not crash, but does the strangest things... I...cott2004-03-11
* Writing checkpoint files works now.cott2004-03-11
* Correct and general setting of HDF5 datatypescott2004-03-11
* Added skeleton for recovery.cott2004-03-11
* We can now dump all paramaters and global attributes.cott2004-03-10
* Minor Additions to checkpointing routines, correct registration of IOHDF5GH, ...cott2004-03-10
* Implemented Checkpointing skeletoncott2004-03-10
* Added parameters for Checkpoint/Recoverycott2004-03-10
* Split InputVarAs into InputVarAs and ReadVar for checkpoint-recoverycott2004-03-10
* Split OutputVarAs into 2 routines: OutputVarAs and WriteVar - needed for chec...cott2004-03-09
* Fix various bugs in ReadAttribute-like functions and in InputVarAscott2004-03-09
* Register the file reader.schnetter2004-03-09