Sub-programs in Parallel Regions
Sub-programs can be called from parallel region
Static extent is code contained lexically
Dynamic extent includes static extent + the statements in the call tree
The called sub-program can contain OpenMP directives to control the parallel region
- Directives in dynamic extent but not in static extent are called Orphan directives