[Trilinos-Users] Installing Trilinos on Mac OS X 10.5

Frischknecht, Amalie L alfrisc at sandia.gov
Thu Oct 16 16:12:41 MDT 2008



All,

FYI, I built Trilinos 8.0.8 on Mac OS X 10.5 using openmpi 1.2.7 and the gnu compilers, gcc, g++, and gfortran (version 4.3.2).  I built the newer versions of the compilers using gcc 4.0.1 that was on the Mac already.  The trilinos script was:

../configure -C --enable-mpi --with-mpi-compilers=/usr/local/openmpi/bin CXX=/usr/local/gcc-4.3.2/bin/g++ CC=/usr/local/gcc-4.3.2/bin/gcc F77=/usr/local/gcc-4.3.2/bin/gfortran CFLAGS=-O0 CXXFLAGS=-O0 FFLAGS=-O0  --prefix=/Users/alfrisc/Documents/Sandia_research/computer-software/trilinos-8.0.8/amac_lib --with-install="/usr/bin/install -p"  --with-ldflags="-Wl,-multiply_defined -Wl,suppress" --with-libs="-framework vecLib" --disable-default-packages --disable-examples --disable-tests --enable-aztecoo --enable-triutils --enable-epetra --enable-epetraext --enable-teuchos --enable-amesos --enable-nox --enable-loca --enable-ifpack --enable-ml --with-gnumake

Cheers,
Amalie


On 10/13/08 8:19 AM, "Littlewood, David John" <djlittl at sandia.gov> wrote:

Matt,

I was also able to install Trilinos 9 on a Mac running OS X 10.5.  The configuration I used is below.  I'm using MPICH2 version 1.0.7 and gfortran 4.4.0 (can be found at hpc.sourceforge.net).  I used gcc 4.0.1 for my c/c++ compiler which is probably on your machine already (if not, you may need to install XTools).

../configure --prefix=/Users/djlittl/Packages/trilinos/trilinos-9.0.0/MACX_MPI FLIBS="-L/usr/local/lib -lgfortran" CXXFLAGS="-DMPICH_IGNORE_CXX_SEEK" LDFLAGS="-framework vecLib" --with-gnumake --enable-mpi --with-mpi-compilers --disable-default-packages --enable-anasazi --with-loca-anasazi --enable-teuchos --enable-epetra --enable-epetraext --enable-aztecoo --enable-triutils --enable-amesos --enable-ifpack --enable-ifpack-teuchos --enable-ml --enable-nox --enable-nox-epetra --enable-nox-epetraext --enable-loca --enable-nox-ml --enable-didasko --enable-sacado --enable-rythmos --enable-thyra --enable-stratimikos --enable-examples --enable-new_package | tee configure_MACX_MPI.log

Dave



---------------------------------------------------
Amalie Frischknecht, Ph.D.
Computational Materials Science & Engineering
Sandia National Laboratories
PO Box 5800 MS-1411
Albuquerque, NM 87185-1411

505-284-8585 (office)
505-844-9781 (fax)
alfrisc at sandia.gov
---------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20081016/93942459/attachment.html 


More information about the Trilinos-Users mailing list