summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_gperf_writer.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated VFD SWMR's Akadio licenseDana Robinson2022-02-171-0/+1
|
* Committing clang-format changesgithub-actions2021-11-171-3/+4
|
* 1) Core changes for adding NFS/updater support as described in the RFC.vchoi2021-11-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/H5Pfapl.c src/H5Fvfd_swmr.c src/H5Fpublic.h src/H5Fpkg.h src/H5Fprivate.h 2) For VFD SWMR testing, add private property for checksum generation of metadata files: src/H5Fint.c src/H5Fvfd_swmr.c src/H5Pfapl.c src/H5Fpkg.h src/H5Fprivate.h 3) Fix the following in H5F_vfd_swmr_init() and H5F_vfd_swmr_close_or_flush(): (a) Allocate metadata file index right after metadata file header. (b) Set tick number to 0 when creating header and index for file open case. (c) Remove tick number increment at file close. src/H5Fvfd_swmr.c src/H5Ftest.c 4) To be consistent with the RFC, change the name for field "chksum" to "checksum" in struct H5FD_vfd_swmr_idx_entry_t: src/H5FDprivate.h src/H5FDtest.c src/H5FDvfd_swmr.c src/H5Ftest.c src/H5PB.c 4) Add tests for NFS/updater test/vfd_swmr.c 5) Modify common routine init_vfd_swmr_config() to accept updater_file_path test/vfd_swmr_common.c test/vfd_swmr_common.h 6) Changes to the tests due to the common routine init_vfd_swmr_config(): test/vfd_swmr_addrem_writer.c test/vfd_swmr_attrdset_writer.c test/vfd_swmr_bigset_writer.c test/vfd_swmr_dsetchks_writer.c test/vfd_swmr_dsetops_writer.c test/vfd_swmr_generator.c test/vfd_swmr_gfail_writer.c test/vfd_swmr_gperf_writer.c test/vfd_swmr_group_writer.c test/vfd_swmr_reader.c test/vfd_swmr_remove_reader.c test/vfd_swmr_remove_writer.c test/vfd_swmr_sparse_reader.c test/vfd_swmr_sparse_writer.c test/vfd_swmr_vlstr_reader.c test/vfd_swmr_vlstr_writer.c test/vfd_swmr_writer.c test/page_buffer.c
* Committing clang-format changesgithub-actions2021-11-021-89/+89
|
* 1. Close the log file when the file closing flag is true in ↵myang62021-11-021-4/+33
| | | | | | | | H5F_vfd_swmr_close_or_flush(). 2. Move the log test to the group performance test code with an option. 3. Use constant variables for log message lengths. 4. Misc. clean-up.
* fixed comment issues.Muqun Yang2021-08-261-32/+32
|
* 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.
* Committing clang-format changesgithub-actions2021-08-171-4/+4
|
* Add options fo max_lag, tick_len and page_size.Muqun Yang2021-08-171-8/+37
|
* Committing clang-format changesgithub-actions2021-08-051-58/+52
|
* Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵Muqun Yang2021-08-051-13/+5
|\ | | | | | | feature/vfd_swmr
| * Committing clang-format changesgithub-actions2021-08-031-35/+24
| |
* | Add the group level support.Muqun Yang2021-08-051-25/+192
|/
* Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵Muqun Yang2021-08-031-33/+26
|\ | | | | | | feature/vfd_swmr
| * Committing clang-format changesgithub-actions2021-07-021-37/+28
| |
* | 1)remove named pipe from the program. 2) make the number of attributes for ↵Muqun Yang2021-08-031-859/+60
|/ | | | each group configuratable. The attribute datatype is 32-bit integer.
* Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵Muqun Yang2021-07-021-37/+30
|\ | | | | | | feature/vfd_swmr
| * Committing clang-format changesgithub-actions2021-06-291-39/+32
| |
* | More code to performance check.Muqun Yang2021-07-021-2/+60
|/
* Add the first version of group performance code.Muqun Yang2021-06-291-0/+5261