Checkin of additions to cache image parallel test code and associated bug fixes.Also, modifications to H5PB_dest() to flush the page buffer before
destroying the page buffer. This is necessary, as when persistant
free space managers are enabled, the page buffer will typically contain
dirty FSM data at page buffer destroy time.
Tested serial/debug, serial/production, serial/check-vfd/debug,
parallel/debug, parallel/production on Jelly.
Merge pull request #336 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'f21374c455b713df8e866d0ebfddece7874b0f47':
HDFFV-10138 Merge app framework to examples
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '887783eb0e9a1787c77092ed53a7737ad4aaac3a':
Switch from HDatoll to HDstrtoll, for Windows compatibility.
Merge pull request #339 in HDFFV/hdf5 from merge_page_buffering_10 to develop* commit 'a16d142f80630b11ac45c0bcf00ee2ea5b88f08e':
Switch from HDatoll to HDstrtoll, for Windows compatibility.
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'cee9624b0febcb60a7b2699262104e9eaf20313d':
output_filter.sh: Comment added to address HDFFV-8270. The sample ontput in the file's comments are not up-to-date with the scripts in the file that remove output unique to certain systems when running test scripts. This output doesn't match expected output files for the tests, causing them to fail....
Merge pull request #338 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '98567db19290dc07cc86efae720b0dc457ae9f65':
output_filter.sh: Comment added to address HDFFV-8270. The sample ontput in the file's comments are not up-to-date with the scripts in the file that remove output unique to certain systems when running test scripts. This output doesn't match expected output files for the tests, causing them to fail....
output_filter.sh: Comment added to address HDFFV-8270. The sample ontput in the file's comments are not up-to-date with the scripts in the file that remove output unique to certain systems when running test scripts. This output doesn't match expected output files for the tests, causing them to fail. Ther output_filter.sh file removes such outpu...testflushrefresh.sh.in:
flushrefresh and other SWMR tests have been failing
occasionally but regularly since bringing them to the develop
branch. The logs and debugging point to unexpected deletion of
signal files as the point of failure, and John Mainzer suggests
that two such tests running simultaneously in the same directory
may lead to the op...
Merge pull request #337 in HDFFV/hdf5 from merge_page_buffering_09 to develop* commit 'ecfdadfb1eff5ae8f18269e33dce3856e22f4bd7':
Correct double sourcedir name on copied datafiles.
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'd0aeefd6455d6877afd934e238362636a86e4b42':
Final merge of page buffering branch to develop
Merge pull request #335 in HDFFV/hdf5 from merge_page_buffering_08 to develop* commit '0313cbb91d974b153dbe8747d193ac3c619eea3b':
Final merge of page buffering branch to develop
Merge pull request #333 in HDFFV/hdf5 from merge_page_buffering_07 to develop* commit '4fad103187db9095afc8eab90b5f5544feb1d19b':
Bring changes to I/O parameters from page_buffering branch.
Merge in reentrency changes to "make space in cache" from page_buffering branch.
Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from a cache image.
Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the page_buffering branch...
Remove some usage of "prefetched_dirty" flag (which hasn't been merged from thepage_buffering branch yet. Also, bring over improvements to flush candidate
entries for parallel code.
Merge pull request #330 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit 'd297ee6e82adbbbbca168997953cdf0c5a3922eb':
updated AM_SILENT_RULES syntax
Added a check for AM_SILENT_RULES before enabling it.
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '7942414b24288d497d4878754319dffa24bbec11':
Description: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly) - very minor
Merge pull request #323 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to developReplaces tabs with spaces.
* commit '8f5a1f43d0cf527488be2b2805bac2b6c86b8c66':
Description: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly) - very minor
Merge pull request #324 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'cceddc6b4f002fe98470f9f6af5dbf9f6461c95a':
Correct result code for strings test
Add extension to filename
HDFFV-10128 fix string compare and add tests
Lowercase math and set CMake commands
Merge pull request #319 in HDFFV/hdf5 from merge_page_buffering_07 to develop* commit '5df52404bc6f6323ebf064b3d82b8e683de96eba':
Misc. small cleanups to sync against incoming page buffering changes.
Merge pull request #320 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop* commit 'acdd8463bf97f84f9d50e10b16bfd3e3945207c1':
Added "flush" and "refresh" to testflushrefresh.sh error output so it's easier to see where errors in the script occur.
Merge pull request #318 in HDFFV/hdf5 from merge_page_buffering_06 to develop* commit '90a0d07f099831f5b6070fa647dab86dacc0aaad':
Normalize against incoming page buffering changes.