summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-10-28 05:12:44 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-10-28 05:12:44 (GMT)
commit488446a6fcf962c8b19e452f15a45f11fc83b8c0 (patch)
treeec57c91d2a877d0880c4bde3aff78b7ca1c4c292 /testpar/testphdf5.h
parentf89020324395cff518a84ae419317a7ea6dd2077 (diff)
downloadhdf5-488446a6fcf962c8b19e452f15a45f11fc83b8c0.zip
hdf5-488446a6fcf962c8b19e452f15a45f11fc83b8c0.tar.gz
hdf5-488446a6fcf962c8b19e452f15a45f11fc83b8c0.tar.bz2
[svn-r19682] Bug 2054: Round Robin code caused H5FFlush to corrupt a file.
John Mainzer fixed the bug and added a test which wrote file and flush a few time; close the file then open it by serial and read simple structure. I changed the test to two parallel running parts of ..._writer and ..._reader and have the reader verify the file after every flush by the writer. Tested: parallel in Jam and Amani.
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 609db05..555f137 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -238,6 +238,8 @@ void coll_irregular_complex_chunk_read(void);
void coll_irregular_complex_chunk_write(void);
void io_mode_confusion(void);
void rr_obj_hdr_flush_confusion(void);
+void rr_obj_hdr_flush_confusion_reader(MPI_Comm comm);
+void rr_obj_hdr_flush_confusion_writer(MPI_Comm comm);
void lower_dim_size_comp_test(void);
void link_chunk_collective_io_test(void);
void contig_hyperslab_dr_pio_test(void);