From: Torsten Leistikow <leistikow@tu-harburg.de>
Newsgroups: comp.parallel.mpi
Subject: Re: MPI debugger
Date: Mon, 01 Mar 1999 13:53:21 +0100
Organization: Technische Universtaet Hamburg-Harburg
Message-Id: <36DA8DC1.23740F2E@tu-harburg.de>
References: <Pine.GSO.4.10.9902261617260.1816-100000@lutra.sztaki.hu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:4684


Jozsef Kovacs wrote:

>  Hi,
>
>  Could anybody help me how I can add a new debugger to the mpich.1.1.2?
>  I am developing a tool for debugging MPI application and I need
>  notification from the MPI system whenever a process is starting.
>
>  How can I get the MPI system to start a script whenever a process
>  starts?

you can use a proc-group-file when you start the mpi system. in this file
you can set the executable for each process and this can also be the
script to start your debugger.

gruss
torsten

