[svn-r6833] Purpose:

Improvement

Description:
Added an explanation of using $HDF5_PARAPREFIX for Parallel tests.

Platforms tested:
h5committested (using sol instead of arabica) plus eirene(pp).

Misc. update:
This commit is contained in:
Albert Cheng 2003-05-08 13:47:20 -05:00
parent 646e232a54
commit 864d07f780

View File

@ -48,6 +48,16 @@ check test _test: tests
fi; \
done; \
test $$test = dummy || false
@if test -n "$(TEST_PROGS_PARA)"; then \
echo "****NOTE****"; \
echo "Parallel test files reside in the current directory" \
"by default."; \
echo "Set HDF5_PARAPREFIX to use another directory. E.g.,"; \
echo " HDF5_PARAPREFIX=/PFS/user/me"; \
echo " export HDF5_PARAPREFIX"; \
echo " make check"; \
echo "****end of NOTE****"; \
fi
@for test in $(TEST_PROGS_PARA) dummy; do \
if test $$test != dummy; then \
echo "============================"; \