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

IMSL and MKL linking

HKort
Beginner
465 Views
Hi,
I am new to using the IMSL libraries. I found that I need to include the file link_fnl_static_hpc.h. The hpc indicates that Intel MKL libraries are linked as well. Is there a way to compile the code without MKL so that I can use the file link_fnl_static.h? My own code does not require MKL.

Thanks,
Haje
0 Kudos
2 Replies
Steven_L_Intel1
Employee
465 Views
Use 'link_fnl_static.h'. You will also need to add:

!DEC$ OBJCOMMENT LIB:'libguide.lib'

after that.
0 Kudos
HKort
Beginner
465 Views
Thank you Steve, I will try that out.

Haje
0 Kudos
Reply