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

Lapack and Blas from Intel Mkl

Rodrigues__Pedro
Beginner
585 Views

    Hello

       I tried to run a example from mkl library with lapack and I got some unresolved externals during link. This mean that the environment variables are not set correctly. I tried to set them with mkl *.bat files and it didn't work. What am I missing? Can I set the environment variables manually, i.e., which lines do I have to add?

  thanks in advance

     Peter

0 Kudos
2 Replies
mecej4
Honored Contributor III
585 Views

You appear to have attempted to compile and link from a command window. If you used the pre-configured command window for the Intel compiler, it is usually sufficient to use the /Qmkl compiler option.

Please post the actual command used to compile, and the error messages given by the compiler and linker.

0 Kudos
Rodrigues__Pedro
Beginner
585 Views

 thanks

   I already figured out my mistake. I forgot the use of /Qmkl

0 Kudos
Reply