>> I would think that in the case when libMesh initializes MPI we can
assume
>> responsibility for parallel error handling. We should install an error
>> handler which calls MPI_Abort(), but save the original error handler and
>> restore it in the current equivalent of libMesh::finalize()
>
> By
On Sat, 1 Mar 2008, Benjamin Kirk wrote:
> I would think that in the case when libMesh initializes MPI we can assume
> responsibility for parallel error handling. We should install an error
> handler which calls MPI_Abort(), but save the original error handler and
> restore it in the current equ