diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-07-15 15:17:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-07-15 15:17:05 (GMT) |
commit | 004988d1f1276e6fedabb37db290cff351508506 (patch) | |
tree | 7cbdf51c1313bdfc5509113bafaf0c452242daf6 /configure | |
parent | c40dc777a7da925cee445899b57c4954996eb06d (diff) | |
download | hdf5-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="" |