Dear fname lname, > Is there any way to get this package working or to get parallel > features without it?
It is fairly easy to compile Trilinos yourself, why don't you give it a try? See http://www.dealii.org/developer/readme-petsc-trilinos.html for instructions. The problem with binary packages of Trilinos is, that even if you get them to work, are they configured with MPI at all? Do they have all the right packages and options deal.II needs? I doubt it. You can always use PETSc instead of Trilinos for linear algebra, too (see step-42 for example). I have to say that I am not using binary packages of PETSc either, though. I don't know if they are configured correctly, but you can try. Timo -- Timo Heister http://www.math.tamu.edu/~heister/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
