visual c++ - OpenMP implementations in VC++ 2008, 2010 -


depending on implementation, omp can quite useful parallelize arbitrary bits of code - e.g parallel section inside method calls 2 independent methods - or can bad. depends on how threads created/cached, think.

how vc++ 2008 implementation work? , 2010 implementation different in terms of features , performance/flexibility?

the openmp implementation in both vs2008 , vs2010 compliant version 2.0 specification. there annotations in msdn library doesn't go deep. best place detailed specifications @ openmp.org site.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -