diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-29 19:34:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-29 19:34:11 (GMT) |
commit | 5db6c61f18198ac4477a6ba99d405ff82cf467a7 (patch) | |
tree | 4cf9ef4d947830f28f12d110148c3bfea6ff49e9 /testpar | |
parent | b6fd9f9d760dbe4e6ab530b12e0672088570224a (diff) | |
download | hdf5-5db6c61f18198ac4477a6ba99d405ff82cf467a7.zip hdf5-5db6c61f18198ac4477a6ba99d405ff82cf467a7.tar.gz hdf5-5db6c61f18198ac4477a6ba99d405ff82cf467a7.tar.bz2 |
[svn-r7993] Purpose:
Code cleanup, bug fixes
Description:
Wrap up rest of changes necessary for fixing the "short" MPI-I/O read
problem that Robb reported.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'testpar')
-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 711d189..bb5164a 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -187,6 +187,7 @@ void extend_readInd(char *filename); void extend_readAll(char *filename); void compact_dataset(char *filename); void big_dataset(const char *filename); +void short_dataset(const char *filename); int dataset_vrfy(hssize_t start[], hsize_t count[], hsize_t stride[], hsize_t block[], DATATYPE *dataset, DATATYPE *original); |