Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
389d75bf278Fix DXPL for dataset flush
Quincey KoziolQuincey Koziol
bb7e23beef1Review and cleanup page buffering code, along with propagation of corresponding changes to passing DXPLs around internally, so that we have the correct kind of DXPL (metadata vs. raw data) when pages in the page buffer need to be evicted (which doesn't always match the type of page being inserted into the page buffer list).
Quincey KoziolQuincey Koziol
128794a418bMinor cleanups to code, prepping for merge to develop branch.
Quincey KoziolQuincey Koziol
efc3ac39b52Uncomment data sieving
Binh-Minh RiblerBinh-Minh Ribler
ba88d11846dDescription: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly) - very minor
Scot BreitenfeldScot Breitenfeld
7c3456cc858updated AM_SILENT_RULES syntax
Scot BreitenfeldScot Breitenfeld
912a76fded2Added a check for AM_SILENT_RULES before enabling it.
Allen ByrneAllen Byrne
bfeb9c0a944Fix alignment
Allen ByrneAllen Byrne
363d97ed078Fix vds tests java wrong call vds test - missing checks and if content
Quincey KoziolQuincey Koziol
e3bd02696b1Refactor updating page buffer for an entry clear into a flag passed to H5C__flush_single_entry(), and simplify code for clearing / flushing candidate entries.
Allen ByrneAllen Byrne
e52af544e1aMMerge pull request #329 in HDFFV/hdf5 from ~BYRN/hdf5_adb:page_buffering to page_buffering * commit '1a5d0b70b5fe874a41db94d8fd9dc4693b10f0d8': Fix name of file used by test files are copied to a subfolder Fix test out names Add missing depends Remove external dependencies For concurrent testing - use premade files for some tests Add missing copy reference file Split CMake tests files and update clear to match autotools script
Allen ByrneAllen Byrne
1a5d0b70b5fMMerging in latest from upstream (HDFFV/hdf5:refs/heads/page_buffering) * commit 'dd5105fc9912c77f6d6074700d83e5e8282e86c9': Switch h5clear for cache images to use existing H5Pget_cache_image_config() API routine, instead of exposing internal info through new public API.
Quincey KoziolQuincey Koziol
dd5105fc991Switch h5clear for cache images to use existing H5Pget_cache_image_config() API routine, instead of exposing internal info through new public API.
Allen ByrneAllen Byrne
7918cc40547Fix name of file used by test
Allen ByrneAllen Byrne
9d26580e81afiles are copied to a subfolder
Allen ByrneAllen Byrne
c77b5c3a4f0Fix test out names
Allen ByrneAllen Byrne
e60d896b05aAdd missing depends
Allen ByrneAllen Byrne
d09647d467dRemove external dependencies
Allen ByrneAllen Byrne
915b62b17f1For concurrent testing - use premade files for some tests
Allen ByrneAllen Byrne
2a4b5886a4aAdd missing copy reference file
Allen ByrneAllen Byrne
93c9f694ba1Split CMake tests files and update clear to match autotools script
Allen ByrneAllen Byrne
f2a5b5eb610Correct result code for strings test
Allen ByrneAllen Byrne
5594df9a7b2Add extension to filename
Allen ByrneAllen Byrne
855ecbd7a87HDFFV-10128 fix string compare and add tests
Allen ByrneAllen Byrne
ae0d98a78a1Lowercase math and set CMake commands
Dana RobinsonDana Robinson
5eba823595bAdded "flush" and "refresh" to testflushrefresh.sh error output so it's easier to see where errors in the script occur.
Allen ByrneAllen Byrne
feeefbb36bbUpdate CMake formatting
Allen ByrneAllen Byrne
8531b28831eUpdate CMake files and formatting
Allen ByrneAllen Byrne
585cabdfcf3HDFFV-10120 verify nozlib checking with tools tests
Allen ByrneAllen Byrne
aa40cce3cf0cmake non-code typo
Quincey KoziolQuincey Koziol
8e69d9191b8MMerge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering
Vailin ChoiVailin Choi
a5e6233f4fdMMerge pull request #326 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit 'c5b372d706bb967020a5094ded48ce6b3c5545a4': Cache image removal tool 1) Modify the tool "h5clear" to add "removal of cache image" functionality 2) Modify/add tests for "h5clear" 3) Add public API H5Fget_mdc_image_info() to get info about cache image in the file Tested on moohan, mayll, platypus, ostrich, osx1010test, quail, kite, kituo.
Vailin ChoiVailin Choi
c5b372d706bCache image removal tool 1) Modify the tool "h5clear" to add "removal of cache image" functionality 2) Modify/add tests for "h5clear" 3) Add public API H5Fget_mdc_image_info() to get info about cache image in the file Tested on moohan, mayll, platypus, ostrich, osx1010test, quail, kite, kituo.
Quincey KoziolQuincey Koziol
7af03771b1bMinor cleanups, and centralize removing entries from collective metadata read list.
mainzermainzer
3e3e7ff5a64Modified code testing for acceptable superblock version to handle error conditions more gracefully. tested serial and parallel on jelly
mainzermainzer
c3d780766e5MMerge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering
Quincey KoziolQuincey Koziol
27ab96b26a7Misc. synchronizations against the develop branch
Quincey KoziolQuincey Koziol
ff4f6cb2778Bring changes to constructing a cache image from the develop branch.
Quincey KoziolQuincey Koziol
1ed4c673988Correct variable declaration for non-sanity-checked builds.
Quincey KoziolQuincey Koziol
0809cf1f9b7Bring in improvements to 'prep for file close', from develop branch.
Quincey KoziolQuincey Koziol
e578f5977c6Bring over misc. unsigned updates and delete an unused macro define, from develop
Quincey KoziolQuincey Koziol
bec8e3033fdBring misc. debugging updates from develop.
Quincey KoziolQuincey Koziol
62f3f55f496Bring over optimized cache image loading from develop.
Quincey KoziolQuincey Koziol
baaee0e9653Bring change to image entry encoding from develop
Quincey KoziolQuincey Koziol
d012f164931Reduce access/coupling between cache image message and H5F package.
mainzermainzer
b988a52e4ccAdded test to expose an input sanitization bug in cache image, along with an associated test. tested serial and parallel on jam
Quincey KoziolQuincey Koziol
3aca21ed650Bring over fractal heap debugging framework from develop.
Allen ByrneAllen Byrne
034b9a6918cAdded virtual to list
Allen ByrneAllen Byrne
7f4d13349bdmpich module file is in env var
Quincey KoziolQuincey Koziol
95abad27c06Fix failures with deprecated routines.