OpenAcc and VS2010

Hi , I am using visual FORTRAN and VS2010 , How could I know how many loops are parallelized ( accelerated) without using the command line ?

Hi ahmad adyleh,

Open a “Properties Pages” for your project (Alt-Enter) and the select the “Fortran->Diagnostics” Window. Select “Yes” for “Accelerator Information”.

The compiler feedback messages will be displayed in the “Output” tab and in the build log.

Hope this helps,
Mat