Hi, Jeff
2013/3/27 Jeff Squyres (jsquyres)
>
> Hmm. Can you cite where you see that in the spec? I see in MPI-3 p349, line
> 48:
> -- skipped --
> I see the definition of MPI_LASTUSEDCODE in MPI-3 p353 27-32, and it says
> that LASTUSEDCODE must be >= MPI_ERR_LASTCODE.
Yes, you are right I m
On Mar 25, 2013, at 4:59 AM, Дмитрий Донцов wrote:
> I've found error in OpenMPI with error codes.
Thanks for investigating this!
> According to MPI standard (2.2 and later):
> MPI_ERR_LASTCODE must be equals to last error code and MPI_LASTUSEDCODE must
> be greater than or equal to MPI_ERR_LA
Hello!
I've found error in OpenMPI with error codes.
According to MPI standard (2.2 and later):
MPI_ERR_LASTCODE must be equals to last error code and MPI_LASTUSEDCODE
must be greater than or equal to MPI_ERR_LASTCODE.
In OpenMPI MPI_ERR_LASTCODE is greater than real last error code
(MPI_ER