[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:
This commit is contained in:
Albert Cheng 2005-01-31 00:04:19 -05:00
parent 31a5ef7b22
commit 9a0ecd6f74
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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>