mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
Change date to data in INSTALL_parallel (#4384)
This commit is contained in:
parent
2aa1059f9d
commit
7ff8ad5e16
@ -202,7 +202,7 @@ Reference
|
||||
1. POSIX Compliant. A good explanation is by Donald Lewin,
|
||||
After a write() to a regular file has successfully returned, any
|
||||
successful read() from each byte position on the file that was modified
|
||||
by that write() will return the date that was written by the write(). A
|
||||
by that write() will return the data that was written by the write(). A
|
||||
subsequent write() to the same byte will overwrite the file data. If a
|
||||
read() of a file data can be proven by any means [e.g., MPI_Barrier()]
|
||||
to occur after a write() of that data, it must reflect that write(),
|
||||
|
Loading…
Reference in New Issue
Block a user