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.
29282 Discussions

installing Intel Compiler Suite Professional Edition for Windows

Meghna_Babbar-sebens
1,174 Views
Hi,
I recently bought Intel Compiler Suite Professional Edition for Windows and am trying to install it on my computer by downloading the setup files from Intel's website. When I run the installation, the software asks for Microsoft visual studio. Should it not be included in the purchase? How can I obtain the visual studio installer?

Thanks.
Meghna.
0 Kudos
6 Replies
TimP
Honored Contributor III
1,174 Views
Only Fortran, installed by itself, is supported by the provided PPE option (subset of Visual Studio). In order to support C and C++, you do require the Visual Studio. There is a 90-day free trial Microsoft download for Visual Studio 2008. For 32-bit command line operation with Intel compilers, Visual Studio Express is available for free download (also not fully tested with ICL and ifort).
0 Kudos
Steven_L_Intel1
Employee
1,174 Views
Because the Compiler Suite products include C++, we are unable to include Visual Studio Shell and libraries, even though Intel C++ does not recognize those as a prerequisite. This may change in the future. So if you have purchased the Compiler Suite, you will need to separately obtain and install Visual Studio. I notice that we don't explain this well on our web site.

Tim mentioned Visual C++ Express Edition - this can be used to enable building Fortran applications from the command line, but not within the Visual Studio environment, and there would not be a debugger available.
0 Kudos
Meghna_Babbar-sebens
1,174 Views
Because the Compiler Suite products include C++, we are unable to include Visual Studio Shell and libraries, even though Intel C++ does not recognize those as a prerequisite. This may change in the future. So if you have purchased the Compiler Suite, you will need to separately obtain and install Visual Studio. I notice that we don't explain this well on our web site.

Tim mentioned Visual C++ Express Edition - this can be used to enable building Fortran applications from the command line, but not within the Visual Studio environment, and there would not be a debugger available.

Tim and Steve: Thanks so much for the clarifications. This means I will also need to buy Visual Studio. I hope Intel can include some sort of interface for their future releases, so that we don't have to buy a separate software.
0 Kudos
Steven_L_Intel1
Employee
1,174 Views
You would have needed Visual Studio (Standard Edition is fine) in order to use Intel C++ anyway. If we do include VS Shell in a future version of Compiler Suite, it will be for Fortran only. (Otherwise we would have to recreate the Microsoft Visual C++ project system and include additional libraries.)
0 Kudos
Meghna_Babbar-sebens
1,174 Views
Because the Compiler Suite products include C++, we are unable to include Visual Studio Shell and libraries, even though Intel C++ does not recognize those as a prerequisite. This may change in the future. So if you have purchased the Compiler Suite, you will need to separately obtain and install Visual Studio. I notice that we don't explain this well on our web site.

Tim mentioned Visual C++ Express Edition - this can be used to enable building Fortran applications from the command line, but not within the Visual Studio environment, and there would not be a debugger available.

Hi Steve,
Would purchase of Visual Studio Standard Edition do the job? Just want to make sure of any compatability issues before I make another purchase...
Thanks.
0 Kudos
Steven_L_Intel1
Employee
1,174 Views
Yes - Visual Studio 2008 Standard Edition will be fine for both Intel Fortran and Intel C++. If you want to use the Intel compilers before receiving the purchased VS, you can download a 90-day free trial of Visual Studio 2008 from Microsoft.
0 Kudos
Reply