summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-1/+25
| | | Much normalization with develop. Still needs tools changes wrt VFD plugins.
* Rearragned how the auxiliary process is tested: let the test script launch ↵Ray Lu2022-01-041-1/+1
| | | | it if the --enable-aux-process option is enabled during configure.
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* Add Splitter VFD to library.Jacob Smith2020-05-201-0/+26
* "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).