On 11/09/2016 03:44 PM, 'Joaquin M Valencia Bravo' via deal.II User Group wrote:

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 \


In case of deal.II, I followed the next steps:
 $   mkdir build
 $   cd build
 $   cmake -DCMAKE_INSTALL_PREFIX=/home/jomivalen/cfem/deal.II ../

Does this build deal.II with MPI? If you enter the last command, it will provide you with a summary at the end that states whether MPI was used or not.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
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.
  • [deal.II] Interfacing de... 'Joaquin' via deal.II User Group
    • [deal.II] Re: Inter... 'Joaquin' via deal.II User Group
      • Re: [deal.II] R... Wolfgang Bangerth
        • Re: [deal.I... 'Joaquin M Valencia Bravo' via deal.II User Group
          • Re: [de... Timo Heister
          • Re: [de... Wolfgang Bangerth
            • Re... 'Joaquin M Valencia Bravo' via deal.II User Group
              • ... Wolfgang Bangerth
                • ... 'Joaquin M Valencia Bravo' via deal.II User Group
                • ... Wolfgang Bangerth
                • ... 'Joaquin M Valencia Bravo' via deal.II User Group
                • ... Denis Davydov
                • ... 'Joaquin M Valencia Bravo' via deal.II User Group
                • ... Wolfgang Bangerth
                • ... 'Joaquin M Valencia Bravo' via deal.II User Group
                • ... Jean-Paul Pelteret
                • ... Wolfgang Bangerth
                • ... 'Joaquin M Valencia Bravo' via deal.II User Group
                • ... Wolfgang Bangerth
                • ... Yi-Chung Chen

Reply via email to