Connect UMFPACK with Trilinos in deal.II

21 views
Skip to first unread message

Lex Lee

unread,
Feb 9, 2023, 12:11:10 AM2/9/23
to deal.II User Group
Hello all,


I am using UMFPACK to directly solve my large system equation Ax=b. The solver process is very slow, as only one core of CPU is involved while running. I am trying to connect UMFPACK with Trilinos, I mean, solve the equation in multithread / parallel mode in deal.II. I know some tutorials in deal.II library talking about parallel computing, however, it looks like not that relevant to my case.

Can someone give me some hints about playing with UMFPACK and Trilinos together in deal.II?


Best,
Lex 


Wolfgang Bangerth

unread,
Feb 9, 2023, 11:35:21 AM2/9/23
to dea...@googlegroups.com
You can't. UMFPACK can neither use MPI parallelization, nor does it use
threads to use multiple cores. It is what it is.

But the Trilinos interfaces have a class that uses a parallel direct
solver: TrilinosWrappers::SolverDirect

https://dealii.org/developer/doxygen/deal.II/classTrilinosWrappers_1_1SolverDirect.html
that can help in cases like yours.

Best
W.

--
------------------------------------------------------------------------
Wolfgang Bangerth email: bang...@colostate.edu
www: http://www.math.colostate.edu/~bangerth/
Reply all
Reply to author
Forward
0 new messages