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