<div dir="ltr">Thanks Jed. I think the problem was petsc using some of files from hypre 2.0 although I was compiling it with 2.7. I did a fresh install with hypre 2.7 and now everything is running fine.<div><br></div><div>

Thanks again,</div><div>Mohammad<br><br><div class="gmail_quote">On Fri, Feb 25, 2011 at 4:25 AM, Jed Brown <span dir="ltr">&lt;<a href="mailto:jed@59a2.org">jed@59a2.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><div class="gmail_quote">On Fri, Feb 25, 2011 at 12:18, Mohammad Mirzadeh <span dir="ltr">&lt;<a href="mailto:mirzadeh@gmail.com" target="_blank">mirzadeh@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">



<div dir="ltr">Just tried hypre-2.7.0b. That didn&#39;t solve the problem either. However, I just found this in my make.log file that might help:<div><br></div><div><div>mhyp.c: In function &#39;MatZeroEntries_HYPREStruct_3d&#39;:</div>







<div>mhyp.c:397: warning: implicit declaration of function &#39;hypre_StructMatrixClearBoxValues&#39;</div></div></div></blockquote></div><br></div><div>I just built PETSc with hypre-2.7.0b and it works for me. Are you sure that you are using the new hypre-2.7.0b instead of stale files from hypre-2.0.0? You can check that this function is declared in &quot;_hypre_struct_mv.h&quot;, and also check that it is present in the library using</div>


<div><br></div><div><div><font face="&#39;courier new&#39;, monospace">$ nm ompi/lib/libHYPRE.a |grep hypre_StructMatrixClearBoxValues</font></div><div><font face="&#39;courier new&#39;, monospace">                 U hypre_StructMatrixClearBoxValues</font></div>


<div><font face="&#39;courier new&#39;, monospace">0000000000004543 T hypre_StructMatrixClearBoxValues</font></div></div><div><br></div><div>The second line shows that the symbol is defined in that archive.</div>
<div><br></div><div>Background: they intended this to be a private function, but did not provide a public interface to zero the entries, therefore PETSc calls this private function which is declared in</div><div><br></div>


<div>#include &quot;_hypre_struct_mv.h&quot;</div><div><br></div><div>included via &quot;mhyp.h&quot; from &quot;mhyp.c&quot;.</div>
</blockquote></div><br></div></div>