Changes between Version 28 and Version 29 of OpenMPTransformation
- Timestamp:
- 04/25/14 09:45:04 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenMPTransformation
v28 v29 181 181 // declare private variables 182 182 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; 184 186 } 185 186 187 for (int i=0; i<_nthreads; i++) _threads[i]=$spawn _thread(i); 187 188 for (int i=0; i<_nthreads; i++) $wait(_threads[i]);
