- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have two questions:
I am using Intel Visual Fortran Compiler XE 12.1.3.300 (Update 9).
a) Under version 11, when I open the project and print a *.f90 file to printer or PDF, I used to get the printout in color. In Version 12, only the line number is printed out in color and everything else is in B&W. Is there a special setting I need to use in VS2010 + XE Update 9 ?
b) I use '/Qopenmp-link:static' for linking. In the new version, I get a warning that it is deparcated. What's the equivalent in the new version?
Thanks.
I am using Intel Visual Fortran Compiler XE 12.1.3.300 (Update 9).
a) Under version 11, when I open the project and print a *.f90 file to printer or PDF, I used to get the printout in color. In Version 12, only the line number is printed out in color and everything else is in B&W. Is there a special setting I need to use in VS2010 + XE Update 9 ?
b) I use '/Qopenmp-link:static' for linking. In the new version, I get a warning that it is deparcated. What's the equivalent in the new version?
Thanks.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sara,
a) Color printing was removed in Visual Studio 2010, but Microsoft is offering a color printing extension.
b) The static openmp libraries are depreciated. If you can it is better to use the dynamic libraries which are the default.
a) Color printing was removed in Visual Studio 2010, but Microsoft is offering a color printing extension.
b) The static openmp libraries are depreciated. If you can it is better to use the dynamic libraries which are the default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FWIW you can:
open the file in VS 2010
click on file window
Ctrl-A
Open Word for Windows
Ctrl-V
File | Print
Jim Dempsey
open the file in VS 2010
click on file window
Ctrl-A
Open Word for Windows
Ctrl-V
File | Print
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks annalee and jimdempseyatthecove. The color printing issue is resolved after installing the add on.
Regarding the Static linking for OpenMP: I have to do a static linking as the executable is going to be used on different computers that do not have the supporting dynamic DLLs for OpenMP. Would it be best to link statically or dynamically. If I link dynamically don't I have to put "libiomp5md.dll" in the same directory as the EXE? With version 10, I was able to do the static linking without getting the deprecated message.
Regarding the Static linking for OpenMP: I have to do a static linking as the executable is going to be used on different computers that do not have the supporting dynamic DLLs for OpenMP. Would it be best to link statically or dynamically. If I link dynamically don't I have to put "libiomp5md.dll" in the same directory as the EXE? With version 10, I was able to do the static linking without getting the deprecated message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recommend that you not try to link to the static OpenMP library as it will be removed as of a release later this year. Yes, you will need to have libiomp5md.dll in the executable folder, or somewhere on PATH. You could also install the Intel Compiler Redistributables package on the target system.

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