JuliaParallel / JuliaParallel/MPI.jl
Where's the nonblocking binding for MPI I/O?
- Dominant language
- Julia
- Stars
- 439
- Forks
- 127
- Avg merge
- 19h 6m
- Merged PRs (30d)
- 17
Description
Hi!
I hope this is not a question too dumb to ask, but in the [docs of MPI.jl I/O](https://juliaparallel.github.io/MPI.jl/stable/io/) I see no reference to functions such as [`iwrite_shared`](https://www.mpich.org/static/docs/latest/www3/MPI_File_iwrite_shared.html) or [`iwrite_ordered`](https://www.mpich.org/static/docs/latest/www3/MPI_File_iwrite.html) for doing unblocking writes (and reads). Any reason for such choice?
P.S. In the docs of `MPI.File.write_shared` you say to look for `MPI.File.write_ordered` for the noncollective version. It's wrong. `MPI.File.write_ordered` is collective.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.