On 1/16/21 2:04 AM, Behrooz Karami wrote:
Error! This tutorial requires a deal.II library that was configured with
the following options:
DEAL_II_WITH_MPI = ON
DEAL_II_WITH_PETSC = ON
DEAL_II_PETSC_WITH_COMPLEX = OFF
However, the deal.II library found at /usr/local was configured with these
options
DEAL_II_WITH_MPI = OFF
DEAL_II_WITH_PETSC = OFF
DEAL_II_PETSC_WITH_COMPLEX =
This is while I use the
'cmake -DDEAL_II_DIR=/path/to/the/source .'
command to address the right configurations. Also when I check the cmake
configurations in installed folder they look OK and with correct configurations.
Could you please advise me on this issue as well?
Behrooz -- the error message says what the problem is. step-18 requires
"DEAL_II_WITH_MPI=ON", but your installation has "DEAL_II_WITH_MPI=OFF", and
similarly for PETSc. In order to run step-18, you need to install deal.II with
a PETSc installation and with MPI installed, but you didn't. The steps
necessary to do that are listed in the doc/readme.html file.
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dealii/f176c1af-b90b-6419-7c14-d823aea058f7%40colostate.edu.