Changes between Version 58 and Version 59 of OpenMPTransformation


Ignore:
Timestamp:
10/01/14 15:54:13 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v58 v59  
    111111
    112112=== Shared variables ===
     113
     114Note:  none of those variables that comprise a shared object should ever be accessed directly.  All access must happen through `$omp_read/write`, including the local views, status, and shared view.
    113115
    114116* `$omp_gshared $omp_gshared_create($omp_gteam, void *original)`