1
1

Update constants file to include new OMPI_EXISTS code to indicate that an object already exists. Used in GPR - soon to be used elsewhere as well.

This commit was SVN r2227.
Этот коммит содержится в:
Ralph Castain 2004-08-19 15:35:46 +00:00
родитель 8edd599cf4
Коммит afd6524b59

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

@ -25,7 +25,8 @@ enum {
OMPI_ERR_UNREACH = -15,
OMPI_ERR_NOT_FOUND = -16,
OMPI_ERR_BUFFER = -17, /* equivalent to MPI_ERR_BUFFER */
OMPI_ERR_REQUEST = -18 /* equivalent to MPI_ERR_REQUEST */
OMPI_ERR_REQUEST = -18, /* equivalent to MPI_ERR_REQUEST */
OMPI_EXISTS = -19 /* indicates that the specified object already exists */
};
#endif /* OMPI_CONSTANTS_H */