Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Configuring for Use IMSL from Microsoft Visual Studio

Zenghu_C_
Beginner
2,168 Views

I just purchased and installed Intel Fortran compiler 2016 and the latest IMSL.  Why don't I see Intel Parallel Studio XE in Tools>Options?

 

 

0 Kudos
3 Replies
Steven_L_Intel1
Employee
2,168 Views

In Tools > Options it's now "Intel Compilers and Tools". I see that I need to update the article (https://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/)

 

0 Kudos
Zenghu_C_
Beginner
2,168 Views

Thank you for the help. I can use IMSL now with no issues.

I need your help to use MKL. I added " C:\program files....\mkl\lib\interl64"  to Project\properties\Linker\General\Additional Library Directories.  However, when I built a project using a old code for Fortran 10, a link error #11018 shows up. What else should I do to use MKL?

0 Kudos
Steven_L_Intel1
Employee
2,168 Views

Did you really put in "interl64"? That should be "intel64". But easier is simply to set the "Use Intel Math Kernel Library" option under Fortran > Libraries to Parallel. However, the path to the MKL libraries is generally set by default.

I don't think there is a linker error 11018. What is the exact message you get?

0 Kudos
Reply