summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#1506)Dana Robinson2022-03-231-29/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Brought over plugin and test script changes * Removes remaining register keywords (#1481) * Fixed warnings in the aux process code * Minor fixes from develop * Minor changes from develop, fixed format warnings * Formatted source * Added HD prefix to timespec_get * Cleanup in new files * Removes the MANIFEST file and unused release files (#1497) * Removes the MANIFEST file and unused release files * Updated tar command * checkposix corrections * More checkposix fixes * Ripped out unused instrumentation functionality * Brought over cache tagging changes from develop * Changes to tagged metadata expulsion iteration * Fixed typo * Brought over H5O__free() changes from develop * Brings (unused) parallel page buffer test in line with develop * Moved the functionality in supervise.subr to test_vfd_swmr.sh * Tools VFD parameter updates * Committing clang-format changes * H5F VFD SWMR refactoring * Committing clang-format changes * Misc changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-0625-28/+2597
| | | Much normalization with develop. Still needs tools changes wrt VFD plugins.
* VFD SWMR: Aux process changes (#1451)Dana Robinson2022-02-185-0/+1667
| | | | | | | | | | | * Removed the aux process submodule * Directly added aux process files after submodule delete * Updated Akadio copyright on appropriate files * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Updated the submodule to point to the correct commit so the tests passDana Robinson2022-02-171-0/+0
|
* Merge pull request #1333 from raylu-hdf/raylu_aux_processraylu-hdf2022-01-312-1/+2
|\ | | | | Changes Related to the Auxiliary Process
| * Rearragned how the auxiliary process is tested: let the test script launch ↵Ray Lu2022-01-042-1/+2
| | | | | | | | it if the --enable-aux-process option is enabled during configure.
* | Updated utils/vfd_swmr submodule commit to point to HEAD (#1385)Dana Robinson2022-01-241-0/+0
|/
* Updated submodule to reflect recent changes (#1235)Dana Robinson2021-11-291-0/+0
|
* VFD SWMR: Added VFD SWMR utils directory as a submodule (#1086)Dana Robinson2021-10-111-0/+0
| | | | | * Added VFD SWMR utils directory as a submodule * Fixed MANIFEST
* Brings over a bunch of develop boilerplateDana Robinson2021-05-071-0/+2
|
* Update top-level COPYING file and remove COPYING files from subdirectories ↵Dana Robinson2021-05-031-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#561) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING (license) file. * Add release_docs/code-conventions.md file. * Add script to test h5py. * Fix script error. * Add file h5pytest.yml. * Test declaration of counter variables in for loops. * Committing clang-format changes * Committing clang-format changes * Added [] to line 126 of H5LTanalyze.l. Ran bin/genparser with flex v2.6.4 and Bison v3.0.4 on jelly. * Revert "Added [] to line 126 of H5LTanalyze.l." This reverts commit e4a9cee441efa75b16a8ee030c86189e186dd266. * Revert extra commits to match canonical develop. * Update top-level COPYING file and remove COPYING files from subdirectories. * Remove subdirectory COPYING files from MANIFEST. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Brings many CMake changes from developDana Robinson2021-04-081-7/+23
|
* Updates license url and history docsDana Robinson2021-03-258-8/+8
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-255-397/+284
|
* Misc warning fixes.Dana Robinson2020-05-202-7/+7
|
* Tidying of Mirror VFD.Jacob Smith2020-05-205-17/+61
| | | | | | | * Rename server-stop utility to mirror_server_stop. * Remove external dependency on bzero(). * Modify test/use_common to use only the public API. * Rename internal bitswap macro to follow convention.
* Add function header comment for `mirror_writer:run_writer()`.Jacob Smith2020-05-201-1/+17
|
* Add Splitter VFD to library.Jacob Smith2020-05-2010-0/+2335
* "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).