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 /test/h5test.c | |
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 'test/h5test.c')
-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 0226aa7..f943ad0 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -652,7 +652,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"); |