Quantcast
Channel: Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Viewing all articles
Browse latest Browse all 2652

Incomplete Cholesky decomposition

$
0
0

Hi,

my question relates to this previous thread: https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/...

I am trying to solve a large (N > 50e6) sparse (~1e-6) symmetric linear system of equations.

With PARDISO I am running into memory problems with a 576 GB RAM machine, even when utilizing the OOC capability.

So, I am trying to implement the RCI CG method. I need a suitable preconditioner because I am very quickly reaching large numbers of iterations with the CG method. How can I implement an incomplete Cholesky factorization? MKL only provides LU factorization apparently, which could be used in conjunction with GMRES. However, then I would have to provide the whole matrix (not just one triangle) in CSR format. It might be easier to apply incomplete Cholesky factorization. Is there any way to do so?

Thank you for any advice.

TCE Open Date: 

Friday, November 29, 2019 - 06:24

Viewing all articles
Browse latest Browse all 2652

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>