We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ae364 commit 3cb2df0Copy full SHA for 3cb2df0
src/pointtopoint.jl
@@ -80,7 +80,7 @@ const REQUEST_NULL = _Request(MPI_REQUEST_NULL, nothing)
80
Request() = Request(REQUEST_NULL.val, nothing)
81
82
"""
83
- ismessage, (status|nothing) = Iprobe(src::Integer, tag::Integer, comm::Comm)
+ status = Probe(src::Integer, tag::Integer, comm::Comm)
84
85
Blocks until there is a message that can be received matching `src`, `tag` and
86
`comm`. Returns the corresponding [`Status`](@ref) object.
0 commit comments