diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-20 11:03:16 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-20 11:03:16 (GMT) |
commit | fe1a5b4279bbbf705c6d3b3886ffe2a963bd07ec (patch) | |
tree | a482951f2d94a0f3d4e85b65791f73c0493874af /config | |
parent | 34c0328c4d44a26916ebe0756ad5d74ac3c1dec8 (diff) | |
download | hdf5-fe1a5b4279bbbf705c6d3b3886ffe2a963bd07ec.zip hdf5-fe1a5b4279bbbf705c6d3b3886ffe2a963bd07ec.tar.gz hdf5-fe1a5b4279bbbf705c6d3b3886ffe2a963bd07ec.tar.bz2 |
Added a shell script so we can run the parallel flush test
on OpenMPI.
Diffstat (limited to 'config')
-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"; \ |