mpi_send/3¶
mpi_send(+ Data,+ Dest,+ Tag)*
Blocking communication predicate. The message in Data, with tag Tag, is sent immediately to the processor with rank Dest. The predicate succeeds after the message being sent.
mpi_send(+ Data,+ Dest,+ Tag)*
Blocking communication predicate. The message in Data, with tag Tag, is sent immediately to the processor with rank Dest. The predicate succeeds after the message being sent.