[Trilinos-Users] Trilinos installation error

Perschbacher, Brent M bmpersc at sandia.gov
Thu Mar 24 09:05:37 MDT 2011


The snippet from your make output doesn’t have the actual error that was encountered. Could you attach all the output from your make run so that we can help you figure out what the problem is?

Thanks,

Brent


On 3/24/11 4:41 AM, "narendiran kumar" <narendirankumar at gmail.com> wrote:

Dear Sir/Madam,

I am trying to install trilinos package (10.6.3).  After i completed "./do-configure" step.  I tired to "make -j4".  But it is giving the error that

make[2]: Leaving directory `/home/narendiran/Downloads/trilinos-10.6.3-Build'
/usr/local/bin/cmake -E cmake_progress_report /home/narendiran/Downloads/trilinos-10.6.3-Build/CMakeFiles  92
[ 20%] Built target teuchos
make[1]: Leaving directory `/home/narendiran/Downloads/trilinos-10.6.3-Build'
make: *** [all] Error 2
root at narendiran:/home/narendiran/Downloads/trilinos-10.6.3-Build#

Can anyone please help me.  How to processed further to move.


Regards,
K. Narendiran


*** do-configure script ***

#!/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_Epetra:BOOL=ON \
  -D Trilinos_ENABLE_EpetraExt:BOOL=ON \
  -D Trilinos_ENABLE_Teuchos:BOOL=ON \
  -D Trilinos_ENABLE_AztecOO:BOOL=ON \
  -D Trilinos_ENABLE_Epetra:BOOL=ON \
  -D Trilinos_ENABLE_Teuchos:BOOL=ON \
  -D Trilinos_ENABLE_NOX:BOOL=ON \
  -D Trilinos_ENABLE_MOOCHO:BOOL=ON \
  -D Trilinos_ENABLE_Anasazi:BOOL=ON \
  -D Trilinos_ENABLE_Sacado:BOOL=ON \
  -D Trilinos_ENABLE_Stokhos:BOOL=ON \
  -D Trilinos_ENABLE_Rythmos:BOOL=ON \
  -D Trilinos_ENABLE_CTrilinos:BOOL=ON \
  -D Trilinos_ENABLE_ForTrilinos:BOOL=ON \
  -D Trilinos_ENABLE_FEI:BOOL=ON \
  -D Trilinos_ENABLE_Intrepid:BOOL=ON \
  -D Trilinos_ENABLE_STK:BOOL=ON \
  -D Trilinos_ENABLE_Teuchos:BOOL=ON \
  -D Trilinos_ENABLE_CTrilinos:BOOL=ON \
  -D Trilinos_ENABLE_ForTrilinos:BOOL=ON \
  -D Trilinos_ENABLE_Epetra:BOOL=ON \
  -D Trilinos_ENABLE_RTOp:BOOL=ON \
  -D Trilinos_ENABLE_Galeri:BOOL=ON \
  -D Trilinos_ENABLE_Optika:BOOL=ON \
  -D Trilinos_ENABLE_ThreadPool:BOOL=ON \
  -D Trilinos_ENABLE_Phalanx:BOOL=ON \
  -D Trilinos_ENABLE_Shards:BOOL=ON \
  -D Trilinos_ENABLE_Didasko: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 BLAS_LIBRARY_NAMES:STRING="blas_LINUX.a" \
  -D TPL_ENABLE_LAPACK:STRING=ON \
  -D TPL_ENABLE_QT:STRING=OFF \
  -D TPL_BLAS_LIBRARIES:FILEPATH="/home/narendiran/Downloads/clapack-3.2.1-CMAKE/blas_LINUX.a;/usr/lib/libblas.a;/usr/lib/libblas.so" \
  -D TPL_LAPACK_LIBRARIES:FILEPATH="/home/narendiran/Downloads/clapack-3.2.1-CMAKE/lapack_LINUX.a;/usr/lib/liblapack.a;/usr/lib/liblapack.so" \
  -D LAPACK_LIBRARY_NAMES:STRING="lapack_LINUX.a" \
  -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://software.sandia.gov/pipermail/trilinos-users/attachments/20110324/7180cd5f/attachment.html 


More information about the Trilinos-Users mailing list