[OMPI devel] Enabling debugging and profiling in openMPI (make "CFLAGS=-pg -g")

2009-06-12 Thread Leo P.
Hi everyone, I am trying to understand the openMPI code so was trying to enable debug and profiling by issusing $ make "CFLAGS=-pg -g" But i am getting this error. libtool: link: ( cd ".libs" && rm -f "mca_paffinity_linux.la" && ln -s "../mca_paffinity_linux.la" "mca_paffinity_linux.la" ) ma

Re: [OMPI devel] Enabling debugging and profiling in openMPI (make "CFLAGS=-pg -g")

2009-06-12 Thread Leo P.
Open MPI novice - but you may want to try the addition of the --enable-debug configure option. That is, for example: ./configure --enable-debug; make Hope this helps. Samuel K. Gutierrez On Jun 12, 2009, at 3:27 AM, Leo P. wrote: Hi everyone, I am trying to understand the openMPI cod

[OMPI devel] complete newbie question regarding --enable-mpi-profile option

2009-06-14 Thread Leo P.
-debug --with-devel-headers --enable-trace --enable-mpi-profile --enable-mem-debug Leo P. Own a website.Get an unlimited package.Pay next to nothing.*Go to http://in.business.yahoo.com/

Re: [OMPI devel] complete newbie question regarding --enable-mpi-profile option

2009-06-14 Thread Leo P.
function in gdb. :) So currently using $ mpirun -np 1 xterm -e gdb hello to debug the openMPI source. If only i could get the profiling information, it could help me a lot. Leo :) From: Leo P. To: Open MPI Developers Sent: Monday, 15 June, 2009 12:36:34

Re: [OMPI devel] complete newbie question regarding --enable-mpi-profile option

2009-06-15 Thread Leo P.
a "test.1.er" directory (experiment). To view the experiment, run "analyzer" (Java GUI tool): $ analyzer test.1.er If everything works properly you will see MPI Timeline and other tabs, that show profiling information. Please, make sure you have java 1.5 or newer in your PA

Re: [OMPI devel] complete newbie question regarding --enable-mpi-profile option

2009-06-15 Thread Leo P.
how can i visualize the trace information i got vampir-trace. Sorry for bugging everyone so much about this. But i spend a lot of time and this alone and i am not getting output. Leo P. From: Nikolay Molchanov To: leo_7892...@yahoo.co.in Cc: Open MPI

Re: [OMPI devel] complete newbie question regarding --enable-mpi-profile option

2009-06-15 Thread Leo P.
d. I am 0 of 2 on anjin-IBM-31 analyzer test.1.er I have included screenshot (DIR=screenshots) of the profiler in the folder attached with this email. The application itself (source code or binary). BTW i am using ubuntu 8.04 32 bit machine Everything is included in the folder And again thanks

Re: [OMPI devel] complete newbie question regarding --enable-mpi-profile option

2009-06-15 Thread Leo P.
Open MPI Developers Cc: nikolay.molcha...@sun.com Sent: Tuesday, 16 June, 2009 1:11:15 AM Subject: Re: [OMPI devel] complete newbie question regarding --enable-mpi-profile option Leo P. wrote: HI Nik, I tried the Sun Studio Performance Analyzer and it was able to profile to application but no

[OMPI devel] Just a suggestion about a formation of new openMPI student mailing list

2009-06-17 Thread Leo P.
limit the email in the developers list. 2. Secondly if the developer could volunteer to become mentors for student (particularly thesis student like m e :) ). I think they would benefit a lot. Regards, Leo P. Cricket on your mind? Visit the ultimate cricket website. Enter http

Re: [OMPI devel] Just a suggestion about a formation of new openMPI student mailing list

2009-06-17 Thread Leo P.
ctions and soon. And yes i have observed how adhoc relationship spring up in openMPI community. :) Regards, Leo. P From: Eugene Loh To: Open MPI Developers Sent: Wednesday, 17 June, 2009 8:44:07 PM Subject: Re: [OMPI devel] Just a suggestion about a format

[OMPI devel] some question about OMPI communication infrastructure

2009-06-18 Thread Leo P.
Hi Everyone, I wanted to ask some questions about things I am having trouble understanding. 1. As far as my understanding of MPI_INIT function, I assumed MPI_INIT typically procedure resources required including the sockets. But now as I understand from the documentation that open

Re: [OMPI devel] some question about OMPI communication infrastructure

2009-06-18 Thread Leo P.
ch is responsible for matching messages with posted receives. You might need to look at the ompi/mca/pml/ob1 code to understand how that works. Hope that gives you a starting point Ralph On Jun 18, 2009, at 7:57 AM, Leo P. wrote: Hi Everyone, I wanted to ask some questions about things I am having tr

Re: [OMPI devel] some question about OMPI communicationinfrastructure

2009-06-19 Thread Leo P.
Hi jeff, All the information provided here helps me a lot. Thank you, really really really appreciate it. :) Regards, Leo P. From: Jeff Squyres To: Open MPI Developers Sent: Friday, 19 June, 2009 5:05:59 AM Subject: Re: [OMPI devel] some question about

[OMPI devel] How is a MPI process launched ?

2010-04-26 Thread Leo P.
Hi everyone, I wanted to know how OpenMPI launches a MPI process in a cluster environment. I am assuming if the process lifecycle management it will be using rsh. Anyhelp would be greatly appreciated.

Re: [OMPI devel] How is a MPI process launched ?

2010-04-26 Thread Leo P.
nd_Message by utilizing Open MPI source code. Also, I know i should be looking into PLM subsystem, RMAPS subsystem, ODLS subsystem, and ORTED subsystem. But Ralph if you guide me a bit i can finish the experiment with less sleepless night, headache, and stress. Leo P On Apr 26, 2010, at 2:22

Re: [OMPI devel] How is a MPI process launched ?

2010-04-26 Thread Leo P.
27;t use mpirun???). Yes, you -could- hack the MPI code to do this. Starting from scratch, with little knowledge of the code base - figure on taking awhile. I could probably come up with a way to do it, but this would have to be a very low priority for me. On Apr 26, 2010, at 12:12 PM, Leo P. wro

[OMPI devel] Is there a way to knit multiple ompi-servers into a broader network ?

2010-04-27 Thread Leo P.
I tested this on my machines and it worked, so hopefully it will meet your needs. You only need to run one "ompi-server" period, so long as you locate it where all of the processes can find the contact file and can open a TCP socket to the daemon. There is a way to knit multiple ompi-servers int

Re: [OMPI devel] How is a MPI process launched ?

2010-04-27 Thread Leo P.
PM Subject: Re: [OMPI devel] How is a MPI process launched ? On Apr 26, 2010, at 11:05 PM, Leo P. wrote: > The reason why i am using MPI_Comm_spawn and singleton is i am going to > route the MPI Communication (btl and OOB) from another computer before it > reaches it intended destinatio

Re: [OMPI devel] How is a MPI process launched ?

2010-04-27 Thread Leo P.
ion. Jeff, can you tell me the most simple way. It does not have to be perfect. Thanks From: Jeff Squyres To: Open MPI Developers Sent: Tue, 27 April, 2010 9:12:07 PM Subject: Re: [OMPI devel] How is a MPI process launched ? On Apr 27, 2010, at 10:06 AM, L

[OMPI devel] Error (mpirun: symbol lookup error: /usr/local/lib/openmpi/mca_rmaps_load_balance.so: undefined symbol: orte_rmaps_base_get_starting_point )

2010-06-14 Thread Leo P.
HI everyone,  I am getting this error when i am running  $ mpirun -np 10 myapp mpirun: symbol lookup error: /usr/local/lib/openmpi/mca_rmaps_load_balance.so: undefined symbol: orte_rmaps_base_get_starting_point Any help would be greatly appreciated  Thank you

Re: [OMPI devel] Error (mpirun: symbol lookup error: /usr/local/lib/openmpi/mca_rmaps_load_balance.so: undefined symbol: orte_rmaps_base_get_starting_point )

2010-06-15 Thread Leo P.
) To: "Open MPI Developers" List-Post: devel@lists.open-mpi.org Date: Monday, 14 June, 2010, 7:46 PM What OMPI version? On what system? On Jun 14, 2010, at 3:35 AM, Leo P. wrote: HI everyone,  I am getting this error when i am running  $ mpirun -np 10 myapp mpirun: symbol lookup error: