IF the checksum on both peers doesn't match, your MPI call will return with an 
error. This is in addition of Open MPI printing a warning message on the output 
(which can be silenced with the right mca parameter).

So, you're supposed to check the return values, and abort if something fishy is 
going on. A while back we had the dr PML who retransmitted the data in case of 
checksum errors, but we dropped support due to lack of interest.

  george.

On Dec 14, 2010, at 04:55 , Gilbert Grosdidier wrote:

> Bonjour,
> 
>  Since I'm very suspicious about the condition of the IB network on my 
> cluster,
> I'm trying to use the csum pml feature of OMPI (1.4.3).
> 
>  But I have a question: what happens if the Checksum is different on both 
> ends ?
> Is there a warning printed, a flag set by the MPI_(I)recv or equivalent,
> and the application aborting ?
> 
>  Any help appreciated,    Best,    G.
> 
> 
> 
> 
> 
> 
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


Reply via email to