summaryrefslogtreecommitdiffstats
path: root/test/use_append_mchunks.c
Commit message (Collapse)AuthorAgeFilesLines
* Add Splitter VFD to library.Jacob Smith2020-03-131-80/+100
| | | | | | | | | | | | | | | * "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost).
* Fixed some exit calls.Dana Robinson2019-09-071-2/+2
|
* Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.cVailin Choi2018-11-011-2/+2
|
* Fixed fprintf to HDfprintf in the following routines:Vailin Choi2018-11-011-27/+27
| | | | | 1) read_uc_file() in use_common.c 2) main() of use_append_chunk.c and use_append_mchunks.c
* Fix for HDFFV-10554 use_append_chunks in swmr use case test failureVailin Choi2018-10-301-17/+51
| | | | | Fix the timing issue of the test by moving the open/close of the test file for the writer to use_append_chunk.c and use_append_mchunks.c.
* 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.
* Minor warning fixes.Dana Robinson2017-02-091-4/+4
|
* Moved remaining SWMR-related test files to develop.Dana Robinson2017-01-261-0/+226