Hi,
I'm using Parallel Studio with Visual Studio Pro 2008.
Parallel Studio includes the C++ Compiler 11.1.061. It seems to be unable to generate VECTORIZED (!= PARALLELIZED) loops. Compiler says that /Qunroll is not supported ! (it doesn't say it is an unknown command)
If I install the C++ Compiler 11.1.072 over Parallel Studio it does automatically, but it breaks a little bit the integration of Parallel Studio in VS and I could not debug threads anymore.
Global optimizations and SSE instructions are enabled in both cases.
How can I make vectorized loops with Parallel Studio?


