Hi Timo* *and Wolfgang, Thanks for your quick responses.
The version of dealII I'm using is 7.0.0. I tried using the option "--enable-mpi" instead of "--with-mpi" when configuring. But I got the same errors. I did install p4est following the instruction in http://www.dealii.org/developer/external-libs/p4est.html I checked the file "config.log", which contains lines *********************************************************** configure:10977: checking whether p4est will be used configure:10990: result: yes *********************************************************** Best regards, Xin On Tue, Oct 11, 2011 at 8:59 PM, Wolfgang Bangerth <[email protected]>wrote: > > > > *************************************************************************** > > ****************** ./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. > > Best > W. > > ------------------------------------------------------------------------- > Wolfgang Bangerth email: [email protected] > www: http://www.math.tamu.edu/~bangerth/ >
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
