Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Only single MPI task appears in debugger view

Dave,

You need to double click on the icon to register it in the debug view.

Greg

On Oct 28, 2008, at 9:01 AM, Dave Wootton wrote:

I have a simple MPI program I've been using to debug my proxy's debug
support that I have been running with two tasks on a single node. The
program is compiled by 'mpcc -o ring -g ring.c'. When I debug it, it
suspends at main, the debug view shows only process 0 with threads 1 and 2 suspended. The parallel debug view shows 2 icons for the two tasks, both yellow. If I click the unselected icon for task 1 in the parallel debug view, it changes state to show it is selected but the black box (focus?) stays on the task 0 icon. If I shift click the unselected icon, then both
icons appear in a selected state.
Even if I select task 1, the debug view shows only task 0.

I get the same results if I run the same application with 4 tasks on the
node.

The MPI program is attached.

Dave<ring.c>_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top