<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>I got errors on a linux cluster from AODestroy and ISLocalToGlobalMappingDestroy with</div><div>the petsc-dev&nbsp;hg version&nbsp;882fc279ddfaa44915c56a5b227514ada881775d. And if I run the</div><div>following test program with number of processes &gt; 3, it hangs on.&nbsp;The linux is using&nbsp;mpich2.</div><div><br></div><div><div><font class="Apple-style-span" face="Monaco">#include &lt;petscao.h&gt;</font></div><div><font class="Apple-style-span" face="Monaco"><br></font></div><div><font class="Apple-style-span" face="Monaco">char help[]= "test ao destroy\n";</font></div><div><font class="Apple-style-span" face="Monaco"><br></font></div><div><font class="Apple-style-span" face="Monaco">int main(int argc, char **argv)</font></div><div><font class="Apple-style-span" face="Monaco">{</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp; AO ao;</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp; PetscInitialize(&amp;argc,&amp;argv,PETSC_NULL,help);</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp; AOCreate(PETSC_COMM_WORLD,&amp;ao);</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp; AODestroy(&amp;ao);</font></div><div><font class="Apple-style-span" face="Monaco"><br></font></div><div><font class="Apple-style-span" face="Monaco">&nbsp; PetscFinalize();</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp; return 0;</font></div><div><font class="Apple-style-span" face="Monaco">}</font></div></div><div><br></div></div></blockquote><div><br></div><div>Sorry, I just have changed the order in the hosts file and then it runs ok and</div><div>will not hang. &nbsp;So it must be some place wrong in my actual computing programs.</div><div>I will check again.&nbsp;</div><div><br></div><div><br></div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I also run the same program with&nbsp;petsc-3.2 on&nbsp;my Mac, if I use mpirun it is ok</div><div>but if I use mpiexec it gives the same error. The mac is using openmpi.</div><div><br></div><div>Thank you!</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div></blockquote></div><br></div></body></html>