LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Eric Circlaeys (eric.c_at_[hidden])
Date: 2004-10-09 02:54:28


Thanks to Christian I compiled with success LAM on Mac OS X with IBM
compilers.

I tested different options in order to optimize the compilation.
In fact my old method with -O5 or -O4 flags produced errors with linker
and libutil.
This is strange in that case because the lib should be disabled with
the configure...

I succeeded finally with the following:

./configure --prefix="/usr/local/lam-7.1.1" --with-trillium
--disable-tv --disable-tv-queue --with-memory-manager=none
--with-rsh="/usr/bin/ssh -x" --with-fc=/opt/ibmcmp/xlf/8.1/bin/xlf
FFLAGS='-O3 -qextname -qstrict -qarch=auto -qtune=auto -qcache=auto'
CC=/opt/ibmcmp/vacpp/6.0/bin/xlc CFLAGS='-O3 -qstrict -qarch=auto
-qtune=auto -qcache=auto' CXX=/opt/ibmcmp/vacpp/6.0/bin/xlc++
CXXFLAGS='-O3 -qstrict -qarch=auto -qtune=auto -qcache=auto'

Do you have any suggestions?

Cheers,
Eric.

On Oct 8, 2004, at 6:06 PM, lam-request_at_[hidden] wrote:

> From: Christian Simon <csimon_at_[hidden]>
> Date: October 8, 2004 5:52:41 PM CEST
> To: lam_at_[hidden]
> Subject: LAM: libs re-compilation under MacOSX
> Reply-To: General LAM/MPI mailing list <lam_at_[hidden]>
>
>
> Hi everyone,
>
> Sorry if my question is very similar to one recently asked by Eric
> Circlaeys, but I'd like
> to go one step further...
>
> I use IBM's XLC/XLF under MacOSX Server 10.3.5. and I need fortran
> support,
> so I recompiled the lam-mpi libs (7.1 version, with 7.1.1, I did not
> tried), very simply:
>
> ./configure CC=xlc FC=xlf FFLAGS=-qextname --prefix=/usr/local/lam-7.1
> --with-trillium --disable-tv-queue --with-memory-manager=none
>
> Things work. Ok. But I would like to improve performances.
> What would you suggest (apart adding CFLAGS=-O3) ?
>
> What is the configure command issued for the package (.dmg)
> distributed ?
> Does it use gcc or another C compiler ?
>
> Thanks very much in advance,
> --
> Christian


  • text/enriched attachment: stored