summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-05 20:05:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-05 20:05:52 (GMT)
commitc134146b3ee754526e9b976de799226b6469de47 (patch)
tree0a4ac12de7093ab917ccc9836098dea80b848150 /testpar/testphdf5.h
parent51b427848d17421d3922741e46cf0c0a6f2ce40b (diff)
downloadhdf5-c134146b3ee754526e9b976de799226b6469de47.zip
hdf5-c134146b3ee754526e9b976de799226b6469de47.tar.gz
hdf5-c134146b3ee754526e9b976de799226b6469de47.tar.bz2
[svn-r6975] Purpose:
Bug fix Description: Don't attempt to perform collective I/O on chunked datasets. Platforms tested: FreeBSD 4.8 (sleipnir) w/parallel h5committested
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 4f3066f..ccf0191 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -134,9 +134,11 @@ void test_split_comm_access(char *filename);
void dataset_writeInd(char *filename);
void dataset_writeAll(char *filename);
void extend_writeInd(char *filename);
+void extend_writeAll(char *filename);
void dataset_readInd(char *filename);
void dataset_readAll(char *filename);
void extend_readInd(char *filename);
+void extend_readAll(char *filename);
void compact_dataset(char *filename);
int dataset_vrfy(hssize_t start[], hsize_t count[], hsize_t stride[], hsize_t block[], DATATYPE *dataset, DATATYPE *original);