<div dir="ltr">Hi,<div><br></div><div><b>Background:</b></div><div><br></div><div>I am using stochastic finite element to solve a solid mechanics problem with random material properties. At the end of the day, I get a linear system of equations Ax=b to solve.</div><div><br></div><div>The matrix A is very large with size of 1.3million by 1.3 million, and to save this matrix needs more than 100 G memory. Fortunately, matrix A has some nice features that it is a block matrix, most of the blocks inside the matrix are similar, each block is 10,000 by 10,000. </div><div><br></div><div><br></div><div>Hence, I only need to save some  blocks (in my case 45). Most of the computation  in my iterative solver is matrix-vec multiplication, that's why I want to do it using block matrices.</div><div><img src="cid:ii_iy4xh6b11_159b8c52ad66107b" width="266" height="201" style="margin-right: 0px;"></div><div><br></div><div><br>​<br></div><div><br></div><div><b>Current:</b></div><div>I tried to parallelize all my 45 block matrices in all the processors, and all the corresponding 45 block vectors in all the processors. However, the computation seems to be very slow, and no scalability at all.</div><div>I am thinking of using small groups of processors to separate the computation, like using intra-communicators and inter-communicators. Maybe this will help to reduce the communication.</div><div><br></div><div>Any one have some experiences on this? Is there any Petsc function to do these jobs? I am open to any suggestions.</div><div><br></div><div>Thank you very much!</div><div><br></div><div><br></div><div><br></div><div>Fangbo Wang</div><div><br></div><div><div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><font size="1" color="#9900ff">Fangbo Wang, PhD student</font></div><div><font size="1" color="#9900ff">Stochastic Geomechanics Research Group</font></div><div><span style="color:rgb(153,0,255);font-size:x-small">Department of Civil, Structural and Environmental Engineering</span></div><div><font size="1" color="#9900ff">University at Buffalo</font></div><div><font size="1" color="#9900ff">Email: <u><a href="mailto:fangbowa@buffalo.edu" target="_blank">fangbowa@buffalo.edu<br></a></u></font></div></div></div></div></div>
</div></div></div>