- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi All;
Quick Question; How can i use GMRES for a preconditioned very large linear system without storing the entire coefficient matrix?. As i understand; GMRES asks for the RHS vector, the entire coefficient matrix and the Preconditioner. But for the memory limitation and for the compuational cost i will not be able to assemble and store the entire coefficient matrix. Any thought is very appreciated!.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi
it seems the MKL GEMRES only support put entire matrix into computing. what is the size for the entire coefficient matrix and your memory? MKL have one parallel sparse solver at https://software.intel.com/en-us/articles/intel-math-kernel-library-parallel-direct-sparse-solver-for-clusters , which may have distribute requirement about the memory.
Best Regards,
Ying
