Network

 
AuthorCommitMessageCommit Date
Elena PourmalElena Pourmal
4d5a53cadea[svn-r28386] Maintenance: Bumped version number by setting suffix to swmr3 after creating a tar ball for DLS.
Albert ChengAlbert Cheng
9332f6eef5c[svn-r28379] HDFFV-9573: Our helper tests bin/release and bin/h5vers are not working properly bin/release uses the content of MANIFEST file to build the release tarball. But all the files generated by autogen had been removed. Therefore the release would not contain those needed generated files for a proper release. Solution: Added all those generated files to the tail of MANIFEST and titled it accordingly. (Somehow bin/chkmanifest does not complain against these entries though they are not...
Dana RobinsonDana Robinson
be2ec038aba[svn-r28374] Added a script to automate the initial VDS + SWMR test. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
8b3be426034[svn-r28367] Putative fix for SWMR-95: The H5Pset_elink_acc_flags() API call rejects H5F_ACC_SWMR_READ and H5F_ACC_SWMR_WRITE. This has been tentatively fixed by updating the API call to accept the SWMR flags. The only test at this time is a smoke test to ensure correct flag setting. The SWMR behavior of external links will be tested later. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
1a295b7082c[svn-r28365] Fixed trivial warnings in h5watch code. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
ec47333d658[svn-r28362] Merge of r28234 to r28346 from the trunk. This includes the flex/bison changes to both the autotools and CMake. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial and parallel (MPICH 3.1.4)
Quincey KoziolQuincey Koziol
81ae1ef2c3b[svn-r28353] Description: Checkpoint progress on code style & warning cleanups in new dataset code. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
472b94f49ba[svn-r28351] Description: Checkpoint refactoring work on chunked dataset indexing. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5comittest not required on this branch)
Quincey KoziolQuincey Koziol
495735e7665[svn-r28348] Description: Checkpoint warning and coding style cleanups. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
f8e94704ea6[svn-r28344] Description: Clean up H5LD test code. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Vailin ChoiVailin Choi
1b58261bc5e[svn-r28330] Implementation for version 3 superblock and latest version support. Tested on quail, kite, osx1010test, platypus, ostrich, moohan, emu, jam.
Quincey KoziolQuincey Koziol
41a03ad8ed1[svn-r28327] Description: More progress on revise_chunks review/normalization Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
69194bdd68d[svn-r28324] Description: Code cleanups during review/normalization pass. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Albert ChengAlbert Cheng
54c7698788b[svn-r28322] SWMR-26: make check-vfd runs for a long time The problem is in test/dsets which infinite looped when HDF5_DRIVER is "sec2" because it had a for loop using a bool type variable (compress) but the loop tried to increment to a third value. Changed the type of compress to int allows the loop to run properly. Secondly, the resas why it did not infinite loop when not in check-vfd is because the getenv(HDF5_DRIVER) mistakenly assign driver as "nomatch" if it is not defined. dsets skipp...
Elena PourmalElena Pourmal
e83c3a64e82[svn-r28309] Changed prefix to swmr2 after creating a snapshot for DLS. Tested on platypus. There were several issues with the bin/release and bin/h5vers scripts, but tar ball and versions look OK after manual inspections.
Dana RobinsonDana Robinson
048f77864f8[svn-r28307] Updated the dataset refresh code so that VDS source datasets are correctly updated. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) w/ gcc 5.2.1 serial + parallel (MPICH 3.1.4)
John MainzerJohn Mainzer
fef44254fed[svn-r28282] Fix for cache test failure in production mode only. Cause of failure was stack corruption caused by type mismatch between expected and actual return value type in the validate checksum callback. Tested serial (debug and production) on mercury and jam parallel (debug) on mercury.
Dana RobinsonDana Robinson
aa1a5861a41[svn-r28280] Removed dead code from H5O refresh function. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) w/ gcc 5.2.1
Allen ByrneAllen Byrne
5e37fd739c3[svn-r28275] Merge 28236 and 28241 from trunk to fix timezone and cmake issue on platypus.
Dana RobinsonDana Robinson
84b1e9e137f[svn-r28237] Merge of r28228-9 from trunk. accum test still has issues Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial autotools and CMake (3.3.2)
Dana RobinsonDana Robinson
239882bd80e[svn-r28232] Updated MANIFEST
Dana RobinsonDana Robinson
51b29b6ab44[svn-r28218] Merge of r28138, 28196, and 28204 from trunk. hbool_t changes Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial w/ Fortran and C++ parallel (MPICH 3.1.4) w/ Fortran
Dana RobinsonDana Robinson
8a1ca95768c[svn-r28216] Merge of r27969:28132, 28144:28193 from trunk. Mostly CMake changes, but there's also a few minor library changes. Temporarily commented out the accum test. The test builds but one of the sub-tests fails due to a file issue. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial w/autotools serial w/CMake (3.3.2, w/ fortran and C++)
Dana RobinsonDana Robinson
c07ff78058e[svn-r28214] Merge of r28075, 28086, 28115, 28151 from trunk. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial and parallel (MPICH 3.1.4)
Dana RobinsonDana Robinson
3f568b87d65[svn-r28212] Add code from r28179 back to the branch. This allows h5watch 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
Vailin ChoiVailin Choi
66e1eeffa75[svn-r28206] 1) Implementation for Single Chunk indexing type. 2) Fix for changing h5format_convert testfiles for in-place build.
Dana RobinsonDana Robinson
bea706880a1[svn-r28197] Revert of 28179, which causes problems in the h5watch test.
Dana RobinsonDana Robinson
66c1a254f0f[svn-r28179] h5watch can now open VDS files, though it will not detect changes until the source files are closed. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial only
Dana RobinsonDana Robinson
0caf00455f0[svn-r28178] Updates to existing VDS + SWMR test code and added reader code. NOTE: Tests are still manual for now and the reader does not reflect source dataset changes. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial only
Dana RobinsonDana Robinson
30adc68b242[svn-r28164] Added VDS SWMR test generator and writer files. These test files are executed manually for now. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial only
Allen ByrneAllen Byrne
2e7788f196e[svn-r28142] Add new test files to list
Dana RobinsonDana Robinson
9a3b2c0b639[svn-r28141] Minor edits of SWMR acceptance test files.
Allen ByrneAllen Byrne
d03e8d183d3[svn-r28122] Remove obsolete file from list
Quincey KoziolQuincey Koziol
b2f7a76bc65[svn-r28109] Description: Correct failure when using the family VFD, which requires that the '%'s be parsed twice. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (and make check-vfd) (h5committest not required on this branch)
Dana RobinsonDana Robinson
da138d4e46f[svn-r28108] Removed src/H5Ostorage.c which was accidentally re-added to the repository after removal.
Quincey KoziolQuincey Koziol
2132f1bdaed[svn-r28099] Description: Bring r27958 from trunk to branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
68af82280a6[svn-r28095] Description: Bring r27884, 27888, 27889, 27890, and 27891 from trunk to branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
b247127dc91[svn-r28094] Description: Bring r27849 & 27851 from trunk to branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Dana RobinsonDana Robinson
84d6d40b57a[svn-r28093] Merge of r27768 and r27774 from trunk 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 ne...
Quincey KoziolQuincey Koziol
31683703d9b[svn-r28092] Description: Merge the storage message back into the layout message. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Dana RobinsonDana Robinson
23a31f45b2d[svn-r28088] Fixed a mid-block declaration in the dsets test that only exists when zlib compression is disabled. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
Quincey KoziolQuincey Koziol
46d90a06de6[svn-r28083] Description: Revise code to factor out check for chunked datasets more clearly. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
13cc8ceb435[svn-r28082] Description: Switch to peek/poke for setting the chunk options. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
Dana RobinsonDana Robinson
31f99f4be8f[svn-r28078] Clean up warnings in objcopy test. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
Allen ByrneAllen Byrne
dcda1117799[svn-r28074] Merge from trunk CMake code. Also two fortran source files were changed.
Dana RobinsonDana Robinson
cc261eb5e5c[svn-r28068] Removed duplicated Perl check from configure. Updated the testflushrefresh script to correctly use Perl. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
Dana RobinsonDana Robinson
2723efefd7c[svn-r28065] Clean up dcpls in the cork and flushrefresh tests. Not cleaning them up was causing infinite closing loops with the incoming init/shutdown changes from the trunk. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
Dana RobinsonDana Robinson
b767c1a0ae2[svn-r28049] Merge of r27997-28047 from the trunk. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial w/ Fortran and C++ parallel (MPICH 3.1.4) w/ Fortran
Quincey KoziolQuincey Koziol
76ff9fa1d25[svn-r28043] Description: Merge r27818 from trunk to branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
John MainzerJohn Mainzer
bb656dfc91f[svn-r28042] Bug fix for failure in testpar/t_cache Problem appears to have been caused by new code which dirties a cache entry unexpectedly at file close. This in turn throws off the write counts maintained by the test, causing it to fail. Solution was to manually flush the cache prior to file close, verify the expected writes, and then de-register the callback used to obtain write counts from the cache. After cache shut down, I added additional code to verify that no test entries were ...