Hi,
I have a small question about sparse solver. I was able to use LU or Jacobi preconditioner for CG but not Algebraic Multigrid Methods like AMG which is also available on v2.1, it says that preconditioner is not supported. am I doing something wrong or this beautiful method still need time to be inserted completely in magma for cg.
like other parts of my code, I really prefer using a powerful library like magma over cusp.
Thanks for this awesome library and your help.
Preconditioner for cg
-
- Posts: 90
- Joined: Tue Sep 02, 2014 5:44 pm
Re: Preconditioner for cg
Unfortunately, we currently have no AMG supported in MAGMA-sparse.
You may want to look into the ISAI preconditioner, this might be a faster alternative to an exact ILU:
./testing_dsolver --solver PCG --precond ILU --plevels 0 --trisolver ISAI --ppattern 1 --piters 0 testmatrix.mtx
You may want to look into the ISAI preconditioner, this might be a faster alternative to an exact ILU:
./testing_dsolver --solver PCG --precond ILU --plevels 0 --trisolver ISAI --ppattern 1 --piters 0 testmatrix.mtx