Skip to main content

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

I got same error. And I got it work fortunately.

On my machine, the reason was: orted did not start correctly.
Basically, when user chooses to run a MPI program, Eclipse will start ptp_orte_proxy, which then start the orted. If either of them could not start correctly, the lauch will fail.

Please make sure orted is in your path, and also check the following preference page:  PTP>Open RTE, and make sure the "RETE|PTP proxy server file" is set correctly (it should be in workspace/org.eclipse.ptp.linux.x86/bin), also uncheck the  Launch ORTE server manually, press Apply. Then rerun the program.

If orted is started correctly, the program should run (except something else happens), you can check orted start or not by using:
   $> ps -elf | grep orte

If it is not started, then there maybe something else causes the problem.

Hope this helps.
-Chengdong

Back to the top