- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To get the report, you need to turn off the /Qipo.
Jennifer
Jennifer

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page