<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>Hello, everyone, I’m trying to run the following example: <a href="http://www.mcs.anl.gov/petsc/petsc-current/src/ksp/ksp/examples/tutorials/ex12.c.html"><font color="#0000FF"><u>http://www.mcs.anl.gov/petsc/petsc-current/src/ksp/ksp/examples/tutorials/ex12.c.html</u></font></a></div>
<div><font face="Times New Roman, serif"> </font></div>
<div>It is said that this example solves a linear system in parallel with KSP.</div>
<div><font face="Times New Roman, serif"> </font></div>
<div>However, when I ran it on my clusters, I always got the same copy running multiple times. I printed the Istart and Iend numbers right after the MatGetOwnershipRange, and noticed that the index on each processor are all the same, which is [0, 56].</div>
<div><font face="Times New Roman, serif"> </font></div>
<div>The following is the printout from the runs:</div>
<div> </div>
<div>[d3m956@olympus ksp]$ mpiexec -n 1 ./ex12</div>
<div>0, 56</div>
<div>Norm of error 2.10144e-06 iterations 14</div>
<div>[d3m956@olympus ksp]$ mpiexec -n 2 ./ex12</div>
<div>0, 56</div>
<div>0, 56</div>
<div>Norm of error 2.10144e-06 iterations 14</div>
<div>Norm of error 2.10144e-06 iterations 14</div>
<div>[d3m956@olympus ksp]$ mpiexec -n 4 ./ex12</div>
<div>0, 56</div>
<div>0, 56</div>
<div>0, 56</div>
<div>0, 56</div>
<div>Norm of error 2.10144e-06 iterations 14</div>
<div>Norm of error 2.10144e-06 iterations 14</div>
<div>Norm of error 2.10144e-06 iterations 14</div>
<div>Norm of error 2.10144e-06 iterations 14</div>
<div><font face="Times New Roman, serif"> </font></div>
<div>Can anyone explain to me why I ran into this issue? Anything I missed? </div>
<div><font face="Times New Roman, serif"> </font></div>
<div>Thanks,</div>
<div>Shuangshuang</div>
<div><font face="Times New Roman, serif"> </font></div>
<div><font face="Times New Roman, serif"> </font></div>
</font>
</body>
</html>