Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Help: debugging two different programs in same comm group

Hi Simon,

We haven't had this use case before, so it may not work. I'll need to take a look at the resource manager and debugger to see if they can deal with this situation.

Are you able to run the application (without debugging)? What resource manager are you using?

One thing you might be able to do is run two debug sessions, one for the first app, and one for the second. Although not ideal, it might still let you debug the app.

Cheers,
Greg

On Aug 23, 2010, at 2:29 PM, Simon Earthrowl wrote:

> 
> 
> Hello all,
> Please excuse what I suspect is a Newbie question; but it it possible to uses PTP 4 to debug two different programs running in the same comm group?
> 
> What I'm trying to do is debug what I run using mpirun -app appFile (see below).
> However, I can't seem to be able to configure debug options to get SDM to do it's job.
> 
> I appear to be needing some cleverness - or told that it isn't designed to work that way....
> 
> Kind regards
> 
> Simon
> 
> appFile:
> -np 1 Prog1
> -np 1 Prog2
> 
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top