Skip to main content

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

Chengdong,

Go into preferences and select 'Run/Debug', then 'Perspectives'. Choose 'Parallel Application' from 'Application types', the select 'Always' to open the associated perspective when launching. This should allow you to launch from the C/C++ perspective before the runtime has started.

There is a problem when the setting is 'Prompt'. I'll open a bug on it.

Greg

On Mar 14, 2007, at 12:56 PM, Chengdong Li wrote:

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
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top