On Wed, Oct 1, 2014 at 8:53 PM, Crooks, Cynthia J <[email protected]> wrote: > Today I changed the following in dorsal platform file: > > default > UMFPACK_INCLUDE_DIR=/hpc/apps/SLES/3.0/x86_64/FEniCS/1.4.0/include
Did you try to add the following in your platform file? default UMFPACK_DIR=/hpc/apps/SLES/3.0/x86_64/FEniCS/1.4.0 If not, try that and then rebuild Trilinos. You will also have to help PETSc find your SuiteSparse installation instead of building its own (as is done in petsc.package in Dorsal). The easiest would probably be to switch to the petsc-hpc.package, assuming you have defined UMFPACK_DIR as above. Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
