Function mpi::point_to_point::send_receive_into_with_tags [] [src]

pub fn send_receive_into_with_tags<M: ?Sized, D, B: ?Sized, S>(
    msg: &M,
    destination: &D,
    sendtag: Tag,
    buf: &mut B,
    source: &S,
    receivetag: Tag
) -> Status where
    M: Buffer,
    D: Destination,
    B: BufferMut,
    S: Source

Sends the contents of msg to destination tagging it sendtag and simultaneously receives a message tagged receivetag from source into buf.

Standard section(s)

3.10