Re: [mpich-discuss] MPI_Send/MPI_Recv - getting delayed indeffinitely
Yeah I understand. Thank you very much Sent from my Windows phone -----Original Message----- From: "Pavan Balaji" <[email protected]> Sent: 12/26/2013 13:14 To: "[email protected]" <[email protected]> Subject: Re: [mpich-discuss] MPI_Send/MPI_Recv - getting delayed indeffinitely On Dec 26, 2013, at 1:38 AM, Madhawa Bandara <[email protected]> wrote:
Are you suggesting using non-blocking send/recv?
On the master process, yes. On the slave, it won't matter. An alternative is to use MPI_ANY_SOURCE receive, but nonblocking is better. -- Pavan Balaji http://www.mcs.anl.gov/~balaji _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Madhawa Bandara