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

OK, will try it tonight.
Yes he installed it in /usr/local
(used all the defaults on ./configure so i could tell what they did.)

On 3/14/06, Greg Watson <g.watson@xxxxxxxxxxxx > wrote:
Beth,

I've uploaded a new version of the macosx binaries. Can you try again?

Note: with this version, you need to install OpenMPI in either $
(HOME) or /usr/local (so the libraries are located in $(HOME)/lib or /
usr/local/lib), or you need to set your DYLD_LIBRARY_PATH to the
location of the lib directory.

Greg

On Mar 12, 2006, at 7:59 PM, Beth Tibbitts wrote:

> notamacintel:/Applications/eclipse/plugins/
> org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/bin
> zach$ pwd
> /Applications/eclipse/plugins/
> org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/bin
> notamacintel:/Applications/eclipse/plugins/
> org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/bin
> zach$ otool -L sdm
> sdm:
>         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
> current version 88.1.5)
>         /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current
> version 92.0.0)
> notamacintel:/Applications/eclipse/plugins/
> org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/bin
> zach$
>
> On 3/12/06, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
>> 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
>>
>> _______________________________________________
>> ptp-dev mailing list
>> ptp-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/ptp-dev
>>
>
>
> --
> ...Beth
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev

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



--
...Beth


Back to the top