0032-113 0032-119
0032-113 Out of memory in
string
, task
number
Explanation: There is insufficient memory available to continue.
User Response: Reduce the size of user storage required per task.
Error Class: MPI_ERR_INTERN
0032-114 Internal error:
string
in
string
, task
number
Explanation: An internal software error occurred during execution.
User Response: Gather information about the problem and follow local site procedures for
reporting hardware and software problems.
Error Class: MPI_ERR_INTERN
0032-115 System error:
string
, in
string
task
number
Explanation: A system software error occurred during execution.
User Response: Gather information about the problem and follow local site procedures for
reporting hardware and software problems.
Error Class: MPI_ERR_INTERN
0032-116 Null function not allowed in
string
, task
number
Explanation: The value NULL (zero) was specified for function.
User Response: A valid function must be specified. If a do-nothing function is desired, it
must be supplied by the user.
Error Class: MPI_ERR_OTHER
0032-117 User pack or receive buffer too small (
number
) in
string
, task
number
Explanation: The buffer specified for the operation was too small to hold the message. In
the PACK and UNPACK cases it is the space between current position and buffer end which
is too small.
User Response: Increase the size of the buffer or reduce the size of the message. Error
Class: MPI_ERR_TRUNCATE
0032-118 Invalid datatype (
number
) in
string
, task
number
Explanation: The datatype is not a valid argument to the function.
User Response: The MPI_Datatypes (MPI_LB, MPI_UB, MPI_PACKED) are not valid in all
functions. Make sure the type being use is valid for the function.
Error Class: MPI_ERR_TYPE
0032-119 Datatype already committed (
number
) in
string
, task
number
Explanation: It is invalid to try to commit an datatype that is already committed.
User Response: Avoid calling MPI_Type_commit more that once per user defined
datatype.
Error Class: MPI_ERR_TYPE
116 IBM PE for AIX V2R4.0: Messages