diff options
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 2 | ||||
-rw-r--r-- | tools/lib/ph5diff.h | 3 |
2 files changed, 4 insertions, 1 deletions
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 <mpi.h> |