1 |
"A flexible standard, easily implemented across different platforms"
|
2 |
Control structures
-
Minimal for simplicity and encouraging common cases
-
PARALLEL, DO, SECTIONS, SINGLE, MASTER
|
3 |
Data environment
-
New data access capabilities for forked threads
-
SHARED, PRIVATE, REDUCTION
|