[mpich-discuss] Blocking MPI recieve

Huiwei Lu huiweilu at mcs.anl.gov
Thu Nov 28 13:27:22 CST 2013


See this following tutorial for more details:
https://computing.llnl.gov/tutorials/mpi/

Huiwei Lu
http://www.mcs.anl.gov/~huiweilu/

On Nov 28, 2013, at 12:34 PM, Soheil Hooshdaran <shooshdaran577 at gmail.com> wrote:

> Hello.
> In
> 
> if (rank == 0)
> -
> -
> MPI_Send(x);
> -
> -
> -
> else
> -
> -
> -
> MPI_Recv(y)
> -
> -
> -
> 
> Does the code that comes after MPI_Recv() start as soon as MPI_Recv() finishes its execution?
> _______________________________________________
> discuss mailing list     discuss at mpich.org
> To manage subscription options or unsubscribe:
> https://lists.mpich.org/mailman/listinfo/discuss




More information about the discuss mailing list