aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5
Commit message (Expand)AuthorAge
* Implement strict parameter parsing at startup.tradke2004-06-14
* USES BOOLEAN strict_io_parameter_checktradke2004-06-14
* Use "requires thorns" to ensure that the thorns are activated in theschnetter2004-06-08
* Carpet/WaveToy recovery test case for 4 cpus.cott2004-06-07
* Recovery test case for 1 CPUcott2004-06-07
* This fixes my previous commit...cott2004-06-07
* Slight change in Checkpoint file naming scheme: Checkpoint files from single ...cott2004-06-07
* Added option "divisor" to out3D_criterion.bzink2004-06-04
* Removed a small bug.bzink2004-06-02
* Added an option to read CarpetRegrid::refinement_levels from the checkpointbzink2004-06-02
* Inserted test and adjustment for incorrect checkpoint_every.bzink2004-06-02
* Removed parameter steering of CarpetRegrid::regrid_every. This is nowbzink2004-06-02
* 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