Cezary Sliwa wrote:
> Jeff Squyres wrote:
>
>> Please note that I replied to your original post:
>>
>> http://www.open-mpi.org/community/lists/users/2006/02/0712.php
>>
>> Was that not sufficient? If not, please provide more details on what
>> you are attempting to do and what is occurring. Thanks.
>>
>>
>>
> I have a simple program in which the rank 0 task dispatches compute
> tasks to other processes. It works fine on one 4-way SMP machine, but
> when I try to run it on two nodes, the processes on the other machine
> seem to spin in a loop inside MPI_SEND (a message is not delivered).
>
>
And this despite a matching MPI_IRECV has been called in the rank 0 task.
> Cezary Sliwa
>
- text/x-fortran attachment: main.f
|