- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi again,
I forgot to mention that when the debugger looses its way a process called devenv.exe keeps running at 100 % CPU load for what appears to be an infinite amount of time.
Kind Regards,
Stig Andersen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you leave warnings enabled, you may get warnings at compile or link time, if the compiler knows it has failed to generate correct line number information, or the linker detects corruption in the .pdb file. I suspect this is more likely to occur with large files. Please consider submitting such cases on your premier.intel.com account. You are entitled to open that account even with an evaluation license, although paid licenses may get priority.
For"all optimizations off" on Windows, you should use /Od, which should be the default when you set debugging. Use the debug option for linking (using ifort to drive the link)as well as for compiling. On linux, -O0 turns optimizations off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your reply
If you leave warnings enabled, you may get warnings at compile or linktime, if the compiler knows it has failed to generate correct line number information, or the linker detects corruption in the .pdb file. I suspect this is more likely to occur with large files.
I have tried turning all warnings on, but I only get a couple of warnings about arguments that are not used (in places where it isintended). The project I am browsing does contain some thousands of linesof code. Browsing code, however, seemed to work reasonably well with the 7.1 compiler. Perhaps I should be asking if there is anything new that one needs to do in order to be able to browse code in developer studio with the 8.0 compiler compared to the 7.1 compiler ? The code is a straight forward single threaded console application.
... although paid licenses may get priority.
If the issue does not get resolved here I will submit it to premier support and see what happens (or what does not happen)
Kind Regards,
Stig Andersen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The compile command does not accept wildcards.
Please do report the debugger hang to Premier Support, and attach a ZIP file of your VS.NET "solution". Be sure to specify which version (2002 or 2003) of VS.NET you have.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Steve,
Thank for your reply. I will submit the problem/solution to premier support.
Regarding the use of wild cards is there any known easy way to to get the wildcard functionality by piping the output from ashell command or programto the ifort command (I tried but could not make it work)? I guess I will make a small program that generates a bacth file with the appropriate (mile long :-) ifort command.
I will file a feature request with premier support thatsupport ofwild cards get put back into the ifort command.
When using CVFI always used the wildcard syntax because I had to compile all my source files at once in order to get CVF to inline a large number of small functions across a largish number of source files. Will the interprocedural optimisations across multiple source files work without compiling all files at once with IVF?
Kind Regards and Thank You in advance,
Stig Andersen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is actually in response to wildcard'ing ...
There was a bug in the driver that disallowed that; it has been fixed in our current sources, and hopefully will be in the first update kit available for 8.0.
Sorry for the inconvenience -
- Lorri
- 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