0032-030 0032-050
0032-030 Inconsistent flag value in
string
, task
number
Explanation: The same value of flag was not specified by each task in the group.
User Response: Make sure that each task specifies the same flag value
0032-031 Inconsistent gsize value in
string
, task
number
Explanation: The same value of gsize was not specified by each task in the group.
User Response: Make sure that each task specifies the same gsize value.
0032-032 Inconsistent label value in
string
, task
number
Explanation: The same value of label was not specified by each task in the group.
User Response: Make sure that each task specifies the same label value.
0032-033 Inconsistent task group list in
string
, task
number
Explanation: The same task group list was not specified by each task in the group.
User Response: Make sure that each task specifies the same task group list.
0032-034 Buffering cannot be turned on twice, task
number
Explanation: A task called MP_TASK_SET (mpc_task_set) with stype=3 twice.
User Response: Make sure that each task makes the indicated call no more than once.
0032-035 Buffer changed before message completion, task
number
Explanation: The contents of a buffer posted by a non-blocking send operation were
modified before the send was completed.
User Response: Make sure that the buffer used to send a message is not reused before a
WAIT or STATUS operation indicates that the send is complete.
0032-036 Calling
string
from a RCVNCALL handler is invalid, task
number
Explanation: MPL routines for Collective Communication as well as those which can
modify the operation mode of MPL are not valid within Receive and Call handler code.
User Response: Use only point to point subroutines for messaging within a Receive and
Call handler. Do not attempt to change any MPL operating mode or use Collective
Communications from within a handler.
0032-050 Invalid buffer pointer
Explanation: This is an MPI error class, returned by MPI_Error_class. It provides a broad
description of the type of error that occurred. Since much of the information defining an MPI
message buffer is buried in the MPI_Datatype, accurate detection of an invalid buffer would
be prohibitively expensive. Although this error class is defined by the MPI Standard, it is not
used.
User Response: See the entry for the specific error code returned by the MPI function.
Error Class: MPI_ERR_BUFFER
108 IBM PE for AIX V2R4.0: Messages