[Trilinos-Users] amesos-mumps: configure warning: --build, --host, --target

Phipps, Eric T etphipp at sandia.gov
Mon Nov 3 10:14:11 MST 2008


Hi Daniele,

You need quotes around the contents of your -with-libs argument, otherwise each library is interpreted as a separate argument.  You probably also need to get rid of the continuation characters and put it all on one line as below:

--with-libs="/usr/local/mumps/MUMPS_4.8.3/lib/libdmumpsMACOSX.a /usr/local/mumps/MUMPS_4.8.3/lib/libmumps_commonMACOSX.a /usr/local/mumps/MUMPS_4.8.3/lib/libpordMACOSX.a /usr/local/scalapack/scalapack-1.8.0/libscalapack.a /usr/local/blacs/BLACS/LIB/blacs_MPI-MACOSX-0.a /usr/local/blacs/BLACS/LIB/blacsF77init_MPI-MACOSX-0.a /usr/local/blacs/BLACS/LIB/blacsCinit_MPI-MACOSX-0.a" \

-Eric


On 11/3/08 6:01 AM, "Daniele Avitabile" <d.avitabile at gmail.com> wrote:

Hi all,

I went through the rather painful yet successfull installation of BLACS, SCALAPACK and MUMPS in order to enable amesos-mumps on Mac OS 10.5 Leopard.

I receive a warning by configure, namely:

configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /usr/local/mumps/MUMPS_4.8.3/lib/libmumps_commonMACOSX.a

and similar for other libraries.
Here is my configuration script: I should point out that I have added only the --with-libs lines. This scritpt has otherwise always functioned correctly for me...

Any ideas?

Best.

Daniele

-----------------------------------------------------------------------------------------------
../configure --prefix=/usr/local/trilinos/trilinos-9.0.0/MAC_MPI/build \
--enable-mpi --with-mpi-compilers \
--cache-file=config.cache \
--enable-nox-lapack \
--enable-nox-epetra \
--enable-loca-lapack \
--enable-loca-epetra \
--enable-amesos \
--enable-amesos-mumps \
--enable-anasazi \
--enable-aztecoo \
--enable-ifpack \
--enable-ml \
--enable-teuchos \
--enable-teuchos-complex \
--enable-triutils \
--enable-galeri \
--disable-examples \
--disable-tests \
--with-libs=/usr/local/mumps/MUMPS_4.8.3/lib/libdmumpsMACOSX.a \
/usr/local/mumps/MUMPS_4.8.3/lib/libmumps_commonMACOSX.a \
/usr/local/mumps/MUMPS_4.8.3/lib/libpordMACOSX.a \
/usr/local/scalapack/scalapack-1.8.0/libscalapack.a \
/usr/local/blacs/BLACS/LIB/blacs_MPI-MACOSX-0.a \
/usr/local/blacs/BLACS/LIB/blacsF77init_MPI-MACOSX-0.a \
/usr/local/blacs/BLACS/LIB/blacsCinit_MPI-MACOSX-0.a \
CFLAGS="-O3 -ftree-vectorize" \
CXXFLAGS="-O3 -ftree-vectorize" \
FFLAGS="-O3 -ftree-vectorize" \
FLIBS="-Wl,-framework -Wl,vecLib -lSystem"



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20081103/b0410218/attachment.html 


More information about the Trilinos-Users mailing list