Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Do I have Intel Compiler installed?

zer0nes
Beginner
803 Views

My company has a central license for this: w_mkl_11.0.0.089.exe

When I installed, it installed Intel Composer XE 2013 (according to the screen and the installation folder, which is: C:\Program Files (x86)\Intel\Composer XE 2013), to my surprise. However, I don't see any icl.exe in the bin folder. 

In VS, I don't see the option to use Intel Compiler when right-clicking on the project, although I see options to use IPP/MKL/TBB in the project properties.

So I'm confused whether my installation package includes the compiler. I guess not.

 

0 Kudos
1 Solution
Ying_H_Intel
Employee
803 Views

Hello,

Right, if you just install the exe you mentioned, then it will be installed to Composer XE 2013 folder. The exe also include a integration tool, which integrate performance library (IPP/MKL/TBB) into property pacage. but compiler icl.exe, ipp and TBB should not works.

The basic reason is that we want to align the softwares we provides into one bundled product Intel Composer XE,   so align the directory structure and integration tool.  If you have exe named like w_ccompxe_2013_sp1.0.103.exe (the latest version), then it will install all compiler/IPP/TBB into the same directory.

Best Regards,

Ying

View solution in original post

0 Kudos
3 Replies
Ekin_A_
Beginner
803 Views

Hello,

Apparently, you have installed the Intel Math Kernel Library version 11 as I understood from the name of your .exe file. Therefore, I suspect that your installation does not include the compiler.

Best, EA

0 Kudos
Ying_H_Intel
Employee
804 Views

Hello,

Right, if you just install the exe you mentioned, then it will be installed to Composer XE 2013 folder. The exe also include a integration tool, which integrate performance library (IPP/MKL/TBB) into property pacage. but compiler icl.exe, ipp and TBB should not works.

The basic reason is that we want to align the softwares we provides into one bundled product Intel Composer XE,   so align the directory structure and integration tool.  If you have exe named like w_ccompxe_2013_sp1.0.103.exe (the latest version), then it will install all compiler/IPP/TBB into the same directory.

Best Regards,

Ying

0 Kudos
zer0nes
Beginner
802 Views

Thanks for clearing up.

0 Kudos
Reply