summaryrefslogtreecommitdiffstats
path: root/test/swmr_reader.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-25 03:30:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-25 03:30:19 (GMT)
commit21f8fa203a153bb9d3d26f73c9e56d22fd9671f2 (patch)
tree2076af8e57763501f48faaa361ba666b3444fdad /test/swmr_reader.c
parentacd5a4278a1e2323fede8289d9eaa567de545eac (diff)
downloadhdf5-21f8fa203a153bb9d3d26f73c9e56d22fd9671f2.zip
hdf5-21f8fa203a153bb9d3d26f73c9e56d22fd9671f2.tar.gz
hdf5-21f8fa203a153bb9d3d26f73c9e56d22fd9671f2.tar.bz2
[svn-r17236] Description:
Add full support for any [single] dimension being unlimited when using extensible arrays as a chunk index. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode Mac OS X/32 10.5.7 (amazon) in debug mode Mac OS X/32 10.5.7 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
Diffstat (limited to 'test/swmr_reader.c')
-rw-r--r--test/swmr_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/swmr_reader.c b/test/swmr_reader.c
index 7045954..9c9cd1e 100644
--- a/test/swmr_reader.c
+++ b/test/swmr_reader.c
@@ -13,7 +13,7 @@ check_dataset(hid_t fid, unsigned verbose, const char *sym_name, symbol_t *recor
hsize_t start, count = 1; /* Hyperslab selection values */
/* Open dataset for symbol */
- if((dsid = H5Dopen(fid, sym_name, H5P_DEFAULT)) < 0)
+ if((dsid = H5Dopen2(fid, sym_name, H5P_DEFAULT)) < 0)
return(-1);
/* Get the dataset's dataspace */