1
1

mpi.h.in: fix comment to match code

Thanks to Lisandro Dalcin for noticing.

This commit was SVN r31366.
Этот коммит содержится в:
Jeff Squyres 2014-04-10 17:29:14 +00:00
родитель 12e82daa78
Коммит 619dd71a92

Просмотреть файл

@ -607,7 +607,7 @@ enum {
/* Per MPI-3 p349 47, MPI_ERR_LASTCODE must be >= the last predefined
MPI_ERR_<foo> code. So just set it equal to the last code --
MPI_ERR_RMA_FLAVOR, in this case. */
MPI_ERR_RMA_SHARED, in this case. */
#define MPI_ERR_LASTCODE MPI_ERR_RMA_SHARED
#define MPI_ERR_SYSRESOURCE -2