0032-254 0032-281
|0032-254 MP_SINGLE_THREAD is set in a multi-threaded program, detected in
string
,
|task
number
|Explanation: The MP_SINGLE_THREAD environment variable is set, but multiple threads
|are executing.
|User Response: Unset the MP_SINGLE_THREAD environment variable and rerun the
|program.
|Error Class: MPI_ERR_OTHER
|0032-255 It is not valid to decode a named predefined datatype. In
string
, task
|
number
.
|Explanation: The datatype given is a named predefined datatype which cannot be
|decoded.
|User Response: When attempting to decode a datatype be sure that it is a derived
|datatype.
|Error Class: MPI_ERR_TYPE
|0032-256 Maximum array size is not big enough. In
string
, task
number
.
|Explanation: The maximum size of an array, passed by an argument, is not big enough for
|the amount of information that needs to be returned.
|User Response: Check the function call to make sure the correct arguments have been
|used and that a big enough storage area has been allocated.
|Error Class: MPI_ERR_ARG
|0032-270 Error in asynchronous support code:
number
in
string
, task
number
|Explanation: An internal software error occurred during execution of the asynchronous
|code that supports some MPI functions.
|User Response: Gather information about the problem and follow local site procedures for
|reporting hardware and software problems.
|Error Class: MPI_ERR_INTERN
|0032-271 I/O error logging:
number
in
string
, task
number
.
|Explanation: An internal error occurred during I/O error logging.
|User Response: Gather information about the problem and follow local site procedures for
|reporting hardware and software problems.
|Error Class: MPI_ERR_INTERN
|0032-280 Invalid info key
string
, task
number
.
|Explanation: The info key specified is too long.
|User Response: Make sure that the info key length is less than MPI_MAX_INFO_KEY.
|Error Class: MPI_ERR_INFO_KEY
|0032-281 Invalid info value
string
, task
number
.
|Explanation: The info value specified is too long.
|User Response: Make sure that the info value length is less than MPI_MAX_INFO_VAL.
|Error Class: MPI_ERR_INFO_VALUE
128 IBM PE for AIX V2R4.0: Messages