Private Clause
program wrong
I = 10
C$OMP PARALLEL PRIVATE(I)
I= I + 1
C$OMP END PARALLEL
print *, I
Private, uninitialized copy is created for each thread
Private copy is not storage associated with the original
Previous slide
Next slide
Back to first slide
View graphic version