Fix for MPIX_COMM_AGREE to not return incorrect errors
MPIX_Comm_agree should not return errors if the failed processes have
all been acknowledged. Previously, it was returning errors
unnecessarily, but this makes sure that the errcode is MPI_SUCCESS when
appropriate.
Signed-off-by:
Huiwei Lu <huiweilu@mcs.anl.gov>
Please register or sign in to comment