Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Diagnostic messages are not working well

Minjang
Beginner
260 Views
I'm using Intel C++ 11.1.038 in Windows (both 32/64 bit)

I'm having a trouble to get diagnostic compiler's message for automatic parallelization and OpenMP.

If I turn on OpenMP or automatic parallelization (/Qparallel), the compiler can give diagnostic message based on the settings "/Qpar-report:n" and "/Qopenmp-report:n". I clearly specified these options, but *no* messages are shown.

I clearly remember the compiler version 10.x gave a bunch of diagnostic messages (such as proven data dependences) when I specified "/Qpar-report:3". But, with this 11 version, just no messages are shown.

Is this compiler bug?

Otherwise, could you give me a link to download the one of the version 10? Getting diagnostic messages is critical to me for my compiler-related research.

Thank you,
Minjang
0 Kudos
1 Reply
JenniferJ
Moderator
260 Views
To get the report, you need to turn off the /Qipo.

Jennifer
0 Kudos
Reply