- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Intel compiler lets me specify -nologo & -vec-report0 to supress many messages, but I cannot find a way to suppress the -ipo "remark" message. Is there a way?
- Henrik
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add the option: -diag-disable ipo to remove all IPO messages, including remarks.
Alternatively, to remove only remarks from all compilation phases use: -diag-disable remark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Kevin Davis (Intel)
Add the option: -diag-disable to remove all IPO messages, including remarks.
Alternatively, to remove only remarks from all compilation phases use: -diag-disable remark
Thanks! Works great. I could not find this info when examing the IPO documentation. Perhaps in the future a mention of this could be made in the IPO section of the documentation?
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - henrikk
Perhaps in the future a mention of this could be made in the IPO section of the documentation?
Yes, we will look at improving the documentation of this. The ipo diagnostic group is also not listed in the discussionof the-diag option.

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