Re: [OMPI users] debugging my program in openmpi

2007-05-10 Thread Jeff Squyres
Check out the FAQ: http://www.lam-mpi.org/faq/category6.php3 On May 10, 2007, at 9:50 PM, Code Master wrote: On 5/11/07, Tim Prins wrote: On Thursday 10 May 2007 07:19 pm, Code Master wrote: > I am a newbie in openmpi. I have just compiled a program with -g -pg (an > mpi program with

Re: [OMPI users] debugging my program in openmpi

2007-05-10 Thread Code Master
On 5/11/07, Tim Prins wrote: On Thursday 10 May 2007 07:19 pm, Code Master wrote: > I am a newbie in openmpi. I have just compiled a program with -g -pg (an > mpi program with a listener thread, which all MPI calls except > initialization and MPI_Finalize are placed within) and I run it. How

Re: [OMPI users] debugging my program in openmpi

2007-05-10 Thread Tim Prins
On Thursday 10 May 2007 07:19 pm, Code Master wrote: > I am a newbie in openmpi. I have just compiled a program with -g -pg (an > mpi program with a listener thread, which all MPI calls except > initialization and MPI_Finalize are placed within) and I run it. However > it crashes and I can't fin