Expand description
Error classes, mirroring the standard MPI_ERR_* constants.
Constantsยง
- ARG
- Invalid argument (
MPI_ERR_ARG). - BUFFER
- Invalid buffer pointer (
MPI_ERR_BUFFER). - COMM
- Invalid communicator (
MPI_ERR_COMM). - COUNT
- Invalid count argument (
MPI_ERR_COUNT). - DIMS
- Invalid dimension argument (
MPI_ERR_DIMS). - GROUP
- Invalid group (
MPI_ERR_GROUP). - INTERN
- Internal implementation error (
MPI_ERR_INTERN). - IO
- Error in an I/O operation (
MPI_ERR_IO). - LASTCODE
- The last standard error class (
MPI_ERR_LASTCODE). - OP
- Invalid operation (
MPI_ERR_OP). - OTHER
- Other known error (
MPI_ERR_OTHER). - PENDING
- Pending request (
MPI_ERR_PENDING). - RANK
- Invalid rank (
MPI_ERR_RANK). - REQUEST
- Invalid request (
MPI_ERR_REQUEST). - ROOT
- Invalid root (
MPI_ERR_ROOT). - SUCCESS
- No error (
MPI_SUCCESS). - TAG
- Invalid tag argument (
MPI_ERR_TAG). - TOPOLOGY
- Invalid topology (
MPI_ERR_TOPOLOGY). - TRUNCATE
- Message truncated on receive (
MPI_ERR_TRUNCATE). - TYPE
- Invalid datatype argument (
MPI_ERR_TYPE). - UNKNOWN
- Unknown error (
MPI_ERR_UNKNOWN).