Fix for HDFFV-10365 H5Sencode changes for 1.12.Please see the "RFC: H5Sencode/H5Sdecode Format Change" for detailed description.
Also include in this set of changes:
--make 1.12 as the latest format
--fix for HDFFV-10271: version 2 hyperslab encoding incorrect length
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '112b8131965104cbed0746391893f211d79888ad':
Fixes for JNI updates
Add RELEASE.txt note for collective metadata read fixes
Fix some collective metadata read issues
Refactor mpi test names
Refactor parallel test names
Rename parallel tests to start with PAR_
Re-write of Java JNI error handling
Distinguish parallel performance tests
Set the full generator name
Add new ...
Merge pull request #1534 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop* commit '3acd486b83f319579b1c6884c90289b0eb1d44a6':
Fixes for JNI updates
Merge pull request #1533 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd':
Refactor mpi test names
Merge pull request #1530 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'edcbc9966f5c742970ad32eb50a7925fcf7ab677':
Refactor parallel test names
Rename parallel tests to start with PAR_
Distinguish parallel performance tests
Set the full generator name
Add new cmake copy file tests to ignore
Use correct values for other file versions
CMake script changes to simplify execution
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'a3a90e79afda2351f16181ec3592b96caceffbe1':
Re-write of Java JNI error handling
Merge pull request #1532 in HDFFV/hdf5 from ~JHENDERSON/hdf5_merge:develop to develop* commit 'cc6a61215e508d047ed6aa2daf67475cfe34ee4d':
Re-write of Java JNI error handling
Merge pull request #1528 in HDFFV/hdf5 from add_id_type_to_vol_wrap_cb to develop* commit '163dcebec5d853b720dcb64b5e9828670b963773':
Add ID type (of eventual hid_t) to the VOL "wrap" callback.
Merge pull request #1527 in HDFFV/hdf5 from ~JHENDERSON/hdf5_merge:develop to develop* commit '28b9af4f28df6c0e4f7fbf1ce4a0f50e1797b4d3':
Fix test issue in testpar/t_dset.c with MPI-2 implementations
Merge pull request #1524 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '36e3d1600a3f9d771cfb9b4475f23c57d4b10280':
Refactor out timeout values
Correct name of variable
Remove F2003 Option and references
Remove obsolete file
Update examples version
Update to example reference version
Switch OFF if compression source is not available
Fail configure if SZIP/ZLIB is requested but not found
Merge pull request #1522 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop* commit '7f5741825db0737db5ac46c43009681508a73002':
Add release notes information.
Modification based on feedback from pull request.
Modification based on feedback from pull request.
There is performance issue when closing an object. The slow down is due to the search of the "tag_list" to find out the "corked" status of an object. The fix: (1) Add a counter "num_objs_corked" in the c...
There is performance issue when closing an object. The slow down is due to the search ofthe "tag_list" to find out the "corked" status of an object.
The fix:
(1) Add a counter "num_objs_corked" in the cache structure to track the number
of "corked" objects.
(2) Skip the search of "tag_list" if the counter is zero i.e. no "corked" objects.
Merge pull request #1520 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks to develop* commit '91c7ff81dcac1af7a7b609698aa69f0c213a6184':
Added a line for the CMake pread/write option to INSTALL_CMake.txt.
Merge pull request #1518 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '6c2a4b728f3c8eadb18d4e10d41bdbd7d1c8f3e8':
Add LOCAL_BATCH_SCRIPT_ARG variable for submitting account information and other batch command variations with ctest command.
Add batchscript options that work when running ctest directly.
Merge pull request #1517 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit 'c348d453b583ec9092152e6aef1f7fa9854cf5d9':
Correct H5DIFF to PH5DIFF in *ctestS.sl.in.cmake list of parallel tests reserved for *ctestP.sl.cmake. Revise options to run batch tests and alternative options for cross compile in HPC/*-HDF5options.cmake.
Change examples file to zip for CMake zip file.
Update bin/release for filename changes and HPC-CMake tar file corrections.
Add n...