Function mpi::point_to_point::send_receive
[−]
[src]
pub fn send_receive<R, M, D, S>(msg: &M,
destination: &D,
source: &S)
-> (R, Status) where M: Equivalence, D: Destination, R: Equivalence, S: Source
Sends msg
to destination
and simultaneously receives an instance of R
from
source
.
Examples
See examples/send_receive.rs
Standard section(s)
3.10