summaryrefslogtreecommitdiffstats
path: root/tools/lib/ph5diff.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-01-31 05:04:19 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-01-31 05:04:19 (GMT)
commit9a0ecd6f749fb00fd855065e20e9874a55aca162 (patch)
treeb1bafdb668fb4b86677f0098b39c7a8b2d2a1a10 /tools/lib/ph5diff.h
parent31a5ef7b2280fa31a6445b0cc04df3c3bcc0dc3b (diff)
downloadhdf5-9a0ecd6f749fb00fd855065e20e9874a55aca162.zip
hdf5-9a0ecd6f749fb00fd855065e20e9874a55aca162.tar.gz
hdf5-9a0ecd6f749fb00fd855065e20e9874a55aca162.tar.bz2
[svn-r9893] Purpose:
Temporary daily tests fix. Description: The newly added ph5diff is not quite compatible with the h5repack tool. Disabled the ph5diff build (reverted back to building serial h5diff) to allow daily tests to work while ph5diff is fixed. Platforms tested: Tested in heping both serial and parallel modes. Misc. update:
Diffstat (limited to 'tools/lib/ph5diff.h')
-rw-r--r--tools/lib/ph5diff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/ph5diff.h b/tools/lib/ph5diff.h
index 68450df..636e4c0 100644
--- a/tools/lib/ph5diff.h
+++ b/tools/lib/ph5diff.h
@@ -41,9 +41,12 @@ struct diff_args
diff_opt_t options;
};
+/* temporary disabled. AKC 1/31/2005 */
+#if 0
#ifdef H5_HAVE_PARALLEL
#define H5_HAVE_PH5DIFF 1
#endif
+#endif
#ifdef H5_HAVE_PH5DIFF
#include <mpi.h>