<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 24, 2015 at 5:08 AM, Orxan Shibliyev <span dir="ltr"><<a href="mailto:orxan.shibli@gmail.com" target="_blank">orxan.shibli@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I get a nan for solution vector, 'x' right after VecDuplicate (x, &b) where, 'b' is a Vec. This happens only with multiple processes while sequential one works perfectly. I even tried to set 'x' with VecZeroEntries(x) but didn't help.</div>
</blockquote></div><br>VecDuplicate() does not affect the values in the initial vector. This is used everywhere in PETSc. It sounds</div><div class="gmail_extra">like there is memory corruption somewhere else in your code. We recommend using valgrind to track this down.</div><div class="gmail_extra"><br></div><div class="gmail_extra">  Thanks,</div><div class="gmail_extra"><br></div><div class="gmail_extra">    Matt<br clear="all"><div><br></div>-- <br><div class="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>