diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2013-04-03 02:50:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2013-04-03 02:50:50 (GMT) |
commit | b4331b2ff33549d7401ed63d830b8a7907679677 (patch) | |
tree | faaea3e39f03cbd619fb7b149c6a52a636a73181 /testpar/testphdf5.h | |
parent | 0b16cecb994ad3d1f31883933706decefecc68df (diff) | |
download | hdf5-b4331b2ff33549d7401ed63d830b8a7907679677.zip hdf5-b4331b2ff33549d7401ed63d830b8a7907679677.tar.gz hdf5-b4331b2ff33549d7401ed63d830b8a7907679677.tar.bz2 |
[svn-r23529] Description:
Stop aliasing property to indicate internal collective metadata operations
with property to perform collective raw data operations from the application.
Tested on:
Mac OSX/64 10.8.3 (amazon) w/paralllel
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 fa83697..15ff884 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -289,6 +289,7 @@ void file_image_daisy_chain_test(void); #ifdef H5_HAVE_FILTER_DEFLATE void compress_readAll(void); #endif /* H5_HAVE_FILTER_DEFLATE */ +void test_dense_attr(void); /* commonly used prototypes */ hid_t create_faccess_plist(MPI_Comm comm, MPI_Info info, int l_facc_type, hbool_t use_gpfs); |