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

Compatibilty of Intel Visual Fortran Composer XE 2013

fkksa_u_
Beginner
1,389 Views

Dear Intel,

I have recently purchased the Intel Visual Fortran Composer XE 2013 (Compiler 11.1) and I'm not sure which version of microsoft visual studio should I download. I would really appreciate if some guidance on selecting the right version of microsoft visual studio.

0 Kudos
3 Replies
Kevin_D_Intel
Employee
1,391 Views

The Composer XE 2013 (incl. 13.1 Compilers) Release Notes provide details/guidance on the supported versions of Microsoft Visual Studio from which to choose. You can obtain those here: http://software.intel.com/en-us/articles/intel-fortran-composer-xe-2013-release-notes/.

Hope that helps!

0 Kudos
TimP
Honored Contributor III
1,391 Views

If necessary, you can install without Visual Studio first and read the installation notes, then repeat installation after installing VS.

XE2013 and 2013 SP1 work with Visual Studio 2008, 2010, and 2012 (full service packs advisable).  Integration to use the Visual Studio GUI and debugger require VS Professional or higher.  VS Express doesn't allow integration of Fortran compilers.

11.1 is an older version of ifort which would not work with VS2012.

While I was writing, Kevin answered with the URL I couldn't find by search engine.

According to http://software.intel.com/sites/default/files/article/422666/release-notes-f-2013sp1-w-en.pdf

VS2012 is recommended for the current ifort.  It supports more modern C++ functionality, in case that's important. 

If you don't need C or C++, ifort (other than student version) will install Microsoft 2010 shell support automatically to support GUI and debugging.

0 Kudos
fkksa_u_
Beginner
1,391 Views

Thank you. I appreciate the advice given.

0 Kudos
Reply