⇤ ← Revision 1 as of 2008-03-12 18:48:17
Size: 1152
Comment:
|
Size: 1152
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 17: | Line 17: |
* Fix [[http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35243|PR 35423]]. | * Fix [[http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35423|PR 35423]]. |
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. Work is underway to implement the new version 3.0 of the standard (branch gomp-3_0-branch).
OpenMP Documentation
Documentation on libgomp (OpenMP runtime for GCC).
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.
Help out with the OpenMP 3.0 implementation effort (gomp-3_0-branch).