Changes between Version 56 and Version 57 of OpenMPTransformation


Ignore:
Timestamp:
09/30/14 12:02:38 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v56 v57  
    119119
    120120* `$omp_shared $omp_shared_create($omp_team team, $omp_gshared gshared, void *local, void *status)`
     121 * creates a local shared object, returning handle to it. The local copy of the shared object is initialised by copying the values from the original variable referenced to by the gshared object. The status variable is initialized to `FULL`. The created shared object is appended to the shared queue of the $omp_team object.
     122
    121123 * creates a local shared object, returning handle to it.  creates a local shared object, returning handle to it. The local copy of the shared object is initialized by copying the values from the original variable referenced to by the gshared object. The created shared object is appended to the shared queue of the $omp_team object.
    122124