Christian,
I did the following:
$> tar xvzf lam-7.1.1.tar.gz -C /usr/local/src
$> cd /usr/local/src/lam-7.1.1
$> ./configure --prefix="/usr/local" --with-trillium
--with-rsh=/usr/bin/ssh --with-fc=/opt/ibmcmp/xlf/8.1/bin/xlf
FFLAGS="-O4 -qprefetch" CC=/opt/ibmcmp/vacpp/6.0/bin/xlc CFLAGS="-O4
-qprefetch" CXX=/opt/ibmcmp/vacpp/6.0/bin/xlc++ CXXFLAGS="-O4
-qprefetch"
$> make
The error was the following:
[...]
/opt/ibmcmp/vacpp/6.0/bin/xlc -O4 -qprefetch -g -Wl,-multiply_defined
-Wl,suppress -o mpirun mpirun.o totalview.o
../../share/liblam/.libs/liblam.a ../../share/libtldl/.libs/libltdlc.a
-ldl -lutil
/usr/bin/ld: can't locate file for: -lutil
make[2]: *** [mpirun] Error 1
[...]
Any suggestions?
What is the best way to compile LAM and perform best optimization for
G5?
Cheers,
Eric.
On Oct 4, 2004, at 2:15 PM, Christian Simon wrote:
> Hi Eric,
>
> Could you please give more details about the error messages you get ?
> At what point do you have troubles ?
>
>> Good morning,
>>
>> I tried to find such post in the archives but without success.
>>
>> I would like to compile LAM-MPI 7.1.1 on Mac OS X (10.3.5) platform
>> with XLC/XLF IBM compilers (September 2004 versions)
>>
>> I succeeded with the previous version (7.0.4) with same
>> configuration, but right now I have an issue with "libutil" that is
>> not necessary on this platform.
>>
>> Did someone succeeded in that configuration case?
>>
>> Cheers,
>> Eric.
>>
>> _______________________________________________
>> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>>
>>
>
|