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

No FORTRAN compiler intergration in VS2010 after install latest update.

Ken2
Beginner
905 Views

I just installed the latest update and everything during the install looked normal with no errors, but the FORTRAN compiler was not integrated into the Visual Studio 2010.  The solution configurations windows are greyed out and no compiler is found in the options menu.  I use the provided VS that comes with Visual FORTRAN and I am running Windows 8.1 on desktop with the latest updates.  The version before this was working fine.  I would appreciate any help you can provide.

0 Kudos
5 Replies
mecej4
Honored Contributor III
905 Views

Based on my recent experiences, I suspect that you no longer have a working IFort installation. To test this, please do the following. Open an IFort command window (Start : All_Programs : Intel Parallel Studio 2015 : Command Window), either the 32-bit or the 64 bit item. Click on the window, and type "ifort" and press the Enter key. If the response is that Ifort was not found, my suspicion is correct.

 

0 Kudos
Ken2
Beginner
905 Views

IFort is there and the /help function works.

0 Kudos
Ken2
Beginner
905 Views

I uninstalled IVF rebooted and reinstalled.  Now it is working properly.  For some reason installing over the present version caused an issue.  This is my normal mode to install.   The IVF installs are always hold your breath and see if it works procedures.  I appreciate your help.

0 Kudos
Steven_L_Intel1
Employee
905 Views

Usually this works, but sometimes the integration fails to install fully. This article gives steps for resolving the issue, though sometimes an uninstall and reinstall is the ultimate solution.

0 Kudos
DataScientist
Valued Contributor I
905 Views

I just wanted to say that this seems to be a common issue. It happened to me twice in the past months, and I spent a day or two trying to fix it, using this article. Eventually, reinstalling the software was the solution.  Now, I don't update IVF anymore.

0 Kudos
Reply