Re: [OMPI users] OpenMPI, debugging, and Portland Group's pgdbg

2006-07-06 Thread Jeff Squyres (jsquyres)
...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Andrew J Caird > Sent: Wednesday, July 05, 2006 9:16 PM > To: Open MPI Users > Subject: Re: [OMPI users] OpenMPI, debugging, and Portland > Group's pgdbg > > > This took a long time for me to get to, but once I

Re: [OMPI users] OpenMPI, debugging, and Portland Group's pgdbg

2006-07-05 Thread Andrew J Caird
This took a long time for me to get to, but once I did, what I found was that the closest thing to working for the PGI compilers with OpenMPI is this command: mpirun --debugger "pgdbg @mpirun@ @mpirun_args@" --debug -np 2 ./cpi It appears to work, that is, you can select a process with the

Re: [OMPI users] OpenMPI, debugging, and Portland Group's pgdbg

2006-06-16 Thread Jeff Squyres (jsquyres)
I'm afraid that I'm not familiar with the PG debugger, so I don't know how it is supposed to be launched. The intent with --debugger / --debug is that you could do a single invocation of some command and it launches both the parallel debugger and tells that debugger to launch your parallel MPI pro