summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #43 from vchoi-hdfgroup/feature/vfd_swmrvchoi-hdfgroup2021-10-28389-10811/+21892
|\ | | | | Feature/vfd swmr
| * Merge pull request #42 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-10-27389-10811/+21892
| |\ |/ / | | Feature/vfd swmr
| * VFD SWMR: Added VFD SWMR utils directory as a submodule (#1086)Dana Robinson2021-10-113-0/+4
| | | | | | | | | | * Added VFD SWMR utils directory as a submodule * Fixed MANIFEST
| * VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-06381-10246/+19017
| | | | | | Brings many changes from develop, particularly VOL changes for async
| * Merge pull request #1006 from kyang2014/feature/vfd_swmrkyang20142021-10-016-9/+853
| |\ | | | | | | Feature/vfd swmr
| | * Correct typos for the design-to-fail test.myang62021-10-011-2/+2
| | |
| | * Add vfd_swmr_gfail_writer.c for the "design to fail" test.Muqun Yang2021-09-131-0/+1
| | |
| | * Committing clang-format changesgithub-actions2021-09-131-3/+3
| | |
| | * Add options for users to choose max_lag, tick_len, page size and page buffer ↵Muqun Yang2021-09-131-8/+31
| | | | | | | | | | | | size.
| | * Committing clang-format changesgithub-actions2021-09-132-22/+21
| | |
| | * 1. Revise the VFD SWMR reader side code to make the expected design fail. ↵Muqun Yang2021-09-132-25/+108
| | | | | | | | | | | | | | | | | | JRM will review the change in the future. 2. Add comments on how to repeat the issues discovered when testing the expected design fail.
| | * Committing clang-format changesgithub-actions2021-09-101-30/+25
| | |
| | * Add the expected design fail for the long running API on the reader side.myang62021-09-103-1/+744
| | |
| * | Merge pull request #717 from raylu-hdf/raylu_bigset_testraylu-hdf2021-09-162-556/+2018
| |\ \ | | |/ | |/| Some changes to the big set test
| | * Committing clang-format changesgithub-actions2021-09-141-15/+21
| | |
| | * Changed fprintf to HDfprintf and also printed out the write speed for ↵Songyu Lu2021-09-141-193/+207
| | | | | | | | | | | | performance information.
| | * Committing clang-format changesgithub-actions2021-09-131-7/+7
| | |
| | * Some minor changes and more comments.Songyu Lu2021-09-132-18/+41
| | |
| | * Add a function call to allocate space early during H5Dcreate and H5Dextend.Songyu Lu2021-09-031-8/+14
| | |
| | * Minor adjustment to a parameter.Songyu Lu2021-09-011-2/+2
| | |
| | * Merge branch 'raylu_bigset_test' of https://github.com/raylu-hdf/hdf5 into ↵Songyu Lu2021-09-011-91/+121
| | |\ | | | | | | | | | | | | raylu_bigset_test
| | | * Committing clang-format changesgithub-actions2021-09-011-91/+121
| | | |
| | * | Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ↵Songyu Lu2021-09-012-3/+8
| | |\ \ | | |/ / | |/| / | | |/ raylu_bigset_test
| | * Some important updates to the test: added test for 3D datasets and several ↵Songyu Lu2021-09-012-210/+488
| | | | | | | | | | | | new command-line options.
| | * Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ↵Songyu Lu2021-08-2742-1332/+4674
| | |\ | | | | | | | | | | | | raylu_bigset_test
| | * | Minor change: move the end tick function to just before the file is closed.Songyu Lu2021-07-151-11/+11
| | | |
| | * | Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ↵Songyu Lu2021-07-1456-425/+787
| | |\ \ | | | | | | | | | | | | | | | raylu_bigset_test
| | * | | Some minor corrections and adjustments.Songyu Lu2021-07-081-14/+10
| | | | |
| | * | | Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ↵Songyu Lu2021-07-08294-23013/+20066
| | |\ \ \ | | | | | | | | | | | | | | | | | | raylu_bigset_test
| | * | | | Committing clang-format changesgithub-actions2021-07-081-166/+230
| | | | | |
| | * | | | 1. Added the test for 3D datasets;Songyu Lu2021-07-081-295/+518
| | | | | | | | | | | | | | | | | | | | | | | | 2. Added performance measurement.
| | * | | | Committing clang-format changesgithub-actions2021-06-071-105/+144
| | | | | |
| | * | | | Some simple format changes.Songyu Lu2021-06-071-55/+53
| | | | | |
| | * | | | Some changes to the big set test:Songyu Lu2021-06-032-435/+1219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. changed the signal handling to named pipes for communication between the writer and reader; 2. the writer writes as many chunks within a tick then notify the reader to verify the data; 3. some refactoring work.
* | | | | | Merge pull request #40 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-08-272-3/+8
|\ \ \ \ \ \ | |/ / / / / | | | | | | VFD SWMR: Updates the mirror VFD tests so they compile and pass tests…
| * | | | | VFD SWMR: Updates the mirror VFD tests so they compile and pass tests (#971)Dana Robinson2021-08-272-3/+8
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updates the mirror VFD tests so they compile and pass tests * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* | | | | Merge pull request #38 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-08-278-41/+3027
|\ \ \ \ \ | |/ / / / | | | | | Feature/vfd swmr
| * | | | Merge pull request #943 from kyang2014/feature/vfd_swmrkyang20142021-08-264-1/+2986
| |\ \ \ \ | | | | | | | | | | | | Feature/vfd swmr
| | * | | | fixed comment issues.Muqun Yang2021-08-261-32/+32
| | | | | |
| | * | | | Add vfd_gperf_writer.c to MANIFEST.Muqun Yang2021-08-201-0/+1
| | | | | |
| | * | | | Committing clang-format changesgithub-actions2021-08-201-4/+4
| | | | | |
| | * | | | Add more description.Muqun Yang2021-08-201-8/+21
| | | | | |
| | * | | | Committing clang-format changesgithub-actions2021-08-191-58/+56
| | | | | |
| | * | | | Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵Muqun Yang2021-08-191-12/+7
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/vfd_swmr
| | | * | | | Committing clang-format changesgithub-actions2021-08-181-15/+9
| | | | | | |
| | * | | | | Add statistics information, comments. Also clean up code a bit.Muqun Yang2021-08-191-96/+238
| | |/ / / /
| | * | | | 1. Add the VL string type test.Muqun Yang2021-08-181-1975/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. Remove the reader test. 3. Fix trivial bugs and remove some warnings.
| | * | | | Merge remote-tracking branch 'upstream/feature/vfd_swmr' into feature/vfd_swmrMuqun Yang2021-08-1718-711/+1124
| | |\ \ \ \
| | * | | | | Committing clang-format changesgithub-actions2021-08-171-4/+4
| | | | | | |
| | * | | | | Add options fo max_lag, tick_len and page_size.Muqun Yang2021-08-172-9/+40
| | | | | | |