Hello Wolfgang, You're right, that isn't as clear as I intended. What I tried to do was show the line I used that 'worked' (i.e. compiles and I can run example problems), with what doesn't if I only change the option for p4est from 'OFF' to 'ON'. The issue I'm having is from changing that one option.
I was trying to show that this is was specifically a p4est issue, and not with something else. Thanks for asking, Chris On Saturday, December 3, 2016 at 12:26:44 AM UTC+1, Wolfgang Bangerth wrote: > > > Chris, > > > I used the following command successfully to build dealii (note Trilinos > and > > p4est are OFF) > > > > | > >>rm -rf *&&\ > > cmake \ > > -DDEAL_II_WITH_MPI:BOOL=ON \ > > -DDEAL_II_WITH_PETSC:BOOL=ON \ > > -DDEAL_II_WITH_TRILINOS:BOOL=ON \ > > -DDEAL_II_WITH_METIS:BOOL=ON \ > > -DDEAL_II_WITH_P4EST:BOOL=OFF \ > > So you explicitly disable the use of p4est in deal.II... > > > > /home/redclient04/Software/dealii/source/distributed/tria.cc:302:9: > error: > > ‘p4est_connectivity_join_faces’ was not declared in this scope > > = p4est_connectivity_join_faces; > > ^ > > /home/redclient04/Software/dealii/source/distributed/tria.cc:677:9: > error: > > ‘p8est_connectivity_join_faces’ was not declared in this scope > > = p8est_connectivity_join_faces; > > ^ > > ...after which I am confused why you get to compile this line at all. Is > DEAL_II_WITH_P4EST defined in your $BUILD/include/deal.II/base/config.h > file? > If so, why? > > It is confusing to me that although you explicitly disabled p4est in the > cmake > call, the cmake log still shows that it was enabled... > > Best > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > <javascript:> > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
