summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27855] Merged revisions:Dana Robinson2015-09-221-1/+0
| | | | | | | | | | | 27509, 27515, 27517, 27521, 27524, 27525, 27537, 27555, 27570, 27575, 27585, 27586, 27590, 27591, 27592 from the trunk. Minor CMake and Fortran changes Tested on: jam (w/ gcc/gfortran 4.9.3)
* [svn-r27853] Merged r27488-27500 from the trunk.Dana Robinson2015-09-221-5/+24
| | | | | | | Fortran 2003 changes Tested on: jam serial (w/ gcc/gfortran 4.9.3) jam parallel (fortran tests, parallel tests have known failure)
* [svn-r27571] - h5watch tests are now skipped when the test VFD does not ↵Dana Robinson2015-08-244-22/+99
| | | | | | | | support SWMR. - General improvements to the h5watch Makefile.am. Tested on: jam w/ HDF5_DRIVER=stdio and sec2
* [svn-r27335] Bring revisions #24679, #24736 from revise_chksum_retry branch ↵Vailin Choi2015-07-041-3/+4
| | | | | | to revise_chunks. Tested on jam, koala, ostrich, platypus.
* [svn-r27288] Bring revision #24622 from revise_chksum_retry branch to ↵Vailin Choi2015-06-262-2/+2
| | | | | | revise_chunks. h5committested. #test-p fails but will be fixed with merges later: #26569 (revise_chksum_retry) + v3 metadata cache #27237 (trunk).
* [svn-r27272] Bring revision #24263 from revise_chksum_retry branch to ↵Vailin Choi2015-06-231-0/+1
| | | | revise_chunks. h5committested.
* [svn-r27257] Bring revisions #27084 - #27142 from trunk to revise_chunks. ↵Vailin Choi2015-06-201-1/+1
| | | | Tested on jam, koala, ostrich.
* [svn-r26894] Bring revisions #26459 - #26785 from trunk to revise_chunks.Vailin Choi2015-04-221-5/+0
| | | | h5committested.
* [svn-r26861] Bring revisions #26401 - #26459 from trunk to revise_chunks.Vailin Choi2015-04-211-5/+0
| | | | h5committested.
* [svn-r26378] Bring revisions #26220 - #26324 from trunk to revise_chunks. ↵Vailin Choi2015-03-061-2/+2
| | | | h5committested.
* [svn-r26362] Bring revisions #26109 - 26188 from trunk to revise_chunks.Vailin Choi2015-03-041-2/+2
| | | | h5committested.
* [svn-r25844] Fix for SWMR-15: eliminate the "Terminated" message from kill ↵Vailin Choi2014-11-252-42/+50
| | | | | | | when testing h5watch: --Use signal handler to catch SIGTERM and SIGINT. Also remove redundant tests to lessen the possibility of failures due to timing in catching h5watch output.
* [svn-r25823] Bring revisions #25484 - 25508 from trunk to revise_chunks.Vailin Choi2014-11-181-1/+1
| | | | h5committested.
* [svn-r25814] Bring revisions #25284 - #25434 from trunk to revise_chunks.Vailin Choi2014-11-131-1/+0
| | | | | (Revision #25283 is skipped since it was backed out later on 11/3/2015.) h5committested.
* [svn-r25333] Bring revisions #24948 - #25120 from trunk to revise_chunks.Vailin Choi2014-06-191-1/+0
| | | | Tested on jam, ostrich, koala, platypus.
* [svn-r25328] Bring revisions #24851 - 24948 from trunk to revise_chunks.Vailin Choi2014-06-192-67/+447
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r24454] Checkin for bug fix SWMR-11: used message file to coordinate ↵Vailin Choi2013-11-156-227/+368
| | | | | | | | | | | | | | | | | | test runs for h5watch. The changes were initially done as part of the file locking implementation. In addition, fixes for the following: A) Bug fix when enable-production in test/tfile.c-- --test_swmr_write(): use latest format in creating the test files B) Bug fixes to sync up with revise_chksum_retry branch: 1) test/accum.c--fix to use new_argv/new_envp for execve() and clean out compilation warnings 2) hl/src/H5HLprivate2.h--put the defines in alphabetical order 3) hl/tools/h5watch/h5watch.c--h5watch test exit code error due to error stack 4) hl/tools/h5watch/extend_dset.c--clean up some compilation warnings Tested on jam, ostrich, koala, platypus, emu, aix.
* [svn-r24336] Bring revisions #24118 - #24200 from trunk.Vailin Choi2013-10-211-0/+1
|
* [svn-r24293] Bring revisions #24058 - #24098 from trunk to revise_chunks.Vailin Choi2013-10-151-1/+1
| | | | h5committested.
* [svn-r24278] Purpose: Block v-1 B-tree writes under SWMR write semanticsDana Robinson2013-10-101-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Modified the MD cache so that v-1 B-tree node writes are prohibited under SWMR semantics. Testing changes: testswmr Removed the -i b1 option from the test. NOTE: The testswmr.sh test performs operations that are not currently supported under our current level of SWMR implementation. links Modified an external link test so that a close/reopen w/ SWMR write test is not performed when the v-1 B-trees are used. dsets Chunk tests don't run when using SWMR and the old file formt (i.e. v-1 B-tree chunk indexes). Also added a new test that fails when trying to write v-1 B-tree nodes. Makefile updated to clean up all test files created by this test. flushrefresh Modified the test to use the latest file format. Tested on: jam (32-bit LE linux) koala (64-bit LE linux) ostrich (64-bit BE linux)
* [svn-r24094] Removed WATCH.h5 from source control. It's regenerated by the ↵Dana Robinson2013-09-031-0/+0
| | | | | | | | script and is causing problems since it's "modified" on each run of make check. Tested on: jam (minor change)
* [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.