next up previous
Next: Scheduling Up: No Title Previous: Variable attributes

Parallel Codes

C$OMP DO
(#pragma omp for in C) directive specifies that the following loop should be executed in parallel.
C$OMP SECTIONS
directive specifies a piece of code that has multiple independent sections that can be executed on different threads. The block is ended by C$OMP END SECTIONS.
C$OMP SECTION
marks the next block as an independent section within a SECTIONS block.



Russell Standish
2001-05-11