Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change date to data in INSTALL_parallel #4384

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release_docs/INSTALL_parallel
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down