Changes between Version 39 and Version 40 of Next-GenOpenMPTransformation
- Timestamp:
- 10/30/19 11:02:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Next-GenOpenMPTransformation
v39 v40 16 16 == OpenMP Constructs == 17 17 18 * `parallel` . . . . . . . . . . . . . . . . [In-progress]18 * `parallel` ([https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingparallel detail])\\ 19 19 * `private(`list`)` 20 20 * `firstprivate(list)` … … 27 27 * `reduction(op:list)` 28 28 29 * `sections` . . . . . . . . . . . . . . . . .[In-progress]29 * `sections` ([https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingsections detail]) 30 30 * `private(`list`)` 31 31 * `firstprivate(list)` … … 34 34 * `nowait` 35 35 36 * `section` 37 38 * `single` . . . . . . . . . . . . . . . . . . [In-progress]36 * `section` (see `sections`) 37 38 * `single` ([https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingsingle detail]) 39 39 * `private(`list`)` 40 40 * `firstprivate(list)` … … 42 42 * `nowait` 43 43 44 * `for` . . . . . . . . . . . . . . . . . . . . .[In-progress]44 * `for` ([https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingfor detail]) 45 45 * `private(`list`)` 46 46 * `firstprivate(list)` … … 80 80 * `notinbranch` 81 81 82 * `master` ([https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingmaster detail]) 83 82 84 * `barrier` 83 85 … … 93 95 * `seq_cst` . . . . . . . . . . . . . [Unsupported] 94 96 95 * `master` . . . . . . . . . . . . . . . . . . [Unsupported]96 97 97 98 == OpenMP Types == … … 402 403 403 404 == Translations of specific directives == 404 [https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingparallel 1. parallel construct]\\405 [https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingsections 2. worksharing sections construct]\\406 [https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingsingle 3. worksharing single construct]\\407 [https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingfor 4. worksharing loop construct]\\408 [https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Translatingmaster 5. master construct]\\409 405 410 406 === Translating `parallel` ===
