[Trilinos-Users] Problem with compilation errors

Chukwudi Chukwudozie chdozie at gmail.com
Thu Oct 5 20:27:26 EDT 2017


Hi,

I am new to trilinos. I am trying to compile a version on a linux machine
using intel compilers and I keep getting messages related to C++11. I
turned off C++ enable, however, my compilation was not successful since
MueLu depends on it. How do I go about solving this? Below is my
configuration file.

Thanks

cmake \

  -D Trilinos_ENABLE_CXX11=OFF \

  -D TPL_BLAS_LIBRARIES="
/usr/local/compilers/Intel/cluster_studio_xe_2013.1.046/mkl/lib/intel64" \

  -D TPL_LAPACK_LIBRARIES="
/usr/local/compilers/Intel/cluster_studio_xe_2013.1.046/mkl/lib/intel64" \

  -D TPL_ENABLE_MPI:BOOL=ON \

  -D CMAKE_BUILD_TYPE:STRING=RELEASE \

  -D BUILD_SHARED_LIBS:BOOL=ON \

  -D CMAKE_INSTALL_PREFIX=$TRILINOS_PATH/install \

  -D CMAKE_C_COMPILER:FILEPATH=$CC \

  -D CMAKE_CXX_COMPILER:FILEPATH=$CXX \

  -D CMAKE_Fortran_COMPILER:FILEPATH=$F90 \

  -D Trilinos_ENABLE_TESTS:BOOL=OFF \

  -D Trilinos_ENABLE_Sacado=ON \

  -D Trilinos_ENABLE_MueLu:BOOL=ON \

  -D Trilinos_ENABLE_Stratimikos=ON \

  $TRILINOS_PATH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://trilinos.org/pipermail/trilinos-users/attachments/20171005/bac87298/attachment.html>


More information about the Trilinos-Users mailing list