I was talking about functionality of MPI_Iprobe only.
Thanks :)
On Sun, Dec 12, 2010 at 1:18 AM, Eugene Loh wrote:
> Alaukik Aggarwal wrote:
>
>> Thanks for your reply. I used this to solve the problem.
>>
>> But I think there should be an in-built construct for this.
>>
>
> What would such a co
Alaukik Aggarwal wrote:
Thanks for your reply. I used this to solve the problem.
But I think there should be an in-built construct for this.
What would such a construct look like? If you need information from the
remote processes, they need to send messages (in the two-sided model).
If y
Thanks for your reply. I used this to solve the problem.
But I think there should be an in-built construct for this.
Alaukik
On Sat, Dec 11, 2010 at 10:28 AM, Eugene Loh wrote:
> Alaukik Aggarwal wrote:
>
>> Hi,
>>
>> I am using Open MPI 1.4.3.
>>
>> I have to perform a receive operation from p
Alaukik Aggarwal wrote:
Hi,
I am using Open MPI 1.4.3.
I have to perform a receive operation from processes that are sending
data. It might happen that some of the processes don't send data
(might have completed in-fact).
So, how do I perform check on which processes to receive data from and
Hi,
I am using Open MPI 1.4.3.
I have to perform a receive operation from processes that are sending
data. It might happen that some of the processes don't send data
(might have completed in-fact).
So, how do I perform check on which processes to receive data from and
which processes to skip?
[