필터 지우기
필터 지우기

How to do parallel bicg(or bicgstab) on distributed arrays?

조회 수: 3 (최근 30일)
Jinhong Jung
Jinhong Jung 2015년 12월 10일
댓글: Jinhong Jung 2015년 12월 16일
Hi, I am trying to solve a linear system using iterative methods such as bicg or bicgstab.
The target matrix to be solved is quite large, e.g., the number of non-zeros would be larger than 1 billion. Hence, It would be good if I can put the target matrix into a distributed array, and solve the distributed array in parallel.
Is it possible to solve the linear system on distributed arrays using bicg supported by MATLAB? Or, do I need to use other third part libraries such as PETSC?

답변 (1개)

Satyajeet Sasmal
Satyajeet Sasmal 2015년 12월 15일
Hi Jinhong,
To see an example of using bicg with distributed arrays please open your version of MATLAB and type
>> doc distributed/bicg
in the MATLAB Command Window.
-Satya
  댓글 수: 1
Jinhong Jung
Jinhong Jung 2015년 12월 16일
Thanks for answering my question, but there is no result for "doc distributed/bicg". My MATLAB version is R2015b.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Arithmetic Operations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by