Newsgroups: comp.parallel.pvm
From: ndimitri@puce.inria.fr (Dimitri Nicolopoulos)
Subject: Re: Debuging PVM programs
Organization: INRIA, Sophia-Antipolis (Fr)
Date: 5 Aug 1994 13:04:48 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Message-ID: <31tddg$hc9@sophia.inria.fr>

To debug you pvm tasks, you just have to run a dbx -a PID
command with PID = task process identifier

1) launch a dbx for task0
2)set a breakpoint on this task before some early send to others
tasks
3)run
4)the others task are stuck waiting for data
5)dbx -a
6)set breakpoints on the other task


... and so on


There are perhaps better ways but that's the only one I know so
far.


Dimitri Nicolopoulos
MECALOG

