From 9a0ecd6f749fb00fd855065e20e9874a55aca162 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 31 Jan 2005 00:04:19 -0500 Subject: [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: --- tools/h5diff/testh5diff.sh | 2 +- tools/lib/ph5diff.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index f8e70d7..aea60a0 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -47,7 +47,7 @@ TESTING() { # non-zero value. # TOOLTEST() { - if test -n "$RUNPARALLEL"; then + if test -z "$RUNPARALLEL"; then echo $* SKIPPED else expect="$srcdir/../testfiles/$1" 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 -- cgit v0.12