0032-136 0032-142
0032-136 Invalid communicator (
number
) in
string
, task
number
Explanation: The value used for communicator is not a valid communicator handle.
User Response: Make sure that the communicator is valid (predefined or created by an
MPI function) and has not been freed by MPI_Comm_free.
Error Class: MPI_ERR_COMM
0032-137 Invalid keyval (
number
) in
string
, task
number
Explanation: The value used for keyval is not a valid attribute key handle.
User Response: Make sure that the key handle is valid (predefined or created by an MPI
function) and has not been freed by MPI_Keyval_free.
Error Class: MPI_ERR_ARG
0032-138 Undefined datatype (
number
) in
string
, task
number
Explanation: The datatype handle does not represent a defined datatype.
User Response: Make sure the MPI_Datatype argument is either an MPI predefined type
or has been defined by an MPI type constructor function.
Error Class: MPI_ERR_TYPE
0032-139 Invalid reduction operation (
number
) in
string
, task
number
Explanation: The value used for op is is not a valid reduction operation handle.
User Response: Make sure that the op handle is valid (predefined or created by an MPI
function) and has not been freed by MPI_Op_free.
Error Class: MPI_ERR_OP
0032-140 Invalid error code (
number
) in
string
, task
number
Explanation: The value used for code is not a valid error code.
User Response: Make sure that the error code was returned by an MPI function.
Error Class: MPI_ERR_ARG
|0032-141 Invalid error handler (
number
) in
string
, task
number
|Explanation: The value used for errhandler is not a valid error handler handle.
|User Response: Make sure that the error handler handle is valid and has not been freed
|by MPI_ERRHANDLER_FREE. A valid error handler handle is one that is predefined or one
|that was created by a call to create an errhandler for the same object type (a file error
|handler cannot be used as the error handler for a communicator, for example).
|Error Class: MPI_ERR_ARG
|0032-142 Invalid task count (
number
) in
string
, task
number
|Explanation: An invalid number of tasks was specified (either explicitly, or implicitly).
|User Response: Make sure that the number of tasks is non-negative, and is not greater
|than the size of the communicator.
|Error Class: MPI_ERR_ARG
Chapter 5. MPI Messages 119