From 864d07f7804e41abfeacd578509931f2ce10719e Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 8 May 2003 13:47:20 -0500 Subject: [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: --- config/conclude.in | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 "============================"; \ -- cgit v0.12