help with MPI anyone?

EmperorIQ

Platinum Member
Sep 30, 2003
2,003
0
0
in MPI, when I have a node use MPI_Send() and another node use MPI_Recv() the node containing the code MPI_Recv() should not go pass that segment of the code unless something has been received, correct?

Thanks,