summaryrefslogtreecommitdiffstats
path: root/tools/h5recover/trecover.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15115] Changed the function call name to H5Pset_journal.Albert Cheng2008-06-011-1/+2
| | | | | | | | | Remove all test files before creating them anew. (This was partially due to the journal code does not handle existing journal file well.) Changed testh5recover.sh to exit 1 if errors encountered. The old way of "exit $nerrors" could fail if $nerrors happened to be a multiple of the exit code limit (usually 1 byte=256).
* [svn-r14708] Added ability to create both the crashed datafile and the ↵Albert Cheng2008-03-051-1/+21
| | | | | | | | non-crashed control file. Also, writer() can generated different datasets as directed now. Tested: kagiso.
* [svn-r14491] Feature:Albert Cheng2008-02-041-1/+20
| | | | | | | | Added async crash support. Added command line option support. Tested: kagiso, smirom, linew.
* [svn-r14483] Added the new tool, h5recover, which is for the Sandia project forAlbert Cheng2008-02-011-0/+30
file recovery after a crash. Tested: linux (kagiso), linux64 (smirom), Solaris 10 (linew, in progress).