Updated H5C__flush_single_entry() in H5C.c to correct duplicate metadata write bug observed in 1.10.1.Tested parallel/production on jelly
parallel/debug & parallel/production on charis (in develop branch)
Merge pull request #630 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit '2a1e499b0134ed319cd9d60a6521ba83b3a2cfa8':
changed comments, (HDFFV-10037)
changed the test for NAG fortran compiler, (HDFFV-10037)
Merge pull request #627 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '3635cc24b0759285eff37fe986e14e368a4a19b1':
Fix misnamed file in test script
Add h5repack tests for paged aggregation
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'a83b6a7c6e6aca1a329c274282c691ffb417abc4':
Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
Merge pull request #625 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5pl_commit to develop* commit '81340c609ba5049b34845ff2f06b2025ec5d5b22':
Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
Merge pull request #620 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop* commit '59e94f5009a1f738d9924be942448f8cf6355b00':
Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
Merge pull request #624 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit '00d97d556b3e57129d8c7bbecf8b15497b3f056b':
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)
Merge pull request #623 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'f4e9bc21fa3d3d678ca80083dbd412b34c3ab91b':
HDFFV-10256 add release note
HDFFV-10256 Add test
HDFFV-10256 correct len of string copy to the len of esc string
Merge pull request #621 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5pl_commit to develop* commit '9bcf8b2f2568083449ae3f9b6c2efbf6ed7f413a':
Minor tweaks in response to code review.
Fixed a failing Java plugin test.
Major rework of H5PL package code before bringing VOL changes over.
Merge pull request #622 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit '6e551a270bde6214b0e533e9cd9e845d2f9f4789':
Removed extra Fortran flags, (HDFFV-10037)
Merge pull request #619 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit '668b90b96dcb237208dcedd63e0f2b7da8a0328c':
Rearranged where the substitution occurs.
Rearranged where the substitution occurs. 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)
Merge pull request #617 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '04d6a3ec3c91cb30dce5dd5abb1b67021527c2fb':
if PARALLEL copy seconf file to PAR folder
Merge pull request #616 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit '92491aa4b6dc2d4fa3c394e0aa928300379e1ced':
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)
...
libtool does not pass the correct argument linking (-WL,-WL,,) for theNAG 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)