On May 24, 2010, at 20:27 , Eugene Loh wrote:
> Gijsbert Wiesenekker wrote:
>
>> My MPI program consists of a number of processes that send 0 or more
>> messages (using MPI_Isend) to 0 or more other processes. The processes check
>> periodically if messages are available to be processed. It wa
On May 24, 2010, at 19:42 , Gijsbert Wiesenekker wrote:
> My MPI program consists of a number of processes that send 0 or more messages
> (using MPI_Isend) to 0 or more other processes. The processes check
> periodically if messages are available to be processed. It was running fine
> until I
Gijsbert Wiesenekker wrote:
My MPI program consists of a number of processes that send 0 or more messages
(using MPI_Isend) to 0 or more other processes. The processes check
periodically if messages are available to be processed. It was running fine
until I increased the message size, and I g
My MPI program consists of a number of processes that send 0 or more messages
(using MPI_Isend) to 0 or more other processes. The processes check
periodically if messages are available to be processed. It was running fine
until I increased the message size, and I got deadlock problems. Googling