mpi_recv/3¶
mpi_recv(? Source,? Tag,- Data)*
Blocking communication predicate. The predicate blocks until a message is received from processor with rank Source and tag Tag. The message is placed in Data.
mpi_recv(? Source,? Tag,- Data)*
Blocking communication predicate. The predicate blocks until a message is received from processor with rank Source and tag Tag. The message is placed in Data.