Re: [OMPI devel] OpenMPI error with error codes. The proposed solution.

2013-03-27 Thread Донцов , Дмитрий
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

Re: [OMPI devel] OpenMPI error with error codes. The proposed solution.

2013-03-26 Thread Jeff Squyres (jsquyres)
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

[OMPI devel] OpenMPI error with error codes. The proposed solution.

2013-03-25 Thread Дмитрий Донцов
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