- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am working on a large, complex simulation code. I have a case that runs badly withx64 release mode, optimization ( tried all levels including disable - which should be same as debug?), runs ok but slowly with x64 debug mode, runs ok and great with Win32 release mode. The code uses Openmp. It seems there is a problem with the x64. Could anyone give me direction as to how to resolve this?
Regards,
Thomas
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Further to the previous post, I find that if I use the x64, debug mode, then turn on optimization, openmp compilation, remove debugging checks etc. to emulate the same options as release mode, the case will run as good as the win32 release mode.
What is the difference between the debug mode and the release mode?
Thanks for any insight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There really isn't enough information in your post to be able to offer any meaningful help. You don't even say what goes wrong in release mode. What you can do is try to find out which one option, which changed, causes the program to fail. Then you can determine which source file needs that option specified to fail. After that, you're on your way to narrowing down the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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