Function mpi::point_to_point::send_receive_replace_into_with_tags [] [src]

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

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

Standard section(s)

3.10