Hi Victor, I would check first of all, if you compiled Trilinos with the correct settings, e.g.
mkdir build cd build cmake \ -DCMAKE_C_COMPILER=/path_to_your_installation/mpich-3.2/bin/mpicc \ -DCMAKE_CXX_COMPILER=/path_to_your_installation/mpich-3.2/bin/mpicxx \ -DCMAKE_Fortran_COMPILER=/path_to_your_installation/mpich-3.2/bin/mpifort \ -DTrilinos_ENABLE_Amesos=ON \ -DTrilinos_ENABLE_Epetra=ON \ -DTrilinos_ENABLE_Ifpack=ON \ -DTrilinos_ENABLE_AztecOO=ON \ -DTrilinos_ENABLE_Sacado=ON \ -DTrilinos_ENABLE_Teuchos=ON \ -DTrilinos_ENABLE_MueLu=ON \ -DTrilinos_ENABLE_ML=ON \ -DTrilinos_VERBOSE_CONFIGURE=OFF \ -DTrilinos_ENABLE_EXPLICIT_INSTANTIATION=ON \ -DTPL_ENABLE_MPI=ON \ -DBUILD_SHARED_LIBS=ON \ -DCMAKE_VERBOSE_MAKEFILE=OFF \ -DCMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX:PATH=/path_to_the_folder_where_trilinos_should_be_installed/trilinos-12.8.1 \ ../ make -j8 install Then I would see, if python is configured correctly. Maybe your python libraries are buggy, so better check them with other programs that use python. Another option, would be to use candi: https://github.com/koecher/candi Hope these advices may be of little help to you. Kind regards, S. A. Mohseni -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to dealii+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.