- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi all
I am trying to solve a sparse system of linear equations using GMRES (7600 x 7600). Ihave not done any preconditioning yet. The problem I am facing is that after a certain number of iterations, the residual between two consecutive steps does not change. Well, it does change but very very slowly. I am talking about 1d-12 or smaller per iteration.
The system of equations solved nicely with PARDISO. As I need to solve a large system later on, I really need to get GMRES to work. Does anyone know any remedy to this problem? Another thing I should mention is that the iterative solver does not stop even when the maximum number of iterations specified has been exceeded. It just kept on iterating. Why is this so?
One final thing, does the arrangement of the system of equations affect the convergence of the solver? I have tried arranging it both ways and both of them gave the same outcome.
Thank you.
Best wishes,
EH
I am trying to solve a sparse system of linear equations using GMRES (7600 x 7600). Ihave not done any preconditioning yet. The problem I am facing is that after a certain number of iterations, the residual between two consecutive steps does not change. Well, it does change but very very slowly. I am talking about 1d-12 or smaller per iteration.
The system of equations solved nicely with PARDISO. As I need to solve a large system later on, I really need to get GMRES to work. Does anyone know any remedy to this problem? Another thing I should mention is that the iterative solver does not stop even when the maximum number of iterations specified has been exceeded. It just kept on iterating. Why is this so?
One final thing, does the arrangement of the system of equations affect the convergence of the solver? I have tried arranging it both ways and both of them gave the same outcome.
Thank you.
Best wishes,
EH
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
This post should be moved to the MKL forum.
If you are able to post a small example code that displays the problematic behavior that you described, that code would facilitate identifying the sources of the problems.
The first suspect in such cases, where a complex library is used, is errors in the subroutine argument types/values and proper sequencing of calls.
If you are able to post a small example code that displays the problematic behavior that you described, that code would facilitate identifying the sources of the problems.
The first suspect in such cases, where a complex library is used, is errors in the subroutine argument types/values and proper sequencing of calls.
