<div dir="ltr">Samar:<div>The crash occurs in <div class="gmail_extra"><div class="gmail_quote"><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>
[161]PETSC ERROR: Error in external library!<br>
[161]PETSC ERROR: Error reported by MUMPS in numerical factorization phase: INFO(1)=-1, INFO(2)=48</blockquote><div> </div><div>for very large matrix, likely memory problem as you suspected. </div><div>I would suggest </div>
<div>1. run problems with increased sizes (not jump from a small one to a very large one) and observe memory usage using</div><div>'-ksp_view'.</div><div>   I see you use '-mat_mumps_icntl_14 1000', i.e., percentage of estimated workspace increase. Is it too large?</div>
<div>   Anyway, this input should not cause the crash, I guess.</div><div>2. experimenting with different matrix ordering <span style="font-family:arial,sans-serif;font-size:13px">-mat_mumps_icntl_7 <> (I usually use sequential ordering 2) </span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px">    I see you use parallel ordering -</span>mat_mumps_icntl_29 2.</div><div>3. send bug report to mumps developers for their suggestion.<br></div><div><br></div>
<div>4. try other direct solvers, e.g., superlu_dist.</div><div> </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>
<br>
etc etc. The above error I can tell has something to do with processor 48 (INFO(2)) and so forth but not the previous one.<br>
<br>
The full output enabled with -mat_mumps_icntl_4 3 looks as in the attached file. Any hints as to what could be giving this<br>
error would be very much appreciated.<br></blockquote><div> </div><div>I do not know how to interpret this  output file. mumps developer would give you better suggestion on it.</div><div>I would appreciate to learn as well :-)</div>
<div><br></div><div>Hong</div></div></div></div></div>