Skip to main content

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

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!


Back to the top