Changes between Version 53 and Version 54 of OpenMPTransformation
- Timestamp:
- 08/15/14 17:44:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenMPTransformation
v53 v54 118 118 * destroys the global shared object, copying the context to the original variable 119 119 120 * `$omp_shared $omp_shared_create($omp_team team, $omp_gshared gshared )`120 * `$omp_shared $omp_shared_create($omp_team team, $omp_gshared gshared, void *local, void *status)` 121 121 * 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. 122 122
