Quantcast
Channel: Parallel Computing in C++ and Native Code forum
Viewing all articles
Browse latest Browse all 856

openmp on visual studio express 2012

$
0
0

I've activated openmp in the c++ project (Properties->C/C++->Language->Open MP Support).

I'm doing a porting of an existing project with parallelism code like the following:

                #pragma omp parallel for schedule( dynamic, 1 )
                for( signed i = 0; i < nsize; ++ i ){

I can be wrong, but from the taskmgr it seems that only one core is getting to 100%: any suggestion ?

Thanks


Viewing all articles
Browse latest Browse all 856

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>