summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2006-10-06 16:18:22 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2006-10-06 16:18:22 (GMT)
commit081a9b37fd8033eea8078b5945a09c2169473b26 (patch)
tree5855f522de2e94f7d40118da67467f696a670283 /src/H5Dpkg.h
parentaf51ee1e00f699f8c52ca2844932c4715b9bf1bd (diff)
downloadhdf5-081a9b37fd8033eea8078b5945a09c2169473b26.zip
hdf5-081a9b37fd8033eea8078b5945a09c2169473b26.tar.gz
hdf5-081a9b37fd8033eea8078b5945a09c2169473b26.tar.bz2
[svn-r12727] 1. Cleaning up the comments of the source code.
2. Using H5Dmpio_Debug macro to reflect the debugging information of new parallel IO supports. They are very minor changes. Tested at heping. t_pflush2 failed. Others passed.
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index b11252f..7e5b5ce 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -328,6 +328,11 @@ H5_DLL ssize_t H5D_efl_writevv(const H5D_io_info_t *io_info,
#ifdef H5_HAVE_PARALLEL
+#ifdef H5S_DEBUG
+#ifndef H5Dmpio_DEBUG
+#define H5Dmpio_DEBUG
+#endif /*H5Dmpio_DEBUG*/
+#endif/*H5S_DEBUG*/
/* MPI-IO function to read , it will select either regular or irregular read */
H5_DLL herr_t H5D_mpio_select_read(H5D_io_info_t *io_info,
size_t nelmts, size_t elmt_size,