Sections
Worksharing directive for independent code sections
Will not scale beyond the number of sections
call xaxis
call yaxis
call zaxis
C$OMP PARALLEL
C$OMP SECTIONS
call xaxis
C$OMP SECTION
call yaxis
C$OMP SECTION
call zaxis
C$OMP END SECTIONS
C$OMP END PARALLEL
Previous slide
Next slide
Back to first slide
View graphic version