summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2296 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-01-231-2/+2
|\ | | | | | | | | | | | | | | | | to develop * commit '6486e06545bf637d46e18a787395542f4fca143a': Revert "Moved -Wunsuffixed-float-constants to the developer warnings." Moved -Wunsuffixed-float-constants to the developer warnings. Fixed a bug in testpar/t_cache.c concerning checking expected vs. actual cache entry reads and writes.
| * Merge branch 'develop' into develop_minorDana Robinson2020-01-231-13/+10
| |\
| * | Fixed a bug in testpar/t_cache.c concerning checking expectedDana Robinson2020-01-221-2/+2
| | | | | | | | | | | | vs. actual cache entry reads and writes.
* | | squash cast warning fixkmu2020-01-231-17/+18
| |/ |/|
* | merge and fix conflictkmu2020-01-231-10/+7
|\ \
| * \ merge and fix conflictkmu2020-01-191-2/+2
| |\ \ | | |/
| * | fix unused related warningskmu2020-01-131-9/+5
| | |
| * | remove unsed var,function,macro, etckmu2019-12-061-1/+2
| |/
* | fix uninitizlized warningkmu2020-01-211-3/+3
|/
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-19/+19
|
* Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-0/+1
| | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc.
* Fix some collective metadata read issuesJordan Henderson2019-02-121-8/+8
|
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-251/+212
|
* Missed some function renames in error text.Dana Robinson2018-11-271-2/+2
|
* Yanked all MPI-1 callsDana Robinson2018-11-271-10/+10
|
* VOL FEATUREDana Robinson2018-10-101-1/+1
|
* HD prefix and whitespaceAllen Byrne2018-08-281-1/+1
|
* Corrections for parallel I/O & tests.Quincey Koziol2018-03-211-0/+6
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-1374/+1372
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Cleanup overuse of include filesAllen Byrne2018-02-141-1373/+1372
| |
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-6/+5
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-7/+3
|
* Correct issues from pull request reviews.Quincey Koziol2017-02-281-2/+1
|
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-281-16/+16
| | | | | Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes.
* Revert "Fix some more signed -> unsigned value issues with cache data ↵Quincey Koziol2017-02-281-17/+22
| | | | | | structures, also" This reverts commit 4b5e05c084f93c35dae946c2c9e814d565a613b0.
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-231-22/+17
| | | | misc. style cleanups. All to align w/incoming page_buffering changes.
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-281-2/+3
| | | | instead of array of class names from cache image branch.
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-061-0/+24
| | | | | "child serialized / unserialized" messages and support from the cache image branch.
* Add "image up to date" flag / parameter to metadata cache entry status calls.Quincey Koziol2017-01-061-1/+1
|
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-20/+62
| | | | and the tool and API wrappers will be coming in over the weekend.
* Eliminate unnecessary data structure for parallel collective metadata cache I/OQuincey Koziol2016-11-281-1/+0
|
* Remove unnecessary assert.Quincey Koziol2016-11-251-1/+1
|
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-7/+8
| | | | supporting metadata cache callback changes, etc.
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-61/+12
| | | | new 'entry cleaned' notify action innstead.
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-15/+12
| | | | entries, they are now completely handled in the clients.
* Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-121-2/+55
| | | | | entry is cleaned / dirtied or its [flush dependency] child entry is cleaned / dirtied.
* [svn-r30075] Description:Quincey Koziol2016-06-141-7/+0
| | | | | | | | | | Bring object/dataset/group/named datatype features from revise_chunks branch to trunk. Also CMake support for h5format_convert and a bunch of misc. cleanups. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30068] Description:Quincey Koziol2016-06-131-2/+2
| | | | | | | | Bring metadata cache corking to trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective ↵Mohamad Chaarawi2016-02-101-5/+279
|\ | | | | | | | | | | | | | | metadata optimizations. - rename H5AC_dxpl_id to H5AC_ind_read_dxpl_id and update all usage in the library tested on bb-8 with parallel and serial.
| * [svn-r29079] rename the coll read requirement function.Mohamad Chaarawi2016-02-101-2/+2
| |
| * [svn-r29077] Description:Quincey Koziol2016-02-101-1/+1
| | | | | | | | | | | | | | | | Normalize against the trunk, in preparation for final merge. Tested on: MacOSX/64 10.11.3 (amazon) w/serial & parallel (h5committest not required on this branch)
| * [svn-r29059] merge from trunk.Mohamad Chaarawi2016-02-071-5/+5
| |\ | |/ |/|
| * [svn-r28895] Description:Quincey Koziol2016-01-141-2/+1
| | | | | | | | | | | | | | | | Minor code tweaks and cleanups during review. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5comittest not required on this branch)
| * [svn-r28649] - add new API to toggle collective metadata write.Mohamad Chaarawi2015-12-141-14/+5
| | | | | | | | | | - set default to FALSE - fix some bugs.
| * [svn-r27929] merge from trunk.Mohamad Chaarawi2015-10-011-4/+4
| |\
| * | [svn-r27576] - mark the entry as indepndent when expunged.Mohamad Chaarawi2015-08-251-22/+2
| | | | | | | | | | | | - disable the metadata coll hint for smoke checks 1 & 2.
| * | [svn-r27436] merge from trunk.Mohamad Chaarawi2015-07-271-4/+4
| |\ \
| * | | [svn-r27264] some cleanups.Mohamad Chaarawi2015-06-221-6/+1
| | | |
| * | | [svn-r27261] apply metadata enhancement patch that was based on the mdc 3 ↵Mohamad Chaarawi2015-06-211-1/+310
| | | | | | | | | | | | | | | | branch.