summaryrefslogtreecommitdiffstats
path: root/testpar/t_span_tree.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-11-08 21:03:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-11-08 21:03:19 (GMT)
commite9c0d945016b31aa89d21f6b3e2dfabc0102bea5 (patch)
tree1bb5c4867f48eb85f7cfcae23c40d5f798dc0a96 /testpar/t_span_tree.c
parent97a3d197e197c060c1b7489f77bbf6720e0187b4 (diff)
downloadhdf5-e9c0d945016b31aa89d21f6b3e2dfabc0102bea5.zip
hdf5-e9c0d945016b31aa89d21f6b3e2dfabc0102bea5.tar.gz
hdf5-e9c0d945016b31aa89d21f6b3e2dfabc0102bea5.tar.bz2
[svn-r19743] Description:
Correct tests to use native datatypes consistently, and also to use "normal" methods for performing collective I/O. Also, minor cleanups for zeroing out buffers, etc. Tested on: AIX/64 6.? (bp) w/parallel
Diffstat (limited to 'testpar/t_span_tree.c')
-rw-r--r--testpar/t_span_tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c
index e54d0a8..2730ea2 100644
--- a/testpar/t_span_tree.c
+++ b/testpar/t_span_tree.c
@@ -2616,10 +2616,11 @@ lower_dim_size_comp_test(void)
/* const char *fcnName = "lower_dim_size_comp_test()"; */
int chunk_edge_size = 0;
int use_collective_io = 1;
- hid_t dset_type = H5T_STD_U32LE;
+ hid_t dset_type = H5T_NATIVE_UINT;
#if 0
sleep(60);
#endif
+ HDcompile_assert(sizeof(uint32_t) == sizeof(unsigned));
for ( use_collective_io = (hbool_t)0;
(int)use_collective_io <= 1;
(hbool_t)(use_collective_io++) ) {