Skip to main content

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

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

Attachment: ring.c
Description: Binary data


Back to the top