Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Run Parallel Application

This may be a defect.

To repeat this:
User start Eclipse with C/C++ perspective (assuming no AbstracParallelSetView visible), at this time, Eclipse won't start the orted automatically. Then user press Ctrl+F11 to run a preconfigured program, then there will be such a launch error.
I guess the error is caused when Eclipse waiting for the universe to populate (which is never populate, since PTPUIPlugin::refreshRuntimeSystem() is only called when the preference is changed or AbstractParallelSetView becomes visible, but neither is for above case).

The simplese workaround is, switch to debug perspective before run/debug a program. This way, PTP will start orted correctly before debug/run.

I could not find a way to report this. So I add it to the 163289 in Eclipse bugzilla. Craig, forgive me if this messed the orginal report.

-Chengdong

Back to the top