Race Conditions
The result varies unpredictably based on detailed order of execution for each section.
Wrong answers produced without warning!
C$OMP PARALLEL SECTIONS
A = B + C
C$OMP SECTION
B = A + C
C$OMP SECTION
C = B + A
C$OMP END PARALLEL SECTIONS
Previous slide
Next slide
Back to first slide
View graphic version