Changes between Version 29 and Version 30 of OpenMPTransformation
- Timestamp:
- 04/25/14 09:48:15 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenMPTransformation
v29 v30 222 222 }}} 223 223 224 We vary the way 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_ws_arrive_loop`, not the translation above.224 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_ws_arrive_loop`, not the translation above. 225 225 226 226 {{{
