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

Using Intel Fortran compiler Intel Parallel Studio XE with Visual Studio

Milind_Malshe
Beginner
310 Views

Hello,

I am trying to debug a Fortran code. I have installed Intel Parallel Studio XE which includes the iFort compiler and Microsoft Visual Studio. I have also installed Desktop development with C++ in Visual Studio 2019. 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!

0 Kudos
3 Replies
Milind_Malshe
Beginner
310 Views

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

https://software.intel.com/en-us/articles/intel-parallel-studio-xe-compilers-required-microsoft-visual-studio

0 Kudos
JohnNichols
Valued Contributor III
310 Views

1. Uninstall Intel 

2. Reinstall intel 

3. Start a new project - look for project - use this blue circled button to find Fortran -- if it does not exist - you need VS2019 Community but not the preview -- current preview does not work with FORTRAN 

Good sailingCapture.JPG

0 Kudos
JohnNichols
Valued Contributor III
310 Views

Milind Malshe wrote:

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

https://software.intel.com/en-us/articles/intel-parallel-studio-xe-compi...

 

Yes you do -- sorry I missed your comment. 

0 Kudos
Reply