This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

What packages are required from Trilinos?

+2 votes

I have been compiling FeNICS for RHEL6. Trilinos is a collection of linear algebra and equation solvers. Are all of them required? Or just specifc ones?

asked Aug 7, 2013 by chenry FEniCS Novice (170 points)

2 Answers

+1 vote
 
Best answer

As Jan answered, Trilinos is optional.

If you want to enable Trilinos, then Epetra, ML, Ifpack and Amesos are required.

answered Aug 9, 2013 by Garth N. Wells FEniCS Expert (35,930 points)
selected Aug 9, 2013 by Jan Blechta
+1 vote

Trilinos is optional as well as PETSc which is default linear algebra backend.

answered Aug 8, 2013 by Jan Blechta FEniCS Expert (51,420 points)
...