I am learning OpenACC and came across the code bellow, provided by NVidia. From my understanding, reduction(max:err) creates a private err variable
reduction(max:err)
err