Changes between Version 56 and Version 57 of OpenMPTransformation
- Timestamp:
- 09/30/14 12:02:38 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenMPTransformation
v56 v57 119 119 120 120 * `$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 121 123 * 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 124
