diff options
author | John Mainzer <mainzer@hdfgroup.org> | 2004-09-18 21:38:44 (GMT) |
---|---|---|
committer | John Mainzer <mainzer@hdfgroup.org> | 2004-09-18 21:38:44 (GMT) |
commit | a4e1edbdba674822949dc8695333c0d23018197c (patch) | |
tree | 670a72ce9a05d2cde57db016e6b309cde1b0c76a /testpar/testphdf5.h | |
parent | 30f2ba6e07bb4aeb960e10533d2e2bbb6fd24ec7 (diff) | |
download | hdf5-a4e1edbdba674822949dc8695333c0d23018197c.zip hdf5-a4e1edbdba674822949dc8695333c0d23018197c.tar.gz hdf5-a4e1edbdba674822949dc8695333c0d23018197c.tar.bz2 |
[svn-r9274] Purpose:
Add test to verify the fix of the parallel I/O mode confusion bug.
Description:
While the parallel I/O mode confusion bug is fixed, an automated
regression test for this bug would be useful.
Solution:
Added a modified version of the original bug demonstration program
to testphdf5.
Platforms tested:
copper
h5committested
eirene (parallel)
Misc. update:
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index deb236b..2ab5047 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -172,6 +172,7 @@ void coll_chunk1(void); void coll_chunk2(void); void coll_chunk3(void); void coll_chunk4(void); +void io_mode_confusion(void); /* commonly used prototypes */ hid_t create_faccess_plist(MPI_Comm comm, MPI_Info info, int l_facc_type, hbool_t use_gpfs); |