summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-05-08 18:47:20 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-05-08 18:47:20 (GMT)
commit864d07f7804e41abfeacd578509931f2ce10719e (patch)
treef87e3de62d618df5c1db3db14f1e0d41d1bc7da6
parent646e232a54d4b0c74cac374f5de50d42cd46a643 (diff)
downloadhdf5-864d07f7804e41abfeacd578509931f2ce10719e.zip
hdf5-864d07f7804e41abfeacd578509931f2ce10719e.tar.gz
hdf5-864d07f7804e41abfeacd578509931f2ce10719e.tar.bz2
[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:
-rw-r--r--config/conclude.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/conclude.in b/config/conclude.in
index 0356e06..8c561b6 100644
--- a/config/conclude.in
+++ b/config/conclude.in
@@ -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 "============================"; \