summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29836] Revert whitespace and non-critical changes for patch.Allen Byrne2016-04-293-308/+308
|
* [svn-r29753] HDFFV-9770: Fix Windows compile errors.Allen Byrne2016-04-201-2/+2
|
* [svn-r29748] HDFFV-9770: Fix h5watch and CMake for HL.Allen Byrne2016-04-194-279/+280
| | | | Convert CMake sources tags from _SRCS to _SOURCES(closer match to Makefile).
* [svn-r29733] HDFFV-9756: Verified H5Dint.c patch works for H5Repack, also ↵Allen Byrne2016-04-183-64/+310
| | | | | | | | | reworked VDS tests for H5Repack. HDFFV-9766: Added h5format_convert to CMake. Reworked tests to allow parallel testing with CMake. HDFFV-9770: Added h5watch to CMake. Tested: CMake and autotools on loacl linux.
* [svn-r29381] Re-ran autogen.sh on THG machines to update autotools outputDana Robinson2016-03-091-0/+1
| | | | | | | | files. Added java Makefile.in files. Tested on: jam
* [svn-r29378] Bring alpha2 in line with revise_chunks (up to r29365)Dana Robinson2016-03-092-7/+43
|\ | | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ C++ and Fortran autotools parallel w/ Fortran CMake serial w/ C++ and Fortran
| * [svn-r29329] Revert the changes to h5watch.c that was checked in (#29328) by ↵Vailin Choi2016-03-081-28/+15
| | | | | | | | | | | | mistake. Tested on osx1010test, kituo, platypus, ostrich.
| * [svn-r29328] Change H5D_BT2_NODE_SIZE from 512 to 2048 for performance issue.Vailin Choi2016-03-071-15/+28
| | | | | | | | Tested on quail, osx1010test, platypus, ostrich, kite, emu, mayll, kituo.
* | [svn-r29225] Re-ran autogen.sh on THG machines to update autotools outputDana Robinson2016-02-291-0/+1
| | | | | | | | | | | | files. Tested on: jam
* | [svn-r29224] Brought alpha2 branch in sync with revise_chunks (up to r29219)Dana Robinson2016-02-291-4/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | Note: generated autotools files are from a VM and not THG machines. These will be updated immediately after check-in. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran & C++ autotools parallel (MPICH 3.1.4) w/ Fortran CMake serial (cmakehdf5 w/ CMake 3.3.2)
| * [svn-r28365] Fixed trivial warnings in h5watch code.Dana Robinson2015-11-163-9/+26
| | | | | | | | | | Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
| * [svn-r28212] Add code from r28179 back to the branch. This allows h5watchDana Robinson2015-10-251-8/+14
| | | | | | | | | | | | | | | | to open VDS files, though it won't pick up changes to source files until they are closed. This is a library problem and will be fixed later. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
| * [svn-r28197] Revert of 28179, which causes problems in the h5watch test.Dana Robinson2015-10-231-14/+8
| |
| * [svn-r28179] h5watch can now open VDS files, though it will not detect changesDana Robinson2015-10-221-8/+14
| | | | | | | | | | | | | | until the source files are closed. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial only
| * [svn-r28093] Merge of r27768 and r27774 from trunkDana Robinson2015-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library shutdown and is also be _much_ more proactive about giving feedback for resource leaks internal to the library. Introduces a new "module" header file for packages in the library (e.g src/H5Fmodule.h) which sets up some necessary package configuration macros for the FUNC_ENTER/LEAVE macros. (The VFL drivers have their own slightly modified version of this header, src/H5FDdrvr_module.h) Also cleaned up a bunch of resources leaks all across the library and tests, along with addressing many warnings, as I encountered them. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial and parallel (MPICH 3.1.4)
| * [svn-r27960] Autogen merges from trunk.Dana Robinson2015-10-061-1445/+0
| | | | | | | | | | | | | | r27794, 27795, 27802, 27812, 27819, 27826, 27828, 27829, 27878 27880, 27898, 27902 Tested on: local Linux
| * [svn-r27859] Merged revisionsDana Robinson2015-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | 27625, 27627, 27647, 27648, 27661, 27668, 27670, 27671, 27674, 27676, 27703, 27716, 27720, 27747, 27754, 27755 from the trunk. Mostly CMake and Fortran changes. Tested on: jam (w/ gcc/gfortran 4.9.3)
| * [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.
* [svn-r29218] Revert of r28909 and r28914Dana Robinson2016-02-261-0/+1
| | | | | | | | | | | | This commented out the memory allocation sanity checker in alpha1. The feature has been restored for alpha2. The H5B package was also removed from the "all" list of package- specific debugging output since it slows down the library so much. This equivalent to r29099 in revise_chunks but was done manually since that change comes after major configure.ac rework. Tested on: jam
* [svn-r28909] Commented out --enable-memory-access-sanity-check in ↵Dana Robinson2016-01-151-1/+0
| | | | | | | | configure.ac until the next alpha. Re-ran autogen.sh. Tested on: jam
* [svn-r28860] Fixed autotools generated files version mismatch.Dana Robinson2016-01-121-0/+1
| | | | Tested on: jam
* [svn-r28859] Merge of r28762, 28770-82, 28791-28806, 28816-28836, 28857Dana Robinson2016-01-121-1/+1
| | | | | | | | | | | | | | | from revise_chunks. This is basically all the revise_chunks changes since alpha0 aside from the v2 B-tree changes that cause SWMR to fail. This merge should also bring the alpha branch in sync with the trunk. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++ and Fortran autotools parallel w/ Fortran (MPICH 3.1.4) cmake serial (cmakehdf5) w/ C++ and Fortran