<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, May 30, 2015 at 5:05 AM, Rongliang Chen <span dir="ltr"><<a href="mailto:rongliang.chan@gmail.com" target="_blank">rongliang.chan@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"><div><div>Hi there,<br><br></div>I am trying to use NASM to solve a nonlinear problem. In my FormFunctionLocal, I need to call DMDAVecGetArray(da, myvec, z). For the "-da_overlap 0" case, the code works fine. <br><br>For the "-da_overlap 1" case, when I use the vector "myvec" created by DMCreateLocalVector, it works fine. But if I use the vector "myvec" created by DMCreateGlobalVector, I got the error messages:<br>-----------------------<br>[6]Arguments are incompatible<br>[6]PETSC ERROR: Vector local size 597870 is not compatible with DMDA local sizes 619528 664392<br>----------------------<br><br></div>And when I switch to "-da_overlap 2", both of the global and local version of "mrvec" got error messages: <br><div>----------------------------------<br>[10]PETSC ERROR: Arguments are incompatible<br>[10]PETSC ERROR: Vector local size 589680 is not compatible with DMDA local sizes 633144 678680<br><br>[3]PETSC ERROR: Arguments are incompatible<br>[3]PETSC ERROR: Vector local size 619528 is not compatible with DMDA local sizes 650256 696540<br>-----------------------------------<br><br></div><div>Can any one tell me how to use DMDAVecGetArray in FormFunctionLocal for NASM? Thanks.<br></div></div></blockquote><div><br></div><div>1) You have to show the full error messages</div><div><br></div><div>2) You should simplify the problem for debugging. Run on 1 or 2 processes</div><div><br></div><div>3) The vector that comes into FormFunctionLocal() is a local vector</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div><div>Best regards,<br></div><div>Rongliang<br></div><div><br></div></div>
</blockquote></div><br><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>