Hi,<br>I am using mpich conteined in Petsc. If use return instead exit(2) the handler function is not called.<br>Thanks.<br><br><div class="gmail_quote">2009/2/26 Barry Smith <span dir="ltr">&lt;<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
   This is an MPI question and has nothing to do with PETSc. Perhaps there are some MPI mailing lists out there for this type of question.<br>
Note: I don&#39;t think exit() is something that all MPI implementations can catch and distribute to the other MPI nodes, but this is something MPI folks would know.<br><font color="#888888">
<br>
   Barry</font><div><div></div><div class="Wj3C7c"><br>
<br>
On Feb 26, 2009, at 10:00 AM, Santolo Felaco wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
I have setted a handler error function:<br>
ierr = MPI_Errhandler_create(errorHandler,&amp;errhandler); CHKERRQ(ierr);<br>
ierr = MPI_Errhandler_set(PETSC_COMM_WORLD,errhandler); CHKERRQ(ierr);<br>
<br>
I have simulated a fault of processor 1:<br>
<br>
if (rank == 1)) exit(2);<br>
MPI_Barrier(PETSC_COMM_WORLD);<br>
<br>
The process remains blocked and the functions errorHandler is not called.<br>
If I use return; instead of exit(2); the process don&#39;t remains blocked, I read the error of Petsc but errorHandler is not called.<br>
<br>
Help me please.<br>
</blockquote>
<br>
</div></div></blockquote></div><br>