summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 18:48:31 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 18:48:31 (GMT)
commitc4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9 (patch)
treef74669bd715172a30d148ea8dc2d6923bf26a3a0 /src
parent3550004b200ef695c973fcf2310e95512c560c73 (diff)
downloadhdf5-c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9.zip
hdf5-c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9.tar.gz
hdf5-c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9.tar.bz2
[svn-r26303] remove files with .clog2 extension generated by MPE when doing make clean.
Diffstat (limited to 'src')
-rw-r--r--src/H5Shyper.c3
-rw-r--r--src/Makefile.in4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c
index dfc0d06..9b1562f 100644
--- a/src/H5Shyper.c
+++ b/src/H5Shyper.c
@@ -8888,7 +8888,7 @@ H5Sis_regular_hyperslab(hid_t spaceid)
htri_t ret_value; /* Return value */
FUNC_ENTER_API(FAIL)
- H5TRACE1("Hs", "i", spaceid);
+ H5TRACE1("t", "i", spaceid);
/* Check args */
if(NULL == (space = (H5S_t *)H5I_object_verify(spaceid, H5I_DATASPACE)))
@@ -8938,6 +8938,7 @@ H5Sget_regular_hyperslab(hid_t spaceid, hsize_t start[], hsize_t stride[],
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(FAIL)
+ H5TRACE5("e", "i*h*h*h*h", spaceid, start, stride, count, block);
/* Check args */
if(NULL == (space = (H5S_t *)H5I_object_verify(spaceid, H5I_DATASPACE)))
diff --git a/src/Makefile.in b/src/Makefile.in
index 3ba2e3c..46e48a0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -725,8 +725,8 @@ TRACE = perl $(top_srcdir)/bin/trace
# .chkexe files are used to mark tests that have run successfully.
# .chklog files are output from those tests.
-# *.clog are from the MPE option.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog
+# *.clog and *.clog2 are from the MPE option.
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.