Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-17 Thread Terry Dontje
Users *Sent:* Saturday, July 16, 2011 5:25 AM *Subject:* Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE. I have to agree with Jeff, we really need a complete program to really debug this. Note, without really seeing what the structures look like it is hard to determine if maybe

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-16 Thread Jeff Squyres
t;> Received from P13, packet contains rank: 14 >>> >>> >>> P0 >> Receiver only ...!! >>> >>> P0 >> Received from P3, packet contains rank: 9 >>> >>> P4 >> Receiver only ...!! >>> >>> P1

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-16 Thread Mudassar Majeed
From: Terry Dontje To: Jeff Squyres Cc: Mudassar Majeed ; Open MPI Users Sent: Saturday, July 16, 2011 5:25 AM Subject: Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE. I have to agree with Jeff, we really need a complete program to really debug this

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Terry Dontje
..!! P1>> Received from P7, packet contains rank: 11 P1>> I could reach here ...!! P9>> I could reach here ...!! P2>> Received from P11, packet contains rank: 13 P2>> I could reach here ...!! P0>> I could reach here ...!! P11>> I could reach here ..

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Jeff Squyres
...!! P5 > > P7 >> Neither ...!! > > P7 >> I could reach here ...!! > > P14 >> I could reach here ...!! > > P1 >> Received from P7, packet contains rank: 11 > > P1 >> I could reach here ...!! > > P9 >> I could reach h

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Mudassar Majeed
>> Neither ...!! P7 >> I could reach here ...!! P14 >> I could reach here ...!! P1 >> Received from P7, packet contains rank: 11 P1 >> I could reach here ...!! P9 >> I could reach here ...!! P2 >> Received from P11, packet contains rank: 13 P2 >

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Terry Dontje
comes to be wrong. This shows to me that messages on the receiving sides are captured on the basis of MPI_ANY_SOURCE, that seems like it does not see the destination of message while capturing it from message queue of the MPI system. regards, Mudassar ------

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Mudassar Majeed
ion of message while capturing it from message queue of the MPI system. regards, Mudassar From: Terry Dontje To: Mudassar Majeed Cc: "us...@open-mpi.org" Sent: Friday, July 15, 2011 7:10 PM Subject: Re: [OMPI users] Urgent Question regarding, MPI_AN

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Eugene Loh
I'm going to echo what you've already heard here: it is impossible for a process to receive a message that was sent to a different process. A sender must specify a unique destination. No process other than the destination process will see that message. In what you write below, why do you th

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Terry Dontje
ave more than a broad description of the problem it is going to be nearly impossible for us to tell you what is wrong. --td regards, Mudassar Date: Fri, 15 Jul 2011 07:04:34 -0400 From: Terry Dontje <mailto:terry.don...@oracle.com>> Subject: Re: [OMPI users] Urgent Question regarding,

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Mudassar Majeed
is captured that had the destination as this process. regards, Mudassar Date: Fri, 15 Jul 2011 07:04:34 -0400 From: Terry Dontje Subject: Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE. To: us...@open-mpi.org Message-ID: <4e201ec2@oracle.com> Content-Type: text/plain; c

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Jeffrey A Cummings
Users List-Post: users@lists.open-mpi.org Date: 07/15/2011 07:36 AM Subject:Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE. Sent by:users-boun...@open-mpi.org +1 I reiterate what I said before: >> > You will always only receive messages that were sen

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Jeff Squyres
; > containing the load to a receiver, but receiver does not know from >> > which sender the message will come. See, it is like send receiver in >> > DATAGRAM sockets. The receiver, receives the message on the IP and >> > port, the message which was directed for it. I want to have sa

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Terry Dontje
;s rank in status.MPI_SOURCE, but it is different than expected. I need to receive that message which was sent to me, not any message. regards, Date: Fri, 15 Jul 2011 06:33:41 -0400 From: Terry Dontje <mailto:terry.don...@oracle.com>> Subject: Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOU

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Mudassar Majeed
I get the sender's rank in status.MPI_SOURCE, but it is different than expected. I need to receive that message which was sent to me, not any message.  regards, Date: Fri, 15 Jul 2011 06:33:41 -0400 From: Terry Dontje Subject: Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURC

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-15 Thread Terry Dontje
ed for it). > > regards, > Mudassar > > > From: Jeff Squyres mailto:jsquy...@cisco.com>> > To: Mudassar Majeed <mailto:mudassar...@yahoo.com>>; Open MPI Users <mailto:us...@open-mpi.org>> > Sent: Friday, July 15, 2011 1:58 AM > Subject: Re: [OMPI

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-14 Thread Mudassar Majeed
gards, Mudassar From: Jeff Squyres To: Mudassar Majeed Cc: Open MPI Users Sent: Friday, July 15, 2011 3:30 AM Subject: Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE. Right.  I thought you were asking about receiving *another* message from whomeve

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-14 Thread Jeff Squyres
ge (even not targetted for it). > > regards, > Mudassar > > > From: Jeff Squyres > To: Mudassar Majeed ; Open MPI Users > > Sent: Friday, July 15, 2011 1:58 AM > Subject: Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE. > > When you use MPI_ANY_SO

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-14 Thread Mudassar Majeed
; Open MPI Users Sent: Friday, July 15, 2011 1:58 AM Subject: Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE. When you use MPI_ANY_SOURCE in a receive, the rank of the actual sender is passed back to you in the status.MPI_SOURCE. On Jul 14, 2011, at 7:55 PM, Mudassar Majeed wrote

Re: [OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-14 Thread Jeff Squyres
When you use MPI_ANY_SOURCE in a receive, the rank of the actual sender is passed back to you in the status.MPI_SOURCE. On Jul 14, 2011, at 7:55 PM, Mudassar Majeed wrote: > Hello people, > I am trapped in the following problem plz help me. > Suppose a process A sends a

[OMPI users] Urgent Question regarding, MPI_ANY_SOURCE.

2011-07-14 Thread Mudassar Majeed
Hello people,     I am trapped in the following problem plz help me. Suppose a process A sends a message to process B. The process B will receive the message with MPI_Recv with MPI_ANY_SOURCE in the source argument. Let say process B does not know that A is the sender. But I