diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-31 20:06:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-31 20:06:43 (GMT) |
commit | 0e6cf18b06d71dc8da9307dddce5e1833f197e19 (patch) | |
tree | 615170bc289e63ab2170c11201abf7487d1a8e7e /config/conclude.am | |
parent | 028d47d70791ff0ec559035df80508a084e55213 (diff) | |
parent | b30a1fe44aa804a67f2291005bf8135ac5c2dc99 (diff) | |
download | hdf5-0e6cf18b06d71dc8da9307dddce5e1833f197e19.zip hdf5-0e6cf18b06d71dc8da9307dddce5e1833f197e19.tar.gz hdf5-0e6cf18b06d71dc8da9307dddce5e1833f197e19.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'b30a1fe44aa804a67f2291005bf8135ac5c2dc99':
Updated the parallel install docs.
Eliminated the need for a separate script variable.
Added a helpful message to the flush script.
Added a shell script so we can run the parallel flush test on OpenMPI.
Diffstat (limited to 'config/conclude.am')
-rw-r--r-- | config/conclude.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.am b/config/conclude.am index d0dbf3a..9da1da5 100644 --- a/config/conclude.am +++ b/config/conclude.am @@ -249,7 +249,7 @@ build-check-p: $(LIB) $(PROGS) $(chk_TESTS) echo "**** Hint ****"; \ echo "Parallel test files reside in the current directory" \ "by default."; \ - echo "Set HDF5_PARAPREFIX to use another directory. E.g.,"; \ + echo "Set HDF5_PARAPREFIX to use another directory. e.g.,"; \ echo " HDF5_PARAPREFIX=/PFS/user/me"; \ echo " export HDF5_PARAPREFIX"; \ echo " make check"; \ |