Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel Fortran and MS Visual Studio

Michael7
Beginner
574 Views

I just purchased "Intel® Parallel Studio XE 2015 Composer Edition for Fortran, Windows with Rogue Wave IMSL for Windows". Before I begin the installation I would like to ask the community if I also need to purchase Microsoft Visual Studio 2015. and if Yes how do I proceed with the installation. DO I first install Visual Studio and the Intel Fortran or vice-versa.

Thank you very much in advance

0 Kudos
3 Replies
Steven_L_Intel1
Employee
574 Views

You don't have to purchase Visual Studio separately if you will be doing only Fortran development. If no supported VS is seen, the installer will install a VS2013-based Fortran environment.

If you do want to use VS2015, install that first and be sure to "Customize" the install to add the Programming Languages > C++ support.

0 Kudos
Michael7
Beginner
574 Views

Thanks Steve,

Did you by any chance mean Programming Languages > C++ support or Programming Languages > Fortran support. I just want to make sure.

Best

Michael

 

0 Kudos
Steven_L_Intel1
Employee
574 Views

I meant C++. Visual Studio itself doesn't know Fortran. But Intel Fortran requires the C++ part of Visual Studio to be installed, and VS2015 leaves it out if you choose the default installation.

0 Kudos
Reply