>> ***************************************************************************
>> ****************** ./configure --with-mpi
>> --with-petsc=/home/xw3/package/petsc-3.1-p8/ --with-petsc-arch=linux-gnu
>> --with-lapack='gfortran -L
>> /home/xw3/local/lapack-3.3.1/ -llapack' --with-blas='gfortran -L
>> /home/xw3/local/lapack-3.3.1 -lblas' --disable-threads
>> --with-metis=/home/xw3/package/metis-4.0/ --with-CC=mpicc --with-CXX=mpiCC
>> --with-p4est=/home/xw3/package/p4est/
> 
> In addition to Timo's question, here are two more:
> - You may have to use --enable-mpi, not --with-mpi
> - What version of deal.II are you actually using? I ask because this line in 
> the error message:
> 
>> /home/xw3/package/deal.II/include/deal.II/distributed/tria.h:90: error:
>> ‘p4est_balance_type_t’ does not name a type
> 
> ...does not contain any mention of p4est_balance_type_t  neither in release 
> 7.1 nor in the svn version.

There was a variable rename in an earlier version of p4est from
balance_type_t to connect_type_t. You may need a recent deal.II version.

Best regards,

Carsten
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to