summaryrefslogtreecommitdiffstats
path: root/testpar/t_span_tree.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-11-09 02:18:18 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-11-09 02:18:18 (GMT)
commit3e1833e1ac910ff1bc66b07f240e550a733be41f (patch)
treee2d70b6d4c451f1ff1ae926f74aa003cd2eb17ce /testpar/t_span_tree.c
parent099d2840de991eeb0e90ee75b0daaff6b8eedd69 (diff)
downloadhdf5-3e1833e1ac910ff1bc66b07f240e550a733be41f.zip
hdf5-3e1833e1ac910ff1bc66b07f240e550a733be41f.tar.gz
hdf5-3e1833e1ac910ff1bc66b07f240e550a733be41f.tar.bz2
[svn-r19745] Description:
Bring r19743-19744 from trunk to 1.8 branch: 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: FreeBSD/32 6.3 (duty) w/debug (h5committested on trunk)
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++) ) {