We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b4c16 commit 02c2bbdCopy full SHA for 02c2bbd
src/pointtopoint.jl
@@ -82,7 +82,7 @@ const REQUEST_NULL = _Request(MPI_REQUEST_NULL, nothing)
82
Request() = Request(REQUEST_NULL.val, nothing)
83
84
"""
85
- ismessage, (status|nothing) = Iprobe(src::Integer, tag::Integer, comm::Comm)
+ status = Probe(src::Integer, tag::Integer, comm::Comm)
86
87
Blocks until there is a message that can be received matching `src`, `tag` and
88
`comm`. Returns the corresponding [`Status`](@ref) object.
0 commit comments