summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-07-15 15:17:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-07-15 15:17:05 (GMT)
commit004988d1f1276e6fedabb37db290cff351508506 (patch)
tree7cbdf51c1313bdfc5509113bafaf0c452242daf6 /configure
parentc40dc777a7da925cee445899b57c4954996eb06d (diff)
downloadhdf5-004988d1f1276e6fedabb37db290cff351508506.zip
hdf5-004988d1f1276e6fedabb37db290cff351508506.tar.gz
hdf5-004988d1f1276e6fedabb37db290cff351508506.tar.bz2
[svn-r5795] Purpose:
New feature Description: Changed parallel I/O tests to use test script instead of just running testphdf5 executable. This allows the MPI-posix driver to be tested easily. Platforms tested: FreeBSD 4.6 (sleipnir) w/parallel and IRIX64 6.5 (modi4) w/parallel
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1a242ab..ad7c1ac 100755
--- a/configure
+++ b/configure
@@ -30011,7 +30011,7 @@ no_create=yes
PARALLEL_MAKE=""
if test -n "$TESTPARALLEL"; then
- PARALLEL_MAKE="$TESTPARALLEL/Makefile"
+ PARALLEL_MAKE="$TESTPARALLEL/Makefile $TESTPARALLEL/testph5.sh"
fi
PABLO_MAKE=""