Changes between Version 12 and Version 13 of OpenMPTransformation
- Timestamp:
- 04/20/14 18:20:55 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenMPTransformation
v12 v13 120 120 $omp_gws _gws = $omp_gws_create($here, _nthreads); 121 121 void _thread(int _tid) { 122 $omp_ws = $omp_ws_create(_gws, _tid);122 $omp_ws _ws = $omp_ws_create(_gws, _tid); 123 123 124 124 translate(S) … … 180 180 {{{ 181 181 { 182 $int_iter iter = $omp_ws_arrive_sections( ws, 42);182 $int_iter iter = $omp_ws_arrive_sections(_ws, 42); 183 183 184 184 while ($int_iter_hasNext(iter)) { … … 213 213 214 214 {{{ 215 if ($omp_arrive_single( ws, 33)) {215 if ($omp_arrive_single(_ws, 33)) { 216 216 translate(S); 217 217 } … … 230 230 231 231 {{{ 232 $omp_barrier_arrive( ws, 58);232 $omp_barrier_arrive(_ws, 58); 233 233 $barrier... 234 234 }}}
