MPI_Send
(
void * data , int count , MPI_Datatype datatype , int destination , int tag , MPI_Comm communicator ) |
MPI_Recv
(
void * data , int count , MPI_Datatype datatype , int source , int tag , MPI_Comm communicator , MPI_Status * status ) |
Task 0 on processor tc-node157.red.lan has sent its messages to Task 1. Task 1 on processor tc-node158.red.lan received this message: Hello Task 1 Task 1 also received this message: 10 Task 1 received this message as well: Another message from Task 0 Task 1 has not sent its message to Task 0 yet. Task 0 received this message from Task 1: You are Welcome Task 0 Task 0 also received this message: 7