summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache_image.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Refactor to avoid using fork to create initial file (#122)Quincey Koziol2020-11-251-331/+19
| | | | | * Refactor to avoid using fork to create initial file * Use correct exit value on failure
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-15/+5
| | | | | | | * Basic alignment with async branch - trivial changes to reduce clutter in overall diff. * Update minor error code to reflect change within library * Update the error output to match library
* Clang-format of source filesAllen Byrne2020-09-301-1366/+1094
|
* Fix some HDfprintf compilation errors: use the right format stringsDavid Young2020-09-241-4/+8
| | | | | ("zu", PRIuHSIZE), avoid casting some printf arguments, pass the right number of arguments.
* Fixed a bug in the cache image code that was introduced by the HDDana Robinson2019-08-271-1/+1
| | | | changes.
* Fixed typo from HD changesDana Robinson2019-08-271-1/+1
|
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-35/+35
|
* VOL FEATUREDana Robinson2018-10-101-1/+1
|
* Correct cutnpasteAllen Byrne2018-03-071-4/+0
|
* ifdef around another functionAllen Byrne2018-03-061-0/+21
|
* Add #ifdef H5_HAVE_FORKAllen Byrne2018-03-061-0/+17
|
* Cleanup overuse of include filesAllen Byrne2018-02-141-340/+339
|
* 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.
* Omnibus checkin for several relatively minor modifications:mainzer2017-03-281-35/+182
| | | | | | | | | | | | | | | | | | | | 1) Added code test/page_buffer.c to verify that page buffering is disabled in parallel builds. 2) Added code to test/cache_image.c to verify correct interaction between evict on close and cache image -- in particular management of a file containing a cache image containing dirty metadata that has been opened R/O. Also fix for the bug exposed. 3) Added code to testpar/t_cache_image.c to verify expected procedure for reading cache images, and also supporting stats collection code needed for the test. 4) Repair of an overactive sanity check in H5C__reconstruct_cache_contents(). 5) Other minor tidies in passing. Tested serial and parallel, debug and production on Jelly.
* Minor code changes to address comments in pull requestmainzer2017-03-171-4/+0
|
* Checkin of additions to cache image parallel test code andmainzer2017-03-161-26/+1999
| | | | | | | | | | | | 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.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-0/+2161