0032-011 0032-019
0032-011 Invalid qtype value (
number
) in
string
, task
number
Explanation: The value specified for qtype is invalid.
User Response: Make sure that qtype is either 1, 2, or 3.
0032-012 Invalid nelem value (
number
) in
string
, task
number
Explanation: The value specified for nelem is invalid.
User Response: Make sure that nelem is not less than 0.
0032-013 Out of memory, task
number
Explanation: There is insufficient memory available to continue.
User Response: Reduce the size of user storage required per task.
0032-014 Internal error:
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.
0032-015 System error:
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.
0032-016 Deadlock detected, task
number
Explanation: A software-generated deadlock was detected.
User Response: Make sure that your application code does not contain potential deadlock
conditions. Refer to IBM Parallel Environment for AIX: Parallel Programming Reference
(SH26-7228).
0032-017 Receive buffer too small, task
number
Explanation: The buffer specified for the operation was too small to hold the received
message.
User Response: Increase the size of the buffer or reduce the size of the message.
0032-018 Too many messages, task
number
Explanation: Too many outgoing and incoming messages have been posted without being
completed.
User Response: Make sure that MP_WAIT (mpc_wait) or MP_STATUS (mpc_status) is
being called to complete pending non-blocking sends and receives. In addition, make sure
that for each message sent, there is a corresponding receive issued by some task.
0032-019 Invalid group id (
number
) in
string
, task
number
Explanation: The value of gid (group id) is out of range.
User Response: Make sure that gid is not less than 0. In addition, make sure that the
value specified for gid is a value that was returned by either MP_GROUP (mpc_group) or
MP_PARTITION (mpc_partition).
106 IBM PE for AIX V2R4.0: Messages