I've changed to the correct Trilinos directory and configured it per [1] so I get
-- Found TRILINOS:
but Trilinos doesn't seem to be configured correctly.. In the config
cmake -D Trilinos_ENABLE_Sacado=ON \
-D Trilinos_ENABLE_Stratimikos=ON \
-D CMAKE_BUILD_TYPE=RELEASE \
-D CMAKE_CXX_FLAGS="-g -O3" \
-D CMAKE_C_FLAGS="-g -O3" \
-D CMAKE_FORTRAN_FLAGS="-g -O5" \
-D Trilinos_EXTRA_LINK_FLAGS="-lgfortran" \
-D CMAKE_VERBOSE_MAKEFILE=FALSE \
-D Trilinos_VERBOSE_CONFIGURE=FALSE \
-D TPL_ENABLE_MPI=ON \
-D BUILD_SHARED_LIBS=ON \
-D CMAKE_INSTALL_PREFIX:PATH=$HOME/share/trilinos \
..
I changed the last line per instruction I've changed PATH=$HOME/share/trilinos \ to the correct Directory.
Is Trilinos configured correctly?
Thanks in advance,
Michael
Rest of the configlog:
-- Check whether the found trilinos package contains all required modules:
-- Found Amesos
-- Found Epetra
-- Found Ifpack
-- Found AztecOO
-- Found Sacado
-- Found Teuchos
-- Could not find a sufficient Trilinos installation: Trilinos has to be configured with the same MPI configuration as deal.II.
-- DEAL_II_WITH_TRILINOS has unmet external dependencies.
--
-- Include /home/mikey/deal.II/cmake/configure/configure_arpack.cmake
-- Could NOT find ARPACK (missing: ARPACK_LIBRARY)
-- DEAL_II_WITH_ARPACK has unmet external dependencies.
--
-- Include /home/mikey/deal.II/cmake/configure/configure_boost.cmake
-- Could NOT find Boost
-- DEAL_II_WITH_BOOST has unmet external dependencies.
-- DEAL_II_WITH_BOOST successfully set up with bundled packages.
--
-- Include /home/mikey/deal.II/cmake/configure/configure_functionparser.cmake
-- No module available for finding functionparser externally.
-- DEAL_II_WITH_FUNCTIONPARSER has unmet external dependencies.
-- DEAL_II_WITH_FUNCTIONPARSER successfully set up with bundled packages.
--
-- Include /home/mikey/deal.II/cmake/configure/configure_hdf5.cmake
-- Found HDF5: /usr/lib/libhdf5_hl.so;/usr/lib/libhdf5.so
-- Insufficient hdf5 installation found: hdf5 has to be configured with the same MPI configuration as deal.II.
-- DEAL_II_WITH_HDF5 has unmet external dependencies.
--
-- Include /home/mikey/deal.II/cmake/configure/configure_mumps.cmake
-- DEAL_II_WITH_MUMPS has unmet configuration requirements: DEAL_II_WITH_MPI has to be set to "ON".
--
-- Include /home/mikey/deal.II/cmake/configure/configure_netcdf.cmake
-- Could NOT find NETCDF (missing: _output NETCDF_CPLUSPLUS_LIBRARY NETCDF_C_LIBRARY NETCDF_INCLUDE_DIR)
-- DEAL_II_WITH_NETCDF has unmet external dependencies.
--
-- Include /home/mikey/deal.II/cmake/configure/configure_p4est.cmake
-- DEAL_II_WITH_P4EST has unmet configuration requirements: DEAL_II_WITH_MPI has to be set to "ON".
--
-- Include /home/mikey/deal.II/cmake/configure/configure_slepc.cmake
-- DEAL_II_WITH_SLEPC has unmet configuration requirements: DEAL_II_WITH_PETSC has to be set to "ON".
--
-- Include /home/mikey/deal.II/cmake/configure/configure_zlib.cmake
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.7")
-- All external dependencies for DEAL_II_WITH_ZLIB are fullfilled.
-- DEAL_II_WITH_ZLIB successfully set up with external dependencies.
--
-- Configuring done. Proceed to target definitions now.
-- Found Perl: /usr/bin/perl (found version "5.14.2")
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
###
#
# deal.II configuration:
# CMAKE_BUILD_TYPE: DebugRelease
# BUILD_SHARED_LIBS: ON
# CMAKE_INSTALL_PREFIX: /home/mikey/deal.II
# CMAKE_SOURCE_DIR: /home/mikey/deal.II (Version 8.0.0)
# CMAKE_BINARY_DIR: /home/mikey/deal.II
# CMAKE_CXX_COMPILER: GNU 4.7.3 on platform Linux x86_64
# /usr/bin/c++
#
# Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION = ON):
# ( DEAL_II_WITH_64BIT_INDICES = OFF )
# ( DEAL_II_WITH_ARPACK = OFF )
# DEAL_II_WITH_BOOST set up with bundled packages
# DEAL_II_WITH_FUNCTIONPARSER set up with bundled packages
# ( DEAL_II_WITH_HDF5 = OFF )
# DEAL_II_WITH_LAPACK set up with external dependencies
# ( DEAL_II_WITH_METIS = OFF )
# ( DEAL_II_WITH_MPI = OFF )
# ( DEAL_II_WITH_MUMPS = OFF )
# ( DEAL_II_WITH_NETCDF = OFF )
# ( DEAL_II_WITH_P4EST = OFF )
# ( DEAL_II_WITH_PETSC = OFF )
# ( DEAL_II_WITH_SLEPC = OFF )
# DEAL_II_WITH_THREADS set up with bundled packages
# ( DEAL_II_WITH_TRILINOS = OFF )
# DEAL_II_WITH_UMFPACK set up with bundled packages
# DEAL_II_WITH_ZLIB set up with external dependencies
#
# Component configuration:
# DEAL_II_COMPONENT_COMPAT_FILES
# ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
# DEAL_II_COMPONENT_EXAMPLES
# DEAL_II_COMPONENT_MESH_CONVERTER
# ( DEAL_II_COMPONENT_PARAMETER_GUI = OFF )
#
# Detailed information (compiler flags, feature configuration) can be found in detailed.log
#
###
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mikey/deal.II