Changes between Version 33 and Version 34 of Next-GenOpenMPTransformation
- Timestamp:
- 10/08/19 17:45:38 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Next-GenOpenMPTransformation
v33 v34 368 368 369 369 * `void $omp_barrier_and_flush($omp_team team)` 370 * checks data race violations by examining read & write set intersections 370 371 * combines a barrier and a flush on all shared objects owned by the team. Implicit in many OpenMP worksharing constructs. 372 371 373 372 374 * `$domain $omp_arrive_loop($omp_team team, int location, $domain loop_dom, $DecompositionStrategy strategy)` … … 396 398 397 399 == 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]\\ 400 402 401 403 === Translating `parallel` ===
