diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 12:54:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 12:54:53 (GMT) |
commit | aefc39ac325f25d1978ad07785ee0b57617d17a5 (patch) | |
tree | fca00816adc4c767109b92e4892f77abc40be3b9 /testpar/testphdf5.h | |
parent | 64b7be4a52b14dfefc7729aaf8be6649fb668cc4 (diff) | |
download | hdf5-aefc39ac325f25d1978ad07785ee0b57617d17a5.zip hdf5-aefc39ac325f25d1978ad07785ee0b57617d17a5.tar.gz hdf5-aefc39ac325f25d1978ad07785ee0b57617d17a5.tar.bz2 |
[svn-r5667] Purpose:
Code cleanup
Description:
Turn on more warnings in the IRIX builds and clean them up.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index fb613bf..636769d 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -102,7 +102,17 @@ extern void *old_client_data; /*previous error handler arg.*/ extern int facc_type; /*Test file access type */ /* prototypes */ -hid_t -create_faccess_plist(MPI_Comm comm, MPI_Info info, int facc_type ); +hid_t create_faccess_plist(MPI_Comm comm, MPI_Info info, int facc_type ); +void multiple_dset_write(char *filename, int ndatasets); +void multiple_group_write(char *filename, int ngroups); +void multiple_group_read(char *filename, int ngroups); +void test_split_comm_access(char *filename); +void dataset_writeInd(char *filename); +void dataset_writeAll(char *filename); +void extend_writeInd(char *filename); +void dataset_readInd(char *filename); +void dataset_readAll(char *filename); +void extend_readInd(char *filename); +int dataset_vrfy(hssize_t start[], hsize_t count[], hsize_t stride[], hsize_t block[], DATATYPE *dataset, DATATYPE *original); #endif /* PHDF5TEST_H */ |