Re: [OMPI users] Error Handling Problem

2006-10-27 Thread George Bosilca
On Oct 27, 2006, at 10:56 AM, laurent.po...@fr.thalesgroup.com wrote: I did change the default error handler (using Mpi_Comm_set_errhandler) in the main_exe program. I replaced it with a printf. My error handler is never called, but main_exe receives a SIGPIPE signal. So the only solution

Re: [OMPI users] Error Handling Problem

2006-10-27 Thread Laurent . POREZ
> From: George Bosilca > Subject: Re: [OMPI users] Error Handling Problem > To: Open MPI Users > Message-ID: > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > How about changing the default error handler ? I did change the default

Re: [OMPI users] Error Handling Problem

2006-10-26 Thread George Bosilca
How about changing the default error handler ? It is not supposed to work, and if you find an MPI implementation that support this approach please tell me. I know the paper where you read about this, but even with their MPI library this approach does not work. Soon, Open MPI will be able