Re: [OMPI users] Calculate time spent on non blocking communication?

2011-02-03 Thread Eugene Loh
Okay, so forget about Peruse. You can basically figure that your user process will either be inside an MPI call or else not.  If it's inside an MPI call, then that's time spent in communications (and notably in the synchronization that's implicit to communication).  If it's not inside an MPI

Re: [OMPI users] Calculate time spent on non blocking communication?

2011-02-03 Thread Bibrak Qamar
Thanks all, As asked the reason of such calculation of non blocking communication, the main reason is that I want to look into the program as how much it percent time is consumed on communication alone, computation alone and the intersection of both. Bibrak Qamar Undergraduate Student BIT-9

Re: [OMPI users] Calculate time spent on non blocking communication?

2011-02-02 Thread Eugene Loh
Again, you can try the Peruse instrumentation. Configure OMPI with --enable-peruse. The instrumentation points might help you decide how you want to define the time you want to measure. Again, you really have to spend a bunch of your own time deciding what is meaningful to measure. Gustavo

Re: [OMPI users] Calculate time spent on non blocking communication?

2011-02-02 Thread Gustavo Correa
ate: Tue, 1 Feb 2011 10:09:03 +0400 > From: Bibrak Qamar <bibr...@gmail.com> > Subject: [OMPI users] Calculate time spent on non blocking >communication? > To: us...@open-mpi.org > Message-ID: ><aanlktinewz_xyx88pgouojvogaf6ld8nwf_nchsy0...@mail.gmail.com

Re: [OMPI users] Calculate time spent on non blocking communication?

2011-02-02 Thread Eugene Loh
Bibrak Qamar wrote: Gus Correa, But it will include the time of computation which took place before waitAll( ). What's wrong with that? From: Bibrak Qamar I am using non-blocking send and receive, and i want to calculate the time it took for the communication.

Re: [OMPI users] Calculate time spent on non blocking communication?

2011-02-02 Thread Bibrak Qamar
Gus Correa, But it will include the time of computation which took place before waitAll( ). List-Post: users@lists.open-mpi.org Date: Tue, 1 Feb 2011 10:09:03 +0400 From: Bibrak Qamar <bibr...@gmail.com> Subject: [OMPI users] Calculate time spent on non blocking communication?

Re: [OMPI users] Calculate time spent on non blocking communication?

2011-02-01 Thread Gustavo Correa
On Feb 1, 2011, at 1:09 AM, Bibrak Qamar wrote: > Hello All, > > I am using non-blocking send and receive, and i want to calculate the time it > took for the communication. Is there any method or a way to do this using > openmpi. > > Thanks > Bibrak Qamar > Undergraduate Student BIT-9 >

[OMPI users] Calculate time spent on non blocking communication?

2011-02-01 Thread Bibrak Qamar
Hello All, I am using non-blocking send and receive, and i want to calculate the time it took for the communication. Is there any method or a way to do this using openmpi. Thanks Bibrak Qamar Undergraduate Student BIT-9 Member Center for High Performance Scientific Computing NUST-School of