Verifying Storage Class Choice
Misclassified x and y as shared
01: subroutine dsq(a, b, c, n)
02:c$omp paralleldo shared(a, b, c)
03:c$omp& shared(n, x, y) private(i)
Storage conflicts in PARALLEL DO, DSQ/2 (dsq.f):
---------------- --------------------------
Read -> Write X DSQ/7 - 5
Read -> Write Y DSQ/7 - 6