diff options
author | David Young <dyoung@hdfgroup.org> | 2019-12-31 15:58:19 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-12-31 15:58:19 (GMT) |
commit | 12ea13f745ff09a76a6f6d39e6d5a37807b29830 (patch) | |
tree | 678fdb6aa84ed1ad0c67c71e9ff50adcd0995aa0 /doc | |
parent | 68b012f0175c357d59a7d870779a765f3ab8358d (diff) | |
download | hdf5-12ea13f745ff09a76a6f6d39e6d5a37807b29830.zip hdf5-12ea13f745ff09a76a6f6d39e6d5a37807b29830.tar.gz hdf5-12ea13f745ff09a76a6f6d39e6d5a37807b29830.tar.bz2 |
Mention the current situation concerning raw-data flushing.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/VFD_SWMR_Punch_List.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/VFD_SWMR_Punch_List.md b/doc/VFD_SWMR_Punch_List.md index 57711bb..9b296cb 100644 --- a/doc/VFD_SWMR_Punch_List.md +++ b/doc/VFD_SWMR_Punch_List.md @@ -36,6 +36,9 @@ guide to the syntax. 8. Implement option to flush raw data as part of EOT -- write performance test to characterize the performance hit. + Currently, the raw data is always flushed at EOT. We need a + knob that turns on and off the raw-data flush. + 9. **Vailin, complete** Move VFD SWMR specific H5F code to its own file -- say H5Fvfd\_swmr.c. |