<div dir="ltr">Hello all,<br><br>I am using PETSc to solve linear equation using CG. I am not getting good scalability (using the MPI implementation, not GPUs). One reason can be that may be for my platform I haven&#39;t tuned the library. Other reason may be the nature of CG, that it is communication bound, at each iteration the vector (search direction) has to be communicated. <br>


<br>Where can I find statistics of the scalability of CG PETSc (if there is any, people may have reported)?<br><br>Or can anyone give a number on how well CG PETSc scales on their environment. Lets take the simple example provided in the PETSc KSP tutorials - KSP Laplacian, 2d (ex2.c) for mesh dim of <br>
n = 150000<br>m = 100<br>

<br><br>Thanks<br clear="all"><span>Bibrak </span><br>
</div>