Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

IMSL Library, problems to link

desouzasantos
Beginner
389 Views
I have linked IMSL Library with my code using the following lines:
INCLUDE 'link_fnl_static.h'
!DEC$ OBJCOMMENT LIB:'libiomp5md.lib'
However, after acquiring a 64 b machine and trying to compile the same program, the following message has been printed:
Error 1 error #5102: Cannot open include file 'link_fnl_static.h' C:\\CeSFaMB\\CeSFaMB_403\\Source\\Main.for 189
How can I solve this problem?
0 Kudos
1 Reply
pbkenned1
Employee
389 Views
Are you using an IVF command prompt, or developing with Visual Studio? What compiler version?

If you're using an IVF command prompt (Start > All Programs > Intel Software Development Tools > Intel Visual Fortran Professional > Fortran Build Environment), then the environment should be set automatically, unless there is an installation defect.

If you're using Visual Studio, you need to add the paths for the IMSL INCLUDE and library files to Visual Studio, as described here.

Patrick Kennedy
Intel Developer Support
0 Kudos
Reply