Merge pull request #626 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_integration to vol_integration
* commit '62d5f80c73b1423997d712cfd8105754fbca1ffd': (55 commits)
Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
Fixed an error test that was sad due to a changed error message. Tidied error_test.c while I was at it.
HDFFV-10256 add release note
added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
HDFFV-10256 Add test
HDFFV-10256 correct len of string copy to the len of esc string
Removed extra Fortran flags, (HDFFV-10037)
Minor tweaks in response to code review.
Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
Rearranged where the substitution occurs.
added chmod 755 for h5fc
removed chmod 755 for h5fc
libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
if PARALLEL copy seconf file to PAR folder
Removed FCFLAGS when building the examples since they should already be included the h5fc wrapper. NAG complains about doubly declared options.
Add test header for log
Verify default paths exist in table
Make sure zip_perf program does not run concurrently
Add the release note
...