Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
39a7d3b5385[svn-r29580] Moved timezone struct for Windows inside Visual Studio #ifdef. Fixes and issue on MinGW. Tested on: 64-bit Windows 10 w/ Visual Studio 2015 Pro external user tested on MinGW
John MainzerJohn Mainzer
251f2eb16fe[svn-r29578] Checkin of minor fixes: 1) Corrected error in assertion in H5B2__cache_hdr_get_load_size() in H5B2cache.c 2) Deleted debug code from deserialize() in cache_common.c tested serial / debug only on jam.
Dana RobinsonDana Robinson
2ec6230cd8e[svn-r29576] Fix MinGW issues in h5watch files + slight prettification. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
Allen ByrneAllen Byrne
8f29b193f81[svn-r29574] Reconcile differences in tests between autotools and cmake.
Dana RobinsonDana Robinson
5d88324ff6f[svn-r29569] Wrapped atomic reader/writer programs with #ifdefs so MinGW doesn't trip over them. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
Dana RobinsonDana Robinson
e648630cd8a[svn-r29568] Wrapped test_usecases programs with #ifdefs so MinGW doesn't trip over them. The use case tests will report passing but also emit a skipped message. These tests also now emit verbose output since I had to turn output on so MinGW users can be informed that the tests are being skipped. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
Allen ByrneAllen Byrne
b92f7074bc7[svn-r29562] Copy JUnit testfile to use in test so that original is not changed. trunk revs 29519, 29520, 29523, 29524
Allen ByrneAllen Byrne
7da06e77196[svn-r29561] Remove list and check of flags, defer to library function for checking, which will return an error. That error then produces a HDF5FunctionArgument exception instead of IllegalArgument exception. Trunk rev 59560.
Allen ByrneAllen Byrne
ec069892583[svn-r29556] Add comments to CMake macros and do append error file
Dana RobinsonDana Robinson
eeaa95d0fe3[svn-r29547] Minor normalization w/ trunk in preparation for big merge. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4)
Dana RobinsonDana Robinson
4dae5187e71[svn-r29543] Minor normalization w/ trunk in preparation for big merge. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4)
Dana RobinsonDana Robinson
3f9637d592f[svn-r29538] Minor normalization w/ trunk in preparation for big merge. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
Allen ByrneAllen Byrne
572f14a42df[svn-r29533] HDFFV-9624:Added flush/refreash APIs for swmr. Added get/set_metadata_read_attempts.
Allen ByrneAllen Byrne
3db0a56f628[svn-r29515] Only delete the copied and generated test files. Merge from trunk rev 29513.
Dana RobinsonDana Robinson
cd662c009af[svn-r29509] Merge of r29499-29503 from trunk Misc minor CMake and autotools changes. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial CMake and autotools manual behavior checks
Allen ByrneAllen Byrne
1ddc7fdf222[svn-r29508] Add actual file name to delete functions to prevent accidental deletion of source files. (HDFFV-9730 created for tools scripts, which is the basis for the java scripts) MERGE from trunk revision 29507.
Dana RobinsonDana Robinson
3f4460d476c[svn-r29492] Merge of r29482 from trunk. Changes some Visual Studio ifdefs to Win32 Tested on: 64-bit Windows 10 w/ VS 2015 Pro
Dana RobinsonDana Robinson
4d8e2fc513b[svn-r29489] Merge of r29395, 29421, 29440, 29474 from trunk HDFFV-9516 (H5Dget_access_plist fix) and a few misc code changes. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
Allen ByrneAllen Byrne
848a7526b39[svn-r29481] Correct copy functions to test the directory. Merge from trunk.
Allen ByrneAllen Byrne
09266267fa7[svn-r29469] Merge changes from 1.10, signature of H5Plist, JUnit-interface comapare. Add new test file
Allen ByrneAllen Byrne
775c0316066[svn-r29468] Merge changes from 1.10, signature of H5Plist, JUnit-interface comapare.
Allen ByrneAllen Byrne
e1580a258a4[svn-r29467] Fix issue with .classes dir not getting created for java by adding mkdir .classes to configure.
Allen ByrneAllen Byrne
b0cf5dd3c65[svn-r29436] Correct return value, and remove char from script var
Allen ByrneAllen Byrne
7506150edd9[svn-r29427] Correct name of build option in script
Allen ByrneAllen Byrne
7557e3178e3[svn-r29419] Add compare to expected to script to verify correct operation of test
Allen ByrneAllen Byrne
e5fe3891674[svn-r29411] HDFFV-9717: add overview section to javadocs Add Java and update options to CMake/Windows docs
Allen ByrneAllen Byrne
64744358c42[svn-r29410] HDFFV-9717: add overview section to javadocs Add Java and update options to CMake/Windows docs
Dana RobinsonDana Robinson
e06c7312e25[svn-r29387] Merge of r29366, 29369, 29372, 29379, 29382 from trunk. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran & C++
Dana RobinsonDana Robinson
974f390d776Corrected tagging for superblock extensions. SBE are now tagged with the H5AC__SUPERBLOCK_TAG instead of the object header's address.
Dana RobinsonDana Robinson
75c0dcada36Merge of final evict-on-close fixes for new-style gorups from develop. Required some changes to work with the modified free space manager code in cache_image. + a046ac31d263465130c8824c80af6db06587552e First cut at fixing the tagging issue with the free space managers. * Converted the tag macros to regular ones so the parent's tag is used via the dxpl. + f4a74462f227b6e67a4d5750556449c5cd6e8161 Added TAG macros to the H5MF package code so H5AC__FREESPACE_TAG gets set on the dxpl correctly....
Dana RobinsonDana Robinson
9035e585e7cNormalization of cache_image branch with page_buffering. Most changes are whitespace or otherwise minor.
Dana RobinsonDana Robinson
a49ab5e048bWhitespace cleanup in H5FS code before evict-on-close merge.
Dana RobinsonDana Robinson
dc256af241bH5MF code tidy before final evict-on-close merge.
Dana RobinsonDana Robinson
c12b6872ef6Brought over a batch of cherry-picked changes from develop: + 488f19a9cbd2e89e83847a628e59f57f4293fed0 Fixed a comment. + 0c5f56a865725f1e5aaf14704ebcb0704e07bb59 Added Windows-only versions of the round() functions, which do not exist in VS2012 and earlier. + 65be68a17d1e5bec7e51e5f3e2e03d22163f7817 Add some Java methods that were missed earlier. + b092dbcdfdfc7477596ae49f816f18e0dadf0fb1 Bring over another batch (hopefully the last) of non-SWMR "normalization" changes from the revise_chunk...
Dana RobinsonDana Robinson
308d2f0bfe0Bring over support for retrying metadata cache entry loads, along with all the supporting metadata cache callback changes, etc. NOTE: Includes Quincey's fix. (cherry picked from commit 3b0c2b24da5689990c4bc0fcd3afecdf063086c8)
Dana RobinsonDana Robinson
75ba9ac45c0Change dlopen from RTLD_NOW to RTLD_LAZY (cherry picked from commit ae59766fc981ff64236e461cebe3f193c7fd6a51)
Dana RobinsonDana Robinson
d41426bcf99Removed NDEBUG guards from H5AC test functions. H5AC_dump_cache() is now used in test/cache_tagging.c and the underlying H5C functions are not protected by NDEBUG guards. (cherry picked from commit 652e02db4ee67fb5546050078487fca5794d8f39)
Dana RobinsonDana Robinson
e8b36ad0533Remove "collective write list" parameter from H5C__flush_single_entry() as it is only used in a couple of places. The collective write list has been moved to be internal to the cache data structure instead. (cherry picked from commit 2cb2d5a533c2de7503014da3250c3088e1ba089d)
Dana RobinsonDana Robinson
1e5d421777aEliminate unnecessary data structure for parallel collective metadata cache I/O (cherry picked from commit 460b573a73e1cfa73ad16dc7fff286fd561ff735)
Dana RobinsonDana Robinson
ad37ae20973Add a flag for H5C__flush_single_entry() to allow the parallel code to request that images for entries be generated, even when not writing the entry from an MPI rank. (cherry picked from commit 1071d8bf73bc9f069b9d939d882aa27e2334f94a)
Dana RobinsonDana Robinson
90598feb1caTentative fix for valgrind issues related to EoC. Adds /*out*/ parameters to H5O_close() and H5F_try_close() so that H5D/G_close() will know when H5O_close() has triggered a file close and thus the file struct is not reliable. Also removes the H5F_CLOSING() macro and related which were formerly used to check if the file was closing. (cherry picked from commit a8d1aff23568c0f64fa16cfbb37d7741bb922a60)
Dana RobinsonDana Robinson
1a5d8938ecdMinor normalization cleanups. (cherry picked from commit 5922bbb45f03b0e84c3aef7e1ed1010273caa7e2)
Dana RobinsonDana Robinson
88992d1c6dbChange examples to match junit test (cherry picked from commit 53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8)
Dana RobinsonDana Robinson
ff5771ae359Add missing character (cherry picked from commit 7a5eea36a59ff48ad4e4c59f2378d6b5cce39dae)
Dana RobinsonDana Robinson
491de0d7f33Change where test copies libs because of osx1011 SIP (cherry picked from commit b990f5b2f7a2c0bb1e7e09aef45ffd592fc5d0ec)
Dana RobinsonDana Robinson
0fb98c4ecb9Remove unnecessary assert. (cherry picked from commit ea4d18c3d9c3b6c77030abdf2f0509bc68224559)
Dana RobinsonDana Robinson
ff857ec17cfUpdated the cache dump to use the stored type name instead of the (redundant) array of names I previously created. (cherry picked from commit 7a8c7c6063e328fdac28aa3f77ead4bdc91860e5)
Dana RobinsonDana Robinson
5f93f63ea8eUpdated the format of H5AC/C_dump_cache() to include more information and be easier to read. (cherry picked from commit 1a0de8ebd8f82f41b0fa0cb3d172c85a3a24bc3a)
Dana RobinsonDana Robinson
aeae7442718Updated the evict-on-close test to create a large number of subgroups in a containing group. This will ensure that many cache entries will be used, making a better test of EoC functionality. (cherry picked from commit d79c73320eae00152cb3380b107af36aa2b29b19)
Dana RobinsonDana Robinson
c03e57c9ad6Added the H5F_CLOSING() check that makes valgrind happy in the evict-on-close code in H5G_close() to H5D_close(). (cherry picked from commit 88b6f2e24cafcfaffe7d99ab6c5afc2290ce93b4)