Definition
task_reduction is reduction scoping clause that specifies a reduction among tasks.
For each list item, the number of copies is unspecified. Any copies associated with the reduction are initialised before they are accessed by the tasks participating in the reduction. After the end of the region, the original list item contains the result of the reduction.
task_reduction(identifier: list)