View Full Version : How can I link the Intel Math Kernel Library (MKL)?
R. T. (Fortran Man)
09-03-2003, 05:15 PM
How can I link the Intel Math Kernel Library (MKL)?
Lahey Support
09-03-2003, 06:01 PM
To link with MKL, use these options:
-ML MSVC -STATICLINK -LIB your-mkl-directory\MKL_C.LIB
Note that when -ML MSVC is used the Microsoft linker LINK.EXE is called instead of 386LINK.EXE. LINK.EXE must be installed on your system (not included with LF95). Note also that each MKL routine called from Fortran must be declared as ML_EXTERNAL.
vBulletin® v3.6.8, Copyright ©2000-2010, Jelsoft Enterprises Ltd.