0032-020 0032-029
0032-020 Invalid task id (
number
) in
string
, task
number
Explanation: The value specified for taskid is out of range.
User Response: Make sure that taskid is within the range 0 to N-1, where N is the
number of tasks in the partition.
0032-021 Invalid task rank (
number
) in
string
, task
number
Explanation: The value specified for rank is out of range.
User Response: Make sure that rank is within the range 0 to N-1, where N is the number
of tasks in the group referenced by gid.
0032-022 Invalid step value (
number
) in
string
, task
number
Explanation: The value specified by step is out of range.
User Response: Make sure that step is in the range -N to N, where N is the number of
tasks in the group referenced by gid.
0032-023 Invalid gsize value (
number
) in
string
, task
number
Explanation: The value specified by gsize is out of range.
User Response: Make sure that gsize is in the range 1 to N, where N is the number of
tasks in the partition.
0032-024 Invalid task group list (
number
) in
string
, task
number
Explanation: The list of task ids for the group (glist) contains one or more invalid task ids.
User Response: Make sure that the local task id is included in the group list, and that all of
the task ids in the list are within the range 0 to N-1, where N is the number of tasks in the
partition.
0032-025 Duplicate task id (
number
) in
string
, task
number
Explanation: A duplicate task id was found in the group list.
User Response: Make sure that each task in the group list is included only once.
0032-026 Inconsistent source task in
string
, task
number
Explanation: The same source task was not specified by each task in the group.
User Response: Make sure that each task specifies the same source task.
0032-027 Inconsistent destination task in
string
, task
number
Explanation: The same destination task was not specified by each task in the group.
User Response: Make sure that each task specifies the same destination task.
0032-028 Inconsistent message length in
string
, task
number
Explanation: The same message length was not specified by each task in the group.
User Response: Make sure that each task specifies the same message length.
0032-029 Inconsistent step value in
string
, task
number
Explanation: The same value of step was not specified by each task in the group.
User Response: Make sure that each task specifies the same step value.
Chapter 5. MPI Messages 107