0032-313 0032-319
|0032-313 Invalid grid size (
number
) in
string
, task
number
.
|Explanation: The cartesian grid of processes defined by arguments ndims and
|array_of_psizes to MPI_TYPE_CREATE_DARRAY() has a size different from argument size.
|User Response: Correct either the value of the size argument or the values of the
|array_of_psizes elements.
|Error Class: MPI_ERR_ARG
|0032-314 Invalid psize element (
number
) in
string
, task
number
.
|Explanation: One element of the array_of_psizes argument to
|MPI_TYPE_CREATE_DARRAY() must have a value of 1 since distribution
|MPI_DISTRIBUTE_NONE has been set in that dimension.
|User Response: Correct the value of the array_of_psizes element.
|Error Class: MPI_ERR_ARG
|0032-315 Invalid block distribution (
number
) in
string
, task
number
.
|Explanation: The values of the three arguments array_of_psizes, array_of_dargs, and
|array_of_gsizes do not satisfy the condition: array_of_psizes[i] * array_of_dargs[i] >=
|array_of_giz es[i], whereas distribution MPI_DISTRIBUTE_BLOCK has been set in
|dimension i.
|User Response: Set appropriate values to array_of_psizes, array_of_dargs, and
|array_of_gizes elements.
|Error Class: MPI_ERR_ARG
|0032-316 Invalid subarray size (
number
) in
string
, task
number
.
|Explanation: One element of the array_of_subsizes argument to
|MPI_TYPE_CREATE_SUBARRAY() has a value greater than the element of array_of_sizes
|in the same dimension.
|User Response: Correct the value of the array_of_subsizes element.
|Error Class: MPI_ERR_ARG
|0032-317 Invalid start element (
number
) in
string
, task
number
.
|Explanation: One element of the array_of_starts argument to
|MPI_TYPE_CREATE_SUBARRAY() has a value which is not compatible with the values of
|the elements of array_of_sizes and array_of_subsizes in the same dimension.
|User Response: Set appropriate values to array_of_starts, array_of_sizes, and
|array_of_subsizes elements.
|Error Class: MPI_ERR_ARG
|0032-318 Internal error in cyclic distribution (
number
) in
string
, task
number
.
|Explanation: An internal error occurred while processing a cyclic distribution.
|User Response: Please note the return code and contact IBM.
|Error Class: MPI_ERR_OTHER
|0032-319 Internal error in block distribution (
number
) in
string
, task
number
.
|Explanation: An internal error occurred while processing a block distribution.
|User Response: Please note the return code and contact IBM.
|Error Class: MPI_ERR_OTHER
Chapter 5. MPI Messages 131