0032-086 0032-104
|0032-086 Data representation already defined.
|Explanation: This is an MPI error class, returned by MPI_Error_class. It provides a broad
|description of the type of error that occurred.
|User Response: See the entry for the specific error code returned by the MPI function.
|Error Class: MPI_ERR_DUP_DATAREP
|0032-087 An error occurred in data conversion.
|Explanation: This is an MPI error class, returned by MPI_Error_class. It provides a broad
|description of the type of error that occurred.
|User Response: See the entry for the specific error code returned by the MPI function.
|Error Class: MPI_ERR_CONVERSION
|0032-088 Known I/O error not in this list.
|Explanation: This is an MPI error class, returned by MPI_Error_class. It provides a broad
|description of the type of error that occurred.
|User Response: See the entry for the specific error code returned by the MPI function.
|Error Class: MPI_ERR_IO
0032-100 No error
Explanation: The function completed successfully.
User Response: No response required.
Error Class: MPI_SUCCESS
0032-101 Invalid source rank (
number
) in
string
, task
number
Explanation: The value of source (source rank) is out of range.
User Response: Make sure that the source rank is within the range 0 to
N
-1, where
N
is
the number of tasks in the communicator group.
Error Class: MPI_ERR_RANK
0032-102 Invalid destination rank (
number
) in
string
, task
number
Explanation: The value of dest (destination rank) is out of range.
User Response: Make sure that the destination rank is within the range 0 to
N
-1, where
N
is the number of tasks in the communicator group.
Error Class: MPI_ERR_RANK
0032-103 Invalid count (
number
) in
string
, task
number
Explanation: The value of count (element count) is out of range.
User Response: Make sure that the count is greater than or equal to zero.
Error Class: MPI_ERR_COUNT
0032-104 Invalid message tag (
number
) in
string
, task
number
Explanation: The value specified for tag (message tag) is out of range.
User Response: Make sure that the message tag is within the range zero to
val
, as
specified by MPI_Attr_get(MPI_COMM_WORLD,MPI_TAG_UB,&val, &flag).
Error Class: MPI_ERR_TAG
114 IBM PE for AIX V2R4.0: Messages