I am using the Parallel Pattern Library. The class combinable plays the role of reduction clause in openMP, and enables to merge results from parallel calculations.
Does .combine(max()) exists (btw, could you point at some ref with allowed operations with combine, did not find that)?
Thanks and regards.