Verifying Storage Class Choice
Misclassified a and b as private
01: subroutine dsq(a, b, c, n)
02:c$omp parallel do shared(c, n)
03:c$omp& private(i, a, b, x, y)
Errors in PARALLEL DO, DSQ/2 (dsq.f):
-----------------------------------------
Error: DSQ/5 (dsq.f): uninitialized read of LOCAL symbol 'B' in PARALLEL DO
Error: DSQ/5 (dsq.f): uninitialized read of LOCAL symbol 'A' in PARALLEL DO