Changes between Version 28 and Version 29 of OpenMPTransformation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v28 v29  
    181181      // declare private variables
    182182
    183       translate(S) but replace each private variable `x` with `_x`, and translate access to shared variables using protocols above
     183      translate(S) but replace each private variable `x` with `_x`, and
     184        translate access to shared variables using protocols above;
     185      flush any writes to shared variables;
    184186    }
    185 
    186187    for (int i=0; i<_nthreads; i++) _threads[i]=$spawn _thread(i);
    187188    for (int i=0; i<_nthreads; i++) $wait(_threads[i]);