0 out of 4 rated this helpful - Rate this topic

omp

Takes one or more OpenMP directives, along with any optional directive clauses.


#pragma omp directive

See OpenMP Directives for more information.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
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.