wiki:OpenMPTransformation

Version 1 (modified by siegel, 12 years ago) ( diff )

--

OpenMP Constructs

  • parallel
  • for
  • sections
  • threadprivate
  • single
  • master
  • critical
  • atomic
  • ordered

Clauses

  • private(list)
  • shared(list)
  • default(none|shared)
  • num_threads(n)
  • schedule(static, n)
  • schedule(dynamic, n)
  • ...
Note: See TracWiki for help on using the wiki.