diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-31 19:33:31 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-31 19:33:31 (GMT) |
commit | b30a1fe44aa804a67f2291005bf8135ac5c2dc99 (patch) | |
tree | 5569f25dcb44c83544c14b7bd1df7c3e0c8f9057 /test | |
parent | fba448b1453809f8bc7bad2f5c52495191f7fbdf (diff) | |
parent | d6c2a96ac2f103d90b96d5b39814810e6a31ef99 (diff) | |
download | hdf5-b30a1fe44aa804a67f2291005bf8135ac5c2dc99.zip hdf5-b30a1fe44aa804a67f2291005bf8135ac5c2dc99.tar.gz hdf5-b30a1fe44aa804a67f2291005bf8135ac5c2dc99.tar.bz2 |
Merge pull request #1400 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:openmpi_tweaks to develop
* commit 'd6c2a96ac2f103d90b96d5b39814810e6a31ef99':
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 'test')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index 7973126..32638e6 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -613,7 +613,7 @@ h5_fixname_real(const char *base_name, hid_t fapl, const char *_suffix, printf("*** Hint ***\n" "You can use environment variable HDF5_PARAPREFIX to " "run parallel test files in a\n" - "different directory or to add file type prefix. E.g.,\n" + "different directory or to add file type prefix. e.g.,\n" " HDF5_PARAPREFIX=pfs:/PFS/user/me\n" " export HDF5_PARAPREFIX\n" "*** End of Hint ***\n"); |