0032-164 0032-170
0032-164 Delete callback failed in
string
, task
number
Explanation: A non-zero return code was returned by the delete callback function
associated with an attribute keyval. The specific value returned by the delete callback
function is not available via MPI.
User Response: Make sure that user-defined delete callback functions are functioning
correctly, and are returning MPI_SUCCESS upon successful completion.
Error Class: MPI_ERR_OTHER
0032-165 Out of buffer space in
string
, task
number
Explanation: There is insufficient buffer space available to complete the buffered send.
User Response: Use MPI_Buffer_attach to attach a larger buffer.
Error Class: MPI_ERR_OTHER
0032-166 Local and remote leaders are the same (
number
) in
string
, task
number
Explanation: The local and remote leaders are not allowed to be the same task, as this
would create an intercommunicator with overlapping local and remote groups.
User Response: Make sure the local and remote leaders are distinct.
Error Class: MPI_ERR_RANK
0032-167 Local and remote groups overlap (
number
) in
string
, task
number
Explanation: The local and remote groups are not allowed to overlap.
User Response: Make sure the local and remote groups are disjoint.
Error Class: MPI_ERR_RANK
0032-168 Invalid reduction operation/datatype combination (
number
) in
string
, task
number
Explanation: The combination of reduction operation and datatype specified is not allowed.
User Response: Check the MPI documentation to determine which datatypes are allowed
with each reduction operation.
Error Class: MPI_ERR_TYPE
0032-169 Invalid buffer size (
number
) in
string
, task
number
Explanation: The size of a buffer must be greater than or equal to zero.
User Response: Make sure that the buffer size is non-negative.
Error Class: MPI_ERR_ARG
0032-170 Invalid direction (
number
) in
string
, task
number
Explanation: The direction value was out of range.
User Response: Make sure that the direction is between zero and N-1, where N is the
number of dimensions in the communicator topology.
Error Class: MPI_ERR_DIMS
Chapter 5. MPI Messages 123