> ============================ Linking step-3 > /home/ismail/deal.II/lib/liblac.g.so: undefined reference to > `Epetra_MpiComm::Epetra_MpiComm(ompi_communicator_t*)' collect2: ld > returned 1 exit status > make: *** [step-3] Error 1 > > I configured deal.II (6.3 pre) and trilinos with mpi enabled.
Are you sure you configured Trilinos to use MPI? If so, then for some reason liblac doesn't link with the correct Trilinos library. Can you do the following: ldd /home/ismail/deal.II/lib/liblac.g.so > Also, are there any plans for version of step-36 that uses anasazi instead > of slepc ? I don't have any such plans. If you want to try this, I'm sure it wouldn't be too complicated. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
