Re: [Libmesh-devel] here(), error(), & friends

2008-03-03 Thread Benjamin Kirk
>> 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

Re: [Libmesh-devel] here(), error(), & friends

2008-03-03 Thread Roy Stogner
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