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

Dependency issues

Developper
Beginner
780 Views

Does Intel® Composer XE 2013 update 3 for Windows and Intel Software License Manager 2.12 has dependency on the below mentioned Microsoft Visual C++ 2005 and 2008 redistributable?

0 Kudos
4 Replies
Steve_Lionel
Honored Contributor III
746 Views

That version is at least eight years old. Back when I was working for Intel, I created a document that mapped compiler to VS versions going way back. Unfortunately, the article has been truncated to go back only as far as the 18.0 version. (The article references compilers only, not license manager.)

What problem are you trying to solve? Note that the current 2021 version has no license manager because it is free.

0 Kudos
Developper
Beginner
719 Views

Microsoft Visual C++ 2005 and 2008 redistributable applications has become Obsolete/EOL and we have to uninstall those applications from our machine. Intel® Composer XE 2013 update 3 for Windows and Intel Software License Manager 2.12 are available in that machine. So we wanted to check the dependency of the above mentioned Intel applications on Microsoft Visual C++ 2005 and 2008 redistributable.

 

Can you kindly about the Intel software license manager as well?

0 Kudos
Devorah_H_Intel
Moderator
696 Views
The latest Fortran Compiler 2021.4 is available for download for free at
https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit.html
It works with Microsoft Visual Studio 2019.
Intel software license manager has been discontinued.
0 Kudos
Steve_Lionel
Honored Contributor III
692 Views

The Visual C++ Redistributables are required to run applications built based on those versions of Visual C++. The Intel compiler installation includes whatever Visual C++ pieces it needs, which might include the Redistributables. If you uninstall them, some of your applications (not just those compiled with Intel compilers) may stop running.

Just because Microsoft doesn't support them anymore, that doesn't mean they're safe to remove.

0 Kudos
Reply