On 8/4/20 3:56 PM, Jimmy Ho wrote:

So, what should I do to properly connect UMFPACK in deal.II to Trilinos? Any suggestions are highly appreciated!

It's not going to work this way, I'm afraid. Trilinos wants a link to an external installation of UMFPACK (or SparseSuite, of which it is part of these days). deal.II doesn't actually create such an installation and instead just links everything into the deal.II libraries.

So what you want to do is to download UMFPACK, install it on your system, and point Trilinos to the installation.

(UMFPACK is still going to be part of the deal.II libraries, but that shouldn't create any problems.)

Best
 W.


--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/049d38a5-63f9-ce9f-fe6c-b37482130f10%40colostate.edu.

Reply via email to