<div class="gmail_quote">On Mon, Aug 8, 2011 at 00:29, Shitij Bhargava <span dir="ltr">&lt;<a href="mailto:shitij.cse@gmail.com">shitij.cse@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<span style="color:rgb(102, 102, 102)"><font color="#000000">I</font></span><i><span style="color:rgb(102, 102, 102)"><font color="#000000"> </font></span></i><span style="color:rgb(102, 102, 102)"><font color="#000000">ran it with:<br>

<br>mpirun -np 2 ./slepcEigenMPI -eps_monitor<br><br>I didnt do exactly what you said, because the matrix generation part in the actual program is quite time consuming itself. But I assume what I am doing is equivalent to what you meant to do? Also, I put MPD as PETSC_DECIDE, because I didnt know what to put it for this matrix dimension.<br>

<br>This is the output I get: (part of the output)<br><i style="color:rgb(102, 102, 102)">MATRIX ASSMEBLY DONE !!!!!!!! <br><br>MATRIX ASSMEBLY DONE !!!!!!!! <br><br>  1 EPS nconv=98 first unconverged value (error) 1490.88 (1.73958730e-05)<br>

  1 EPS nconv=98 first unconverged value (error) 1490.88 (1.73958730e-05)<br>  2 EPS nconv=282 first unconverged value (error) 3.04636e-27 (2.49532175e-04)<br>  2 EPS nconv=282 first unconverged value (error) 3.04636e-27 (2.49532175e-04)</i></font></span></blockquote>
</div><br><div>The most likely case is that you have more than one MPI implementation installed and that you are running with a different implementation than you built with. Compare the outputs:</div><div><br></div><div>$ ldd ./slepcEigenMPI</div>
<div>$ which mpirun</div>