'How to use the Fortran compiler in Intel Parallel Studio XE with Visual Studio
I am trying to debug a Fortran code. I have installed Intel Parallel Studio XE which includes the iFort compiler and Microsoft Visual Studio. During the installation of Intel Parallel Studio XE, it showed a message saying it's now integrated with Visual Studio 2019 but when I try to create a new project in Visual Studio, it does not show an option for Intel Fortran Compiler, so I cannot create a Fortran project. Any ideas on how to use the Intel Fortran compiler with Visual Studio? Thanks!
Solution 1:[1]
I found the solution... posting here so that it can help others who might stumble upon the same problem. You need to install the Desktop development with C++ workload in Visual Studio. Refer to the links below:
https://software.intel.com/en-us/forums/intel-fortran-compiler/topic/843126
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Milind |