<div dir="ltr">What do you get by running<div><span style="font-family:Calibri,sans-serif">mpiexec -n 2 ./ex12 -ksp_view</span><br></div><div><span style="font-family:Calibri,sans-serif"><br></span></div><div style><span style="font-family:Calibri,sans-serif">I get</span></div>
<div style><div>mpiexec -n 2 ./ex12 -ksp_view</div><div>KSP Object: 2 MPI processes</div><div>  type: gmres</div><div>    GMRES: restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement</div>
<div>    GMRES: happy breakdown tolerance 1e-30</div><div>  maximum iterations=10000, initial guess is zero</div><div>  tolerances:  relative=1e-05, absolute=1e-50, divergence=10000</div><div>  left preconditioning</div><div>
  using PRECONDITIONED norm type for convergence test</div><div>  GMRES: restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement</div><div>  GMRES: happy breakdown tolerance 1e-30</div>
<div>PC Object: 2 MPI processes</div><div>  type: ourjacobi</div><div>  linear system matrix = precond matrix:</div><div>  Matrix Object:   2 MPI processes</div><div>    type: mpiaij</div><div>    rows=56, cols=56</div><div>
    total: nonzeros=250, allocated nonzeros=560</div><div>    total number of mallocs used during MatSetValues calls =0</div><div>      not using I-node (on process 0) routines</div><div>Norm of error 2.10144e-06 iterations 14</div>
<div style><br></div><div style>Hong</div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 16, 2013 at 1:17 PM, Jin, Shuangshuang <span dir="ltr"><<a href="mailto:Shuangshuang.Jin@pnnl.gov" target="_blank">Shuangshuang.Jin@pnnl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div>
<font face="Calibri, sans-serif">
<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" target="_blank"><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>
</div>

</blockquote></div><br></div>