<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hello all,</p>
<p>I have been running in a strange issue with petsc, and more specifically I believe Mumps is the problem. </p>
<p>In my program, I run a loop where at the beginning of the loop I create an eps object, calculate the eigenvalues in a certain interval using the spectrum slicing method, store them, and then destroy the eps object. For some reason, whatever the problem size, if my loop has too many iterations (over 2040 I believe), the program will crash giving me this error :</p>
<p><span><span class="Apple-converted-space"> </span>Internal error 1 in DMUMPS_LOAD_RECV_MSGS <span class="Apple-converted-space">          </span>0</span></p>
<p><span>application called MPI_Abort(MPI_COMM_WORLD, -99) - process 0</span></p>
<p>I am running the program in MPI over 20 processes. </p>
<p>I don't really understand what this message means, does anybody know? </p>
<p>Best regards,</p>
<p>Perceval</p>

</body></html>