mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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:
parent
31a5ef7b22
commit
9a0ecd6f74
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user