Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] No variables displayed when debugging Open MPI

I just tried debugging the MPI Pi C++ Project using Open MPI 1.6 on Ubuntu 14.04 with PTP 8.0.1 and it worked fine. 

Can you provide more details on your setup? Maybe a screenshot showing the Parallel Debug perspective would help?

Greg


On Sep 3, 2014, at 12:52 PM, Valentin Vervondel <valentin.vervondel.1@xxxxxxxxxxxxx> wrote:

Yes I have a stack frame selected, and it is displaying some variables just none of mine, only what seems to be Open MPI variables, no matter where I break in my program. Here is a full list:

cl::NullRange    (No value)
ompi_stdio_seek_set    0
SEEK_END    2
ompi_stdio_seek_end    2
std::__ioinit    {...}
   _S_refcount    0
   _S_synced_with_stdio    false
SEEK_CUR    1
ompi_stdio_seek_cur    1
SEEK_SET    0

On 14-09-03 09:58 AM, Greg Watson wrote:
Do you have a stack frame selected in the Debug view? The Variables view will not display anything unless you have a stack frame selected.

Regards,
Greg

On Aug 21, 2014, at 2:52 PM, Valentin Vervondel <valentin.vervondel.1@xxxxxxxxxxxxx> wrote:

Hi,

When I start a parallel debug of my Open MPI application, I don't have my program variables displayed in the Variables tab of the parallel debug perspective. I actually have two Variables tab, the first one only contains variables such as ompi_stdio_seek_set, ompi_stdio_seek_end, SEEK_CUR, cl::NullRange, etc. but none of my own variables, no matter where I am debugging in the program. The second one iw just empty. Same for when I hover on a variable, no value is displayed.

I have tried closing the tabs and resetting the perspective, but the problem persists. I am using Luna with PTP 8.0.1 on Ubuntu.

Thanks!
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-user
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-user

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top