Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Running parallel application with PTP.

> But this procedure works on 3.2.1. But on 3.2.2 I cannot run my
> parallel applications. I get the error:
>
> Exception occurred during launch:
> Reason: Error within Debug UI:
> java.lang.reflect.InvocationTargetException

I guess this is because orted did not start. Could you switch to PTP Debug perspective or PTP Runtime perspective, and then run your MPI program again?

There is a defect (see my comments on [ptp-user] Run Parallel Application): unless either preference setting is changed (for orted auto-start) or any PTP view becomes visible, the orted will not start automatically even if you have already set it to.

BTW, it should not relate to Eclispe 3.2.2. I am using E3.2.2 and CDT3.1.2. I can get the similiar error, but when I switch to a PTP Debug perspective and rerun, then it works. (Hope you too :-))

In my terminal from which I launch my Eclipse I got some messages:

> XXXXXXXXXXX refreshRuntimeSystems(false), isInitialized():true
> XXXXXXXXXXXX Waiting for Universe to Populate
> MODEL MANAGER: newJob(10)

This is a little different from my case. I did not see the refreshxxx message on my console. I can only see:
   XXXXXXXXXXXX   Waiting for Universe to Populate


-Chengdong

Back to the top