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.c | |
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.c')
-rw-r--r-- | testpar/testphdf5.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 784892a..89230f1 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -532,6 +532,10 @@ int main(int argc, char **argv) "dataset atomic updates", PARATESTFILE); } + AddTest("denseattr", test_dense_attr, NULL, + "Store Dense Attributes", NULL); + + /* Display testing information */ TestInfo(argv[0]); |