Dear all,
I hope someone help me. I want to run step-40, so I need trilinos and petsc. First, I'm trying to interface trilinos-12.6.2 with deal.II-8.4.1. My computer has a gnu 4.8.4 compiler. Everything is ok until the "make test". The five step failed. I'm sending detailed.log and quicktests.log files.
--
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 a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/r4B-B-s6fO4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/r4B-B-s6fO4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
cmake \ -D Trilinos_ENABLE_Sacado=ON \ -D Trilinos_ENABLE_MueLu:BOOL=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 \
--
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 a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/r4B-B-s6fO4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
cmake \ -DTrilinos_ENABLE_Sacado=ON \ -DTrilinos_ENABLE_MueLu:BOOL=ON \ -DTrilinos_ENABLE_Stratimikos=ON \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_CXX_FLAGS="-g -O3" \ -DCMAKE_C_FLAGS="-g -O3" \ -DCMAKE_FORTRAN_FLAGS="-g -O5" \ -DTrilinos_EXTRA_LINK_FLAGS="-lgfortran" \ -DCMAKE_VERBOSE_MAKEFILE=FALSE \ -DTrilinos_VERBOSE_CONFIGURE=FALSE \ -DTPL_ENABLE_MPI=ON \ -DBUILD_SHARED_LIBS=ON \ -DCMAKE_INSTALL_PREFIX:PATH=$HOME/share/trilinos \
$ make -j8 install
In case of dealii, I followed the next steps:
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/home/jomivalen/cfem/deal.II \
-DTRILINOS_DIR=/home/jomivalen/thesis/trilinos-12.6.2 \
-DDEAL_II_WITH_TRILINOS=ON -DDEAL_II_WITH_MPI=ON ../
$ make -j8 install
$ make test (failed)
Thank you for your patience,Joaquin
--
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 a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/r4B-B-s6fO4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
cmake \ -DTrilinos_ENABLE_Sacado=ON \ -DTrilinos_ENABLE_MueLu:BOOL=ON \ -DTrilinos_ENABLE_Stratimikos=ON \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_CXX_FLAGS="-g -O3" \ -DCMAKE_C_FLAGS="-g -O3" \ -DCMAKE_FORTRAN_FLAGS="-g -O5" \ -DTrilinos_EXTRA_LINK_FLAGS="-lgfortran" \ -DCMAKE_VERBOSE_MAKEFILE=FALSE \ -DTrilinos_VERBOSE_CONFIGURE=FALSE \ -DTPL_ENABLE_MPI=ON \ -DBUILD_SHARED_LIBS=ON \ -DCMAKE_INSTALL_PREFIX:PATH=$HOME/share/trilinos \
$ make -j8 install
In case of dealii, I followed the next steps:
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/home/jomivalen/cfem/deal.II \
-DTRILINOS_DIR=/home/jomivalen/thesis/trilinos-12.6.2 \
-DDEAL_II_WITH_TRILINOS=ON -DDEAL_II_WITH_MPI=ON ../
$ make -j8 install
$ make test (failed)
Thank you for your patience,Joaquin
--
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 a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/r4B-B-s6fO4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/r4B-B-s6fO4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-D TPL_ENABLE_MPI:BOOL=ON \
-D MPI_BASE_DIR:PATH=$DIR_BASE/OpenMPI/build/ \
-D CMAKE_CXX_COMPILER:FILEPATH=mpicxx \
-D CMAKE_C_COMPILER:FILEPATH=mpicc \
-D CMAKE_Fortran_COMPILER:FILEPATH=mpif90 \
-D Trilinos_EXTRA_LINK_FLAGS:STRING="-lgfortran" \
--
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 a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/r4B-B-s6fO4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Apparently I used the same MPI by default for both of them.
To unsubscribe from this group and all its topics, send an email to dealii+un...@googlegroups.com.