Changes between Version 33 and Version 34 of Next-GenOpenMPTransformation


Ignore:
Timestamp:
10/08/19 17:45:38 (7 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Next-GenOpenMPTransformation

    v33 v34  
    368368
    369369* `void $omp_barrier_and_flush($omp_team team)`
     370 * checks data race violations by examining read & write set intersections
    370371 * combines a barrier and a flush on all shared objects owned by the team.  Implicit in many OpenMP worksharing constructs.
     372
    371373
    372374* `$domain $omp_arrive_loop($omp_team team, int location, $domain loop_dom,  $DecompositionStrategy strategy)`
     
    396398
    397399== Translations of specific directives ==
    398 [1. parallel construct]
    399 [2. worksharing-loop construct]
     400[https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingparallel 1. parallel construct]\\
     401[https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingfor 2. worksharing-loop construct]\\
    400402
    401403=== Translating `parallel` ===