- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have a console application that was running fine with the Linux x64 icpc version 11.0.083 using the optimization flag -O3. With version 11.1.046 the code runs when compiled with the debug flag -g, but even though it compiles with -O2 or -O3, the executable hangs without any output. Are you aware of any optimization issues transitioning from 11.0.083 to 11.1.046?
Thanks,
Dave
I have a console application that was running fine with the Linux x64 icpc version 11.0.083 using the optimization flag -O3. With version 11.1.046 the code runs when compiled with the debug flag -g, but even though it compiles with -O2 or -O3, the executable hangs without any output. Are you aware of any optimization issues transitioning from 11.0.083 to 11.1.046?
Thanks,
Dave
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Surely, you know more about your application than you have let on. If it's a numerical application, do options such as -fp-model source make a difference? Do you have floating point expressions where algebraic shortcuts may break it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It would be nice if you can share the sample test case to narrow down the issue.

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