summaryrefslogtreecommitdiffstats
path: root/src/H5Dprivate.h
diff options
context:
space:
mode:
authorMuQun Yang <myang6@hdfgroup.org>2008-09-16 15:03:21 (GMT)
committerMuQun Yang <myang6@hdfgroup.org>2008-09-16 15:03:21 (GMT)
commite7ff2aafa5c5dd8203f472a7703bd41bb7238420 (patch)
treef79f0d90a9bee6f3da00a1f4c1142c7c0d93d967 /src/H5Dprivate.h
parent876844988ac222436f3767ee79f07390e4f7ea3c (diff)
downloadhdf5-e7ff2aafa5c5dd8203f472a7703bd41bb7238420.zip
hdf5-e7ff2aafa5c5dd8203f472a7703bd41bb7238420.tar.gz
hdf5-e7ff2aafa5c5dd8203f472a7703bd41bb7238420.tar.bz2
[svn-r15626] This check-in fixes a bug inside parallel HDF5 testsuite.
When enable-debug is turned on, a special macro block H5_HAVE_INSTRUMENTED_LIBRARY inside HDF5 will be executed to check if some collective chunk IO test cases are being run with the correct settings(one link, multiple chunk etc.). However,when complicated derived datatype in some mpi-io packages are not supported, the library has to switch one link IO with/without the optimization to multiple chunk IO with/without the optimization. The current testsuite doesn't know this and generates a false assertion failure message. This check-in fix this problem by providing a second property to avoid the false faiure message. Tested at abe(NCSA linux cluster) and kagiso.
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r--src/H5Dprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h
index f1180a3..dcf3aa3 100644
--- a/src/H5Dprivate.h
+++ b/src/H5Dprivate.h
@@ -82,9 +82,13 @@
#define H5D_XFER_COLL_CHUNK_LINK_NUM_FALSE_NAME "coll_chunk_link_false"
#define H5D_XFER_COLL_CHUNK_MULTI_RATIO_COLL_NAME "coll_chunk_multi_coll"
#define H5D_XFER_COLL_CHUNK_MULTI_RATIO_IND_NAME "coll_chunk_multi_ind"
+#define H5D_XFER_COLL_CHUNK_LINK_TO_MULTI "coll_chunk_link_mul"/* Internal transferring from link to multiple chunk */
+#define H5D_XFER_COLL_CHUNK_LINK_TO_MULTI_OPT "coll_chunk_link_mul_opt"/* Internal transferring from link opt to multiple chunk opt*/
+
/* Definitions for all collective chunk instrumentation properties */
#define H5D_XFER_COLL_CHUNK_SIZE sizeof(unsigned)
#define H5D_XFER_COLL_CHUNK_DEF 1
+#define H5D_XFER_COLL_CHUNK_FIX 0
#endif /* H5_HAVE_INSTRUMENTED_LIBRARY */
/* Default temporary buffer size */