Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Linking with IMSL libraries

desouzasantos
Beginner
369 Views
I am new on the use of Intel Visual Fortran. I could not find the option to link my program with IMSL libraries. The Manual mentions option Qimsl, but I could not find that option in the Project Properties. Could anyone help? Thanks.
0 Kudos
2 Replies
maciej
Beginner
369 Views
Quoting - desouzasantos
I am new on the use of Intel Visual Fortran. I could not find the option to link my program with IMSL libraries. The Manual mentions option Qimsl, but I could not find that option in the Project Properties. Could anyone help? Thanks.

You might want to see this thread
http://software.intel.com/en-us/forums/showthread.php?t=70521
or this
http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/
but this second link lack of information that source must start with
INCLUDE 'link_fnl_shared.h'

Maciej
0 Kudos
Steven_L_Intel1
Employee
369 Views
Quoting from the second link:

If you are building a new application, you will need to select one of the sets of IMSL libraries and add the necessary line(s), as described in the compiler documentation, in one of your Fortran source files. Most applications will use these:

INCLUDE 'link_fnl_static.h'
!DEC$ OBJCOMMENT LIB:'libiomp5md.lib'



The on-disk documentation, under Using Libraries > Using IMSL, has more details.
0 Kudos
Reply