Changes between Version 42 and Version 43 of OpenMPTransformation
- Timestamp:
- 06/10/14 14:33:17 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenMPTransformation
v42 v43 223 223 }}} 224 224 225 We can vary the way iterators are chosen to explore different tradeoffs and strategies. On one extreme, every kind of partition can be explored; on the other, some fixed strategy like round-robin with chunksize 1 can be used. This only changes the definition of `$omp_arrive_loop`, not the translation above.225 We can vary the way the sub-domains are chosen to explore different tradeoffs and strategies. On one extreme, every kind of partition can be explored; on the other, some fixed strategy like round-robin with chunksize 1 can be used. This only changes the definition of `$omp_arrive_loop`, not the translation above. 226 226 227 227 {{{
