summaryrefslogtreecommitdiffstats
path: root/tools/h5recover/trecover_writer.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15198] testh5recover.sh.in:Albert Cheng2008-06-111-13/+5
| | | | | | | | | | Sun does not like variable and function having a common name of H5DIFF. Rename the function as MYH5DIFF. trecover_writer.c: Change dataset datatype to the machine independent type of H5T_STD_I32LE. This allows the h5dump output easier to match the expectd output. Tested: smirom, linew, kagiso (serial passed).
* [svn-r15115] Changed the function call name to H5Pset_journal.Albert Cheng2008-06-011-2/+6
| | | | | | | | | 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-r15106] purpose:Albert Cheng2008-05-301-2/+10
| | | | | | | | | | | | new feature. Description: Added H5Pset_fapl_journal() to provide an API to turn journal on. This is just a preliminary implementation. More features will be added later when they are available. Tested: h5committest.
* [svn-r14797] Description:Quincey Koziol2008-04-051-4/+8
| | | | | | | | | | | | | | | | | | | | | Misc. cleanups found while compiling in other environments. Still failing on linux machines with a memory corruption error and not finished building in parallel yet either... Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.4.10 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
* [svn-r14708] Added ability to create both the crashed datafile and the ↵Albert Cheng2008-03-051-28/+56
| | | | | | | | non-crashed control file. Also, writer() can generated different datasets as directed now. Tested: kagiso.
* [svn-r14491] Feature:Albert Cheng2008-02-041-0/+2
| | | | | | | | 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/+157
file recovery after a crash. Tested: linux (kagiso), linux64 (smirom), Solaris 10 (linew, in progress).