Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Re: link error 243- building MPI

Hello Beth,

After i went through the link you provided i found the following
problems with PTP as specified in the trouble-shooting section:

"There was an error starting the OMPI proxy runtime. The path to
'ptp_orte_proxy' or 'orted' may have been incorrect. The 'orted'
binary MUST be in your PATH to be found by 'ptp_orte_proxy'. Try
checking the console log or error logs for more detailed information."

So i set the environment variable as follows:

OPENMPI_PATH="/usr/include/openmpi:/usr/lib/openmpi"

export PATH="$PATH:$OPENMPI_PATH:"

The above path also have orted inside openmpi/ . Do i have to include
that as well.

but i still have the problem that orted path not specified.


I tried to edit that from within eclipse, but could not do that as th
GUI never show up.

I installed PTP from within the eclipse workbench from the remote site
as specified.

The problem that i guess is the with the path setting but cannot be
specific where.


Any hint?


Sajjad


Back to the top