Re: [O-MPI users] OpenMPI debugging support

2005-10-20 Thread Jeff Squyres
On Thu, 2005-10-20 at 22:03 +0400, Konstantin Karganov wrote: > > However, we're quite open to other approaches. Because of the nature of > > our integration with a variety of different run-time environments, our > > startup is not a shell script -- mpirun ("orterun" is its real name; > > "mpirun"

Re: [O-MPI users] OpenMPI debugging support

2005-10-20 Thread Chris Gottbrath
Konstantin, Jeff, > TotalView interface goes well, except that its details are hardcoded in > the source of orte/tools/orterun (as you may guess I don't have the > executable named "totalview", etc.). I'd like to know when and where do > the functions from orterun/totalview.{h,c} get called,

Re: [O-MPI users] OpenMPI debugging support

2005-10-20 Thread Konstantin Karganov
> However, we're quite open to other approaches. Because of the nature of > our integration with a variety of different run-time environments, our > startup is not a shell script -- mpirun ("orterun" is its real name; > "mpirun" is a sym link to orterun) is a compiled executable. Surely, I saw th

Re: [O-MPI users] OpenMPI debugging support

2005-10-20 Thread Jeff Squyres
On Thu, 2005-10-20 at 13:04 +0400, Konstantin Karganov wrote: > I'm working on an MPI-debugger project and have questions on OpenMPI > support for debugger tools. Any info or links to docs would be > appreciated. At the moment, we're sadly lacking in documentation (particularly developer document

[O-MPI users] OpenMPI debugging support

2005-10-20 Thread Konstantin Karganov
Hello, I'm working on an MPI-debugger project and have questions on OpenMPI support for debugger tools. Any info or links to docs would be appreciated. At the moment, I'm interested in debug session startup implementation. Currently I have a code, that starts MPI program under debugger for MPICH,