Size: 1107
Comment: Update links
|
Size: 1481
Comment: Add OpenMP 3.1 TODO item
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
Line 23: | Line 24: |
* OpenMP v3.1, when released ("The OpenMP ARB has [[ftp://ftp.nag.co.uk/sc22wg5/N1801-N1850/N1817.txt|started]] developing OpenMP 3.1, which is scheduled to be released for public review at [[http://www.ccs.tsukuba.ac.jp/workshop/IWOMP2010/|IWOMP, the International Workshop for OpenMP]], in June 2010. This update will include clarifications, and several extensions.") |
OpenMP
This page contains information on GCC's implementation of the OpenMP standard and related functionality like the auto parallelizer (-ftree-parallelize-loops).
As of GCC 4.2, the compiler implements version 2.5 of the OpenMP standard and as of 4.4 it implements version 3.0 of the OpenMP standard.
OpenMP Documentation
Documentation on libgomp (OpenMP runtime for GCC).
Automatic Parallelization
(-ftree-parallelize-loops)
- Streamization
TODO List
Feel free to add new items to this list as you run into issues or features that would be interesting to add. Send mail to the list and/or the GCC OpenMP maintainers if any item in this list sounds interesting but is hard to understand.
Fix PR 35423.
Fine tune the auto scheduling feature for parallel loops.
OpenMP v3.1, when released ("The OpenMP ARB has started developing OpenMP 3.1, which is scheduled to be released for public review at IWOMP, the International Workshop for OpenMP, in June 2010. This update will include clarifications, and several extensions.")