Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Trying PTP on a Mac Mini

I suspect Nathan statically linked the orte_server and sdm, rather than dynamically linking them. Can you do the following and send me the output?

cd eclipse/plugins/org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/bin
otool -L sdm

We'll do an RC4 build this week which hopefully should fix this problem.

Greg



On Mar 12, 2006, at 5:02 PM, Beth Tibbitts wrote:

OK, just for grins my son is trying to install PTP on his Mac Mini.
Stop me if this won't work for some reason...

We have java 1.4.2, eclipse 3.1.2, CDT 3.0.2, OpenMPI 1.0.2a, and PTP RC3 from the download site.
Can run a test ompi program.
Can build a testMPI.c program in the CDT. Can run the MPI dev. tools plugins.
Trying to use PTP parallel debugger:
It hangs on "Starting the debugger..." then eventually says "Exception occurred during launch. Reason: time out"

It doesn't have anything recent in the .log file.
I did a cleanupOmpi.sh to kill any ompi/orte processes etc.

Any ideas, or is this a stupid thing to try to do?

--
...Beth

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top