omp
Takes one or more OpenMP directives, along with any optional directive clauses.
#pragma omp directive
See OpenMP Directives for more information.
Article: 32 OpenMP traps for C++ developers
http://www.viva64.com/art-3-2-1023467288.html
Abstract. Since multi-core systems are spreading fast, the problem of parallel programming becomes more and more urgent. However, even the majority of experienced developers are new to this sphere. The existing compilers and code analyzers allow finding some bugs, which appear during parallel code development. However, many errors are not diagnosed. The article contains description of a number of errors, which lead to incorrect behavior of parallel programs created with OpenMP.
- 7/29/2008
- CodeX64
- 12/29/2009
- Andrey_Karpov