0032-001 0032-010
Chapter 5. MPI Messages
0032-001 Invalid source task (
number
) in
string
, task
number
Explanation: The value of src (source task ID) is out of range.
User Response: Make sure that the source task id is within the range 0 to N-1, where N is
the number of tasks in the partition.
0032-002 Invalid destination task (
number
) in
string
, task
number
Explanation: The value of dest (destination task id) is out of range.
User Response: Make sure that the destination task id is within the range 0 to N-1, where
N is the number of tasks in the partition.
0032-003 Invalid message length (
number
) in
string
, task
number
Explanation: The value specified for message length or block length is out of range.
User Response: Make sure that the message length is not less than zero.
0032-004 Invalid message type (
number
) in
string
, task
number
Explanation: The value specified for type (message type) is out of range.
User Response: Make sure that the message type is within the allowable range as
specified by MP_TASK_QUERY (qtype=2).
0032-005 Invalid message id (
number
) in
string
, task
number
Explanation: The value specified for msgid (message id) is invalid.
User Response: Make sure that the message id is not less than 0.
0032-006 Invalid message buffer addr=
number
in
string
, task
number
Explanation: The message buffer address cannot be valid.
User Response: Make sure that the buffer is correctly identified in the call.
0032-007 Invalid message offset (
number
) in
string
, task
number
Explanation: The value specified for offset is invalid.
User Response: Make sure that offset is not less than blklen.
0032-008 Invalid blknum (
number
) in
string
, task
number
Explanation: The value specified for blknum is invalid.
User Response: Make sure that blknum is not less than 0.
0032-009 Invalid stype value (
number
) in
string
, task
number
Explanation: The value specified for stype is invalid.
User Response: Make sure that stype is either 1, 2, or 3.
0032-010 Invalid nbuf value (
number
) in
string
, task
number
Explanation: The value specified in nbuf is invalid.
User Response: Make sure that nbuf contains valid data.
Copyright IBM Corp. 1996, 1998 105