> C++ compiler is gcc4.1 (subversion gcc4.1.2) > checking if the compiler is built for MPI... no
Do you get the same result if you do CXX=mpiCC CC=mpicc ./configure ? I don't know if --with-CXX are supposed to work or not. That said, if the result is the same, you'll have to take a look at config.log to see why ./configure determined that mpi is not supported. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
