Changes between Version 27 and Version 28 of OpenMPTransformation


Ignore:
Timestamp:
04/25/14 09:40:47 (12 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v27 v28  
    178178      $omp_ws _ws = $omp_ws_create($here, _gws, _tid);
    179179      $barrier _barrier = $barrier_create($here, _gbarrier, tid);
    180 
    181       translate(S)
     180      // declare local copies of shared variables
     181      // declare private variables
     182
     183      translate(S) but replace each private variable `x` with `_x`, and translate access to shared variables using protocols above
    182184    }
    183185