mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r6874] Description:
Change the wording of the parallel test to as a hint. Platforms tested: Just a change of echo statement. Tested in Eirene only. Misc. update:
This commit is contained in:
parent
06cb1bd8f9
commit
940cebe09c
@ -51,14 +51,14 @@ check test _test: tests
|
||||
done; \
|
||||
test $$test = dummy || false
|
||||
@if test -n "$(TEST_PROGS_PARA)"; then \
|
||||
echo "****NOTE****"; \
|
||||
echo "**** Hint ****"; \
|
||||
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****"; \
|
||||
echo "**** end of Hint ****"; \
|
||||
fi
|
||||
@for test in $(TEST_PROGS_PARA) dummy; do \
|
||||
if test $$test != dummy; then \
|
||||
|
Loading…
Reference in New Issue
Block a user