diff options
author | Robert Kim Yates <rkyates@llnl.gov> | 1998-08-26 22:13:56 (GMT) |
---|---|---|
committer | Robert Kim Yates <rkyates@llnl.gov> | 1998-08-26 22:13:56 (GMT) |
commit | 3500281e8c7793d09b1a1b906e5f64dc1ed4dc20 (patch) | |
tree | c990a23ecab0167b1f621a5c6848fdb48d46ae4b /src/H5Flow.c | |
parent | 9124be67f68ec427f66cd0fe9a8c624d787560fc (diff) | |
download | hdf5-3500281e8c7793d09b1a1b906e5f64dc1ed4dc20.zip hdf5-3500281e8c7793d09b1a1b906e5f64dc1ed4dc20.tar.gz hdf5-3500281e8c7793d09b1a1b906e5f64dc1ed4dc20.tar.bz2 |
[svn-r618] Corrected comment in H5F_low_write about MPI derived datatype writes.
Diffstat (limited to 'src/H5Flow.c')
-rw-r--r-- | src/H5Flow.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/H5Flow.c b/src/H5Flow.c index 73a5125..7fd81a9 100644 --- a/src/H5Flow.c +++ b/src/H5Flow.c @@ -270,10 +270,7 @@ H5F_low_read(H5F_low_t *lf, const H5F_access_t *access_parms, * Added xfer_mode argument * * rky 980816 - * Accommodate fancy MPI compound datatype writes. - * Also, parallel writes now abort if writing beyond eof - * (rather than just printing an error message - * and continuing, as they used to). + * Accommodate fancy MPI derived datatype writes. *------------------------------------------------------------------------- */ herr_t |