0032-306 0032-312
|0032-306 Unclosed files when finalizing
string
, task
number
.
|Explanation: There are still open files when MPI_FINALIZE is called.
|User Response: Make sure that all files are closed prior to calling MPI_FINALIZE.
|Error Class: MPI_ERR_OTHER
|0032-307 Invalid environment
string
, task
number
|Explanation: You did not specify a documented MP_ environment variable.
|User Response: Contact IBM service.
|Error Class: MPI_ERR_OTHER
|0032-308 Invalid order (
number
) in
string
, task
number
|Explanation: The value of the order argument in the type constructor call must be either
|MPI_ORDER_FORTRAN or MPI_ORDER_C.
|User Response: Correct the value of the order argument.
|Error Class: MPI_ERR_ARG
|0032-309 Invalid array element (
number
) in
string
, task
number
.
|Explanation: One element of the array has an invalid value (either negative or zero).
|User Response: Correct the value of the array element.
|Error Class: MPI_ERR_ARG
|0032-310 Invalid element in array_of_distribs (
number
) in
string
, task
number
.
|Explanation: One element of the array_of_distribs argument to
|MPI_TYPE_CREATE_DARRAY has an invalid value (not one of MPI_DISTRIBUTE_BLOCK,
|MPI_DISTRIBUTE_CYCLIC, MPI_DISTRIBUTE_NONE).
|User Response: Correct the value of the array_of_distribs element.
|Error Class: MPI_ERR_ARG
|0032-311 Invalid element in array_of_dargs (
number
) in
string
task
number
.
|Explanation: One element of the array_of_dargs argument to
|MPI_TYPE_CREATE_DARRAY() has an invalid value (either negative or zero, and different
|from MPI_DISTRIBUTE_DFLT_DARG).
|User Response: Correct the value of the array_of_dargs element.
|Error Class: MPI_ERR_ARG
|0032-312 Invalid group size (
number
) in
string
, task
number
.
|Explanation: The value of the size argument must be positive.
|User Response: Correct the value of the size argument.
|Error Class: MPI_ERR_ARG
130 IBM PE for AIX V2R4.0: Messages