Changes between Version 55 and Version 56 of OpenMPTransformation


Ignore:
Timestamp:
08/22/14 18:34:41 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v55 v56  
    147147 * combines a barrier and a flush on all shared objects owned by the team.  Implicit in many OpenMP worksharing constructs.
    148148
    149 * `$domain $omp_arrive_loop($omp_team, $domain loop_dom)`
     149* `$domain $omp_arrive_loop($omp_team team, $domain loop_dom,  $DecompositionStrategy strategy)`
    150150 * called by a thread when it reaches an omp for loop, this function returns the subset of the loop domain specifying the iterations that this thread will execute.  The dimension of the domain returned equals the dimension of the given domain `loop_dom`.
    151151