Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Problems building ptp-proxy-4.0.5-I201011100956


I'll update the PTP 4.0 release notes to state that in the case where you have a conflict in address mode between the LoadLeveler libllapi library and the ptp_ibmpe_proxy and ptp_ibmll_proxy executables, you must set the 32 or 64 bit mode by exporting CFLAGS with the correct address mode setting before invoking the BUILD script.
 
Dave


From: Claudia Knobloch <c.knobloch@xxxxxxxxxxxxx>
To: <ptp-user@xxxxxxxxxxx>
Date: 02/10/2011 09:57 AM
Subject: [ptp-user] Problems building ptp-proxy-4.0.5-I201011100956
Sent by: ptp-user-bounces@xxxxxxxxxxx






>  Von: "Stephan, Michael"<m.stephan@xxxxxxxxxxxxx>
>  Datum: 9. Februar 2011 15:10:26 MEZ
>  An: "ptp-user@xxxxxxxxxxx"<ptp-user@xxxxxxxxxxx>
>  Betreff: Problems building ptp-proxy-4.0.5-I201011100956
>
>
>  Hi developers,
>
>  I've tried to install ptp-proxy-4.0.5-I201011100956 under Linux(PPC) on a system using LoadLeveler and found two bugs.
>
>  After unzipping the archive (ptp-proxy-4.0.5-I201011100956.zip) I got two LoadLeveler directories
>
>>  ll -d org.eclipse.ptp.rm.ibm.ll.proxy*
>  drwxr-xr-x 2 mstephan zam 32K 2010-11-10 10:09 org.eclipse.ptp.rm.ibm.ll.proxy_4.0.5.201011100956
>  drwxr-xr-x 4 mstephan zam 32K 2010-11-10 10:09 org.eclipse.ptp.rm.ibm.ll.proxy.4.0.5.201011100956
>
>  The first of those directories (where the BUILD script is looking for the code) is empty. I fixed this with
>
>>  rmdir org.eclipse.ptp.rm.ibm.ll.proxy_4.0.5.201011100956/
>>  mv org.eclipse.ptp.rm.ibm.ll.proxy.4.0.5.201011100956/ org.eclipse.ptp.rm.ibm.ll.proxy_4.0.5.201011100956
>
>  The second issue is that on Linux(PPC) the LoadL-API is only available in a 64bit version. But the BUILD process is creating a 32bit binary, which understandably is not working correct. Using
>
>>  CFLAGS=" -m64" sh BUILD configure
>
>  creates the 64bit binary which then works fine. It should be at least documented that a 64bit version is necessary and how to build it.
>
>
>
>
>  Best regards
>
>       Michael
>
>  --------------------------------------------------------------
>  Dr. Michael Stephan
>  Institute for Advanced Simulation (IAS)
>  Juelich Supercomputing Centre (JSC)
>  Forschungszentrum Juelich GmbH
>  52425 Juelich
>  --------------------------------------------------------------
>
>


------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDirig Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top