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

how to link a fortran code to imsl and mkl library

loverain
Beginner
909 Views

hi, i am using intel 10.0 with visual studio. i wam migrating a code from unix to windows, which employs imsl and mkl as numerical libraries. my windows fortran has imsl and mkl libraries. my question is how to link my fortran code to imal and mkl under visual studio in windows environment? thanks

0 Kudos
1 Reply
Steven_L_Intel1
Employee
909 Views

Please read the on-disk documentation under Building Applications > Using Libraries > Using IMSL. If you specify the "HPC" variant of the IMSL libraries you'll also get access to MKL, though it is a somewhat older version than what you may have separately. If you want to use the newer MKL, do not use the "SHARED" IMSL variant and add references to the MKL libraries as described in the MKL documentation.

Steve

0 Kudos
Reply