1 |
In general, big things are shared
-
The major arrays that take all the space
-
It's the thread's default model
|
2 |
Program local vars are parallel private vars
-
Temporaries used require one copy per thread
-
Subroutine locals become private automatically
|
3 |
Move up from leaf subroutines to parallel region
|
4 |
Equivalences: ick
|