[Trilinos-Users] Trilinos Installation Error

Tommy Binford tbinford at gmail.com
Fri Mar 25 02:45:26 MDT 2011


Kumar,

Try replacing the TPL_BLAS_LIBRARIES and
TPL_LAPACK_LIBRARIES  in your do-configure script
with these:

  -D TPL_LAPACK_LIBRARIES:STRING="-L/usr/lib -llapack" \
  -D TPL_BLAS_LIBRARIES:STRING="-L/usr/lib -lblas" \

I can reproduce the failures you have noted for Teuchos on my
system using your do-configure.  Changing those two lines
makes the failures go away.

Best,
Tommy

On Fri, Mar 25, 2011 at 2:06 AM, narendiran kumar
<narendirankumar at gmail.com> wrote:
> Dear Sir/Madam,
>
> While i am trying to "do-configure", i am getting number of failed notice.
> I need some help to know, what are all the library required to enable all
> this packages. And also this do-configure script is sufficient to enable and
> link LAPACK and BLAS libraries.
>
>
> Regards,
> K. Narendiran
>
>
>
> *** do-configure run time failed notices ****
>
> Configuring individual enabled Trilinos packages ...
>
> Processing enabled package: TrilinosFramework (tests, examples)
> Processing enabled package: Teuchos (tests, examples)
> -- Performing Test HAVE_GCC_ABI_DEMANGLE
> -- Performing Test HAVE_GCC_ABI_DEMANGLE - Success
> -- Performing Test HAVE_TEUCHOS_BLASFLOAT
> -- Performing Test HAVE_TEUCHOS_BLASFLOAT - Success
> -- Performing Test CXX_COMPLEX_BLAS_WORKS
> -- Performing Test CXX_COMPLEX_BLAS_WORKS - Failed
> -- Performing Test HAVE_FIXABLE_COMPLEX_BLAS_PROBLEM
> -- Performing Test HAVE_FIXABLE_COMPLEX_BLAS_PROBLEM - Failed
> Processing enabled package: ThreadPool (tests, examples)
> Processing enabled package: Sacado (tests, examples)
> -- Performing Test HAS_C99_TR1_CMATH
> -- Performing Test HAS_C99_TR1_CMATH - Failed
> Processing enabled package: RTOp (tests, examples)
> Processing enabled package: Kokkos (tests, examples)
> Processing enabled package: Epetra (tests, examples)
> Processing enabled package: Zoltan (tests, examples)
> Processing enabled package: Shards (tests, examples)
> Processing enabled package: GlobiPack (tests, examples)
> Processing enabled package: Triutils (tests, examples)
> Processing enabled package: Tpetra (tests, examples)
> Processing enabled package: EpetraExt (tests, examples)
> Processing enabled package: Thyra (tests, examples)
> Processing enabled package: OptiPack (tests, examples)
> Processing enabled package: Isorropia (tests, examples)
> Processing enabled package: Pliris (tests, examples)
>      Building the double precision(default) library
> Processing enabled package: AztecOO (tests, examples)
> Processing enabled package: Galeri (tests, examples)
> Processing enabled package: Amesos (tests, examples)
> Processing enabled package: Pamgen (tests, examples)
> Processing enabled package: Ifpack (tests, examples)
> Processing enabled package: Komplex (tests, examples)
> Processing enabled package: ML (tests, examples)
> --   WARNING:  Setting ML_ENABLE_Zoltan=OFF since ML_ENABLE_MPI=OFF!
> Processing enabled package: Belos (tests, examples)
> Processing enabled package: Ifpack2 (tests, examples)
> Processing enabled package: Stratimikos (tests, examples)
> Processing enabled package: FEI (tests, examples)
> Processing enabled package: Anasazi (tests, examples)
> Processing enabled package: Intrepid (tests, examples)
> Processing enabled package: NOX (tests, examples)
> Processing enabled package: Moertel (tests, examples)
> -- HAVE_MOERTEL_EXODUS=''
> Processing enabled package: Rythmos (tests, examples)
> Processing enabled package: MOOCHO (tests, examples)
> Processing enabled package: Mesquite (tests, examples)
> -- Looking for times
> -- Looking for times - found
> -- Looking for clock
> -- Looking for clock - found
> -- Looking for cbrt
> -- Looking for cbrt - not found
> -- Looking for vsnprintf
> -- Looking for vsnprintf - found
> -- Looking for vsprintf
> -- Looking for vsprintf - found
> -- Looking for finite
> -- Looking for finite - found
> -- Looking for _Isfinite
> -- Looking for _Isfinite - not found
> -- Looking for ieeefp.h
> -- Looking for ieeefp.h - not found
> -- Looking for ieeefp.h
> -- Looking for ieeefp.h - not found
> -- Looking for inttypes.h
> -- Looking for inttypes.h - found
> -- Looking for termios.h
> -- Looking for termios.h - found
> -- Looking for sys/ioctl.h
> -- Looking for sys/ioctl.h - found
> -- Looking for dlfcn.h
> -- Looking for dlfcn.h - found
> -- Looking for fcntl.h
> -- Looking for fcntl.h - found
>
> Exporting library dependencies ...
>
> -- Configuring done
> -- Generating done
> -- Build files have been written to:
> /home/narendiran/Downloads/trilinos-10.6.3-Build
> root at narendiran:/home/narendiran/Downloads/trilinos-10.6.3-Build#
>
>
>
>
> **** do-configure ***
> #!/bin/bash
>
> TRILINOS_PATH=/home/narendiran/Downloads/trilinos-10.6.3-Source
>
> EXTRA_ARGS=$@
>
> rm -f CMakeCache.txt
>
>
> cmake \
> -D CMAKE_BUILD_TYPE:STRING=DEBUG \
> -D CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ \
> -D CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc \
> -D CMAKE_Fortran_COMPILER:FILEPATH=/usr/bin/gfortran \
> -D Trilinos_ENABLE_ALL_PACKAGES:BOOL=ON \
> -D Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
> -D Trilinos_ENABLE_TESTS:BOOL=ON \
> -D Trilinos_ENABLE_EXAMPLES:BOOL=ON \
> -D DART_TESTING_TIMEOUT:STRING=600 \
> -D BUILD_SHARED_LIBS:BOOL=ON \
> -D TPL_ENABLE_MPI:BOOL=OFF \
> -D CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE  \
> -D Trilinos_VERBOSE_CONFIGURE:BOOL=FALSE   \
> -D Trilinos_ENABLE_COVERAGE_TESTING:BOOL=ON  \
> -D TPL_BLAS_LIBRARIES:FILEPATH="/usr/lib/libblas.a" \
> -D TPL_LAPACK_LIBRARIES:FILEPATH="/usr/lib/liblapack.a" \
> -D TPL_ENABLE_LAPACK:STRING=ON \
> -D CMAKE_INSTALL_PREFIX="/home/narendiran/Downloads/trilinos-10.6.3-Build" \
> $EXTRA_ARGS \
> ${TRILINOS_PATH}
>
>
> _______________________________________________
> Trilinos-Users mailing list
> Trilinos-Users at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/trilinos-users
>
>




More information about the Trilinos-Users mailing list