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"
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,
> 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
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
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,