Sparse Solver Preconditioner
Posted: Thu Apr 21, 2016 3:00 pm
[posted on behalf of frank808]
I am writing this email to look for you kind help about implementing ILU+PGMRES modules from MAGMA to solve sparse matrix.
Because of the zero entries on the diagonal position of matrix, ILU preconditioner crashed in executing dcumilu.cpp and returned MAGMA_ERR_CUSPARSE_ZERO_PIVOT. Is there a way that I can avoid this problem in MAGMA, for example, option to do partial pivoting automatically, or replaced zeros on the diagonal of the upper triangular factor with the local drop tolerance, or other options available?
Meanwhile, I found there is another ILU kernel in the source code (diterilu_kernels.cu), but it seems not being integrated into the testing example of solver. Is this ILU working? Or, can I use it to solve my problem?
Any help or suggestions would be greatly appreciated!
Best Regards,
Li
I am writing this email to look for you kind help about implementing ILU+PGMRES modules from MAGMA to solve sparse matrix.
Because of the zero entries on the diagonal position of matrix, ILU preconditioner crashed in executing dcumilu.cpp and returned MAGMA_ERR_CUSPARSE_ZERO_PIVOT. Is there a way that I can avoid this problem in MAGMA, for example, option to do partial pivoting automatically, or replaced zeros on the diagonal of the upper triangular factor with the local drop tolerance, or other options available?
Meanwhile, I found there is another ILU kernel in the source code (diterilu_kernels.cu), but it seems not being integrated into the testing example of solver. Is this ILU working? Or, can I use it to solve my problem?
Any help or suggestions would be greatly appreciated!
Best Regards,
Li