summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24622] Implementation (pending code review) for:Vailin Choi2014-01-082-2/+2
| | | | | | (A) SWMR related public routines: H5Fstart_swmr_write, H5Pget/set_append_flush, H5Pget/set_object_flush_cb. (B) File locking. Tested on jam, koala, ostrich, platypus.
* [svn-r24459] Checkin for bug fix SWMR-11: used message file to coordinate ↵Vailin Choi2013-11-216-215/+356
| | | | | | | | | test runs for h5watch. The changes were initially done as part of the file locking implementation. This is a merge from the revise_chunks #24454. In addition, a bug fix when enable-production in test/tfile.c-- --test_swmr_write(): use latest format in creating the test files
* [svn-r24354] Bring revision #24336 from revise_chunks.Vailin Choi2013-10-241-0/+1
| | | | h5committested.
* [svn-r24324] Bring revision #24094 from revise_chunks. h5committested.Vailin Choi2013-10-171-0/+0
|
* [svn-r24279] Merge of r24278 from revise_chunks.Dana Robinson2013-10-102-1/+17
| | | | | | | Changes the MD cache so that writing v-1 B-tree nodes under SWMR semantics will fail. Tested on: jam (previously tested on more platforms)
* [svn-r24263] Changes to do re-reads for metadata with checksums when a file ↵Vailin Choi2013-10-083-16/+17
| | | | | | | | | | | is opened with SWMR access. There are debugging printfs which will be removed when coding is finalized. Also some bug fixes: 1) accum.c--clean up some warning messages and use new_argv/new_envp for the call to execve. 2) hl/tools/h5watch--clean up some warning messages and a bug fix for h5watch.c. This checkin is awaiting code review feedback.
* [svn-r23600] Bring revisions #23085 - #23341 from trunk to revise_chunks.Vailin Choi2013-04-191-1/+1
| | | | h5committested.
* [svn-r23577] Bring revisions 22708:22730 from trunk to revise_chunks.Vailin Choi2013-04-111-15/+16
| | | | h5committested.
* [svn-r23574] Bring revisions 22690 - 22708 from trunk to revise_chunks.Vailin Choi2013-04-111-50/+105
| | | | h5committested.
* [svn-r22241] Fix the failures for h5watch due to format indentation.Vailin Choi2012-04-021-1/+6
|
* [svn-r22105] Description:Quincey Koziol2012-03-211-0/+3
| | | | | | | | | | Bring r20557:22085 from trunk to this branch, also fixing some other issues/failures in the branch simultaneously. The h5repack tests are still failing, but Neil will be checking into those, so the branch can be fully functional again. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug
* [svn-r21938] Fix for bad makefile clean code that removes hl/test/test_ld ↵Dana Robinson2012-02-132-2/+1
| | | | and hl/tools/h5watch .h5 files. These files are never regenerated and subsequent make checks after a clean will fail. This is just a temporary fix as the generator code and autotools files need a revisit.
* [svn-r20559] Description:Quincey Koziol2011-04-191-19/+44
| | | | | | | | | | | | | | | | | | Bring r20407:20557 from trunk to revise_chunks branch Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-ia64 2.6 (ember) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode
* [svn-r20196] This checkin consists of the following:Vailin Choi2011-03-077-0/+3021
A) - Changes to add the new tool "h5watch" to High Level - Changes to add three new High Level public routines for retrieving elements appended to a dataset B) A patch from Mike M. to fix the H5Dflush/refresh problem: src/H5Dpkg.h src/H5Dint.c src/H5D.c C) Fix for an assertion failure in H5FS_sect_link_size() in H5FSsection.c src/H5Dbtree2.c h5committested; tested also on linew, duty, fred.