Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Compile proxy for ibm loadleveler


Antal
The compile for the LoadLeveler proxy requires that you have a copy of the LoadLeveler header file llapi.h on your system. If LoadLeveler is installed in the standard install location (/usr/lpp/LoadL), then the configure script should find llapi.h in /usr/lpp/LoadL/full/include and you should not need to specify any parameters when you invoke configure.

If you have llapi.h installed somewhere other than the standard location, then you need to specify the --with-ll-header option to configure, specifying the directory containing llapi.h.

The LoadLeveler proxy also requires you to have access to libllapi.a. If Loadleveler is installed in the standard location, you don't need to specify anything to the proxy. If you have a private copy of libllapi.a, then you need to specify the pathname of the directory containing libllapi.a in teh Library Path Override field of the LoadLeveler proxy options panel.

If you're getting some other errors, then capture stdout/stderr from running configure and make then paste the relevant sections in an email to this list and I will look further.

Dave


"Antal A. Buss" <abuss@xxxxxxxxxxx>
Sent by: ptp-dev-bounces@xxxxxxxxxxx

12/02/2008 04:49 PM

Please respond to
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>

To
ptp-dev@xxxxxxxxxxx
cc
Subject
[ptp-dev] Compile proxy for ibm loadleveler





HI,

I'm  trying to compile the loadleveler proxy on AIX system (powerpc)
using the 2.1.0 release, but the standard configure, make sequence is
not working.
Do I need to specify something during the configuration step?

Thanks
Antal A. Buss


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


Back to the top