0032-143 0032-149
0032-143 Invalid dimension count (
number
) in
string
, task
number
Explanation: The value specified for ndims is invalid.
User Response: Make sure that the number of dimensions is greater than zero.
Error Class: MPI_ERR_DIMS
0032-144 There is no solution in
string
, task
number
Explanation: There is no set of dimensions which satisfies the conditions required by a call
to MPI_Dims_create.
User Response: Modify the parameters used in the call to MPI_Dims_create so that a
solution is possible.
Error Class: MPI_ERR_DIMS
0032-145 Invalid array size (
number
) in
string
, task
number
Explanation: An array size was specified to be less than zero.
User Response: Make sure that all array sizes (specified by maxdims, maxedges,
maxindex, etc.) are non-negative.
Error Class: MPI_ERR_ARG
0032-146 Invalid neighbor rank (
number
) in
string
, task
number
Explanation: An invalid rank was used for an element of the edges array.
User Response: Make sure that all elements of the edges array are greater than or equal
to zero, and less than nnodes.
Error Class: MPI_ERR_RANK
0032-147 Invalid coordinate (
number
) in
string
, task
number
Explanation: The value specified is not a valid process coordinate in the communicator
comm.
User Response: Make sure that each coordinate is in the range zero to N-1, where N is
the size of the corresponding dimension of the cartesian topology associated with comm
Error Class: MPI_ERR_ARG
0032-148 Invalid root (
number
) in
string
, task
number
Explanation: The value specified for root is not a valid process rank in the communicator
comm.
User Response: Make sure that root is within the range zero to N-1, where N is the
number of tasks in the group associated with comm. N can be determined by calling
MPI_Comm_size.
Error Class: MPI_ERR_ROOT
0032-149 MPI is already initialized in
string
, task
number
Explanation: A call to MPI_Init was made when MPI was already initialized.
User Response: If in doubt, make sure that MPI is not already initialized (by calling
MPI_Initialized) before calling MPI_Init.
Error Class: MPI_ERR_OTHER
120 IBM PE for AIX V2R4.0: Messages