<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Danyang :<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
My code fails due to the error in external library. It works fine for the previous 2000+ timesteps but then crashes.<br>
<br>
[4]PETSC ERROR: Error in external library<br>
[4]PETSC ERROR: Error reported by MUMPS in numerical factorization phase: INFO(1)=-1, INFO(2)=0<br></blockquote><div> </div><div>This simply says an error occurred in proc[0] during numerical factorization, which usually either encounter a zeropivot or run out of memory. Since it is at a later timesteps, which I guess you reuse matrix factor, zeropivot might be the problem.</div><div>Is possible to run it in debugging mode? In this way, mumps would dump out more information.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Then I tried the same simulation on another machine using the same number of processors, it does not fail.<br></blockquote><div>Does this machine  have larger memory?</div><div><br></div><div>Hong</div></div></div></div>