summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authormainzer <mainzer#hdfgroup.org>2021-04-20 23:40:45 (GMT)
committermainzer <mainzer#hdfgroup.org>2021-04-20 23:40:45 (GMT)
commit5a61dfb242371f233c54c391f6919055a020df5e (patch)
tree87043d0363cc0017692dd7753acddbb719d5d2ec /MANIFEST
parent0c4922865fb9715b75f658fc308e2d7d6c847b77 (diff)
downloadhdf5-5a61dfb242371f233c54c391f6919055a020df5e.zip
hdf5-5a61dfb242371f233c54c391f6919055a020df5e.tar.gz
hdf5-5a61dfb242371f233c54c391f6919055a020df5e.tar.bz2
Added vector read / write support to the MPIO VFD, with associated
test code (see testpar/t_vfd.c). Note that this implementation does NOT support vector entries of size greater than 2 GB. This must be repaired before release, but it should be good enough for correctness testing. As MPIO requires vector I/O requests to be sorted in increasing address order, also added a vector sort utility in H5FDint.c This function is tested in passing by the MPIO vector I/O extension. In passing, repaired a bug in size / type vector extension management in H5FD_read/write_vector() Tested parallel debug and production on charis and Jelly.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f386724..4d3c027 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1462,6 +1462,7 @@
./testpar/t_pshutdown.c
./testpar/t_prestart.c
./testpar/t_span_tree.c
+./testpar/t_vfd.c
./testpar/t_init_term.c
./testpar/t_2Gio.c
./testpar/testpar.h