aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/iohdf5.cc
Commit message (Expand)AuthorAge
* Fix memory leak in IOHDF5Erik Schnetter2004-10-08
* Remove CVS header tagsErik Schnetter2004-09-18
* Merge filereader and recovery code. Now CarpetIOHDF5 also works with thetradke2004-07-09
* OutputVarAs() uses CCTK_TraverseString() to parse the 'varname' parametertradke2004-07-08
* Filereader routine uses CCTK_TraverseString() to parse the in3D_vars parameter.tradke2004-07-07
* Major changes to CarpetIOHDF5 recovery routines:tradke2004-07-07
* Write the correct value for the FlexIO "origin" attribute.schnetter2004-07-06
* Initialise "delta" before using it.schnetter2004-06-25
* Implement single-precision HDF5 output.tradke2004-06-22
* Register CarpetIOHDF5 I/O method under name "IOHDF5" rather than "CarpetIOHDF5".tradke2004-06-21
* Implement strict parameter parsing at startup.tradke2004-06-14
* Added option "divisor" to out3D_criterion.bzink2004-06-04
* Fix two small memory leaks.schnetter2004-05-31
* Add out_dt output criterion.schnetter2004-05-21
* Replaced the assert in line 400 with an if block. After recovery, it isbzink2004-05-17
* Simplify the codeschnetter2004-04-18
* Writing and Reading variables of type 'complex' should now work. Please test.cott2004-04-12
* 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
* 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
* Rudimentary timers implemented; added linked list for dataset names. Gives ab...cott2004-03-22
* 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
* Minor Additions to checkpointing routines, correct registration of IOHDF5GH, ...cott2004-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
* Make the file reader work.cott2004-03-08
* Some cleaning up: Moved auxiliary functions (Read/WriteAttribute and others) ...cott2004-03-08
* Correct errors in the FlexIO attributesschnetter2004-03-08
* Close data types, data spaces, and attributes when they are not neededschnetter2004-03-03
* A thorn for HDF5 output without using the FlexIO library.schnetter2004-03-03
* Initial revisioneschnett2001-03-01