Hi,<br><br>I noticed that when a process dies then MPIException is not thrown on other process. They all abort with message &quot;rank N caused collective abort of all ranks&quot;. Is this how it is supposed to work? Or should I doing to something special so that MPI throws and exception. I even tried with MPI::COMM_WORLD.Set_errhandler(MPI::ERRORS_THROW_EXCEPTION) but still no exceptions raised in the case where a process dies. <br>
<br>Thanks,<br>MSR<br>