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

Integration with Visual Studio (again...)

Massimo
Beginner
848 Views

Greetings,

I've got a new PC with Windows 10. The IT staff has installed Intel Fortran Compiler 16.0 before I could get my hands on, so that Visual Studio (Community 2015) was installed later and the compiler is not integrated. I have tried following the instructions at http://software.intel.com/en-us/node/159008?wapkw=fortran

cd %VS140COMNTOOLS%
cd ..\..\Intel Fortran\VFPackages
integrate.bat "%VS140COMNTOOLS%" /u
integrate.bat "%VS140COMNTOOLS%"

but I get immediately an error message saying "The system cannot find the path specified". Any idea of how I can get the compiler integrated in VS? Below are detailed information about my VS installation.

Thanks in advance.

 

Microsoft Visual Studio Community 2015
Version 14.0.23107.0 D14REL
Microsoft .NET Framework
Version 4.6.00079

Installed Version: Community

Visual Basic 2015   00322-20000-00000-AA924
Microsoft Visual Basic 2015

Visual C# 2015   00322-20000-00000-AA924
Microsoft Visual C# 2015

Visual C++ 2015   00322-20000-00000-AA924
Microsoft Visual C++ 2015

Visual F# 2015 RC   00322-20000-00000-AA924
Microsoft Visual F# 2015 RC

Application Insights Tools for Visual Studio Package   1.0
Application Insights Tools for Visual Studio

ASP.NET and Web Tools   14.0.20626.0
ASP.NET and Web Tools

ASP.NET Web Frameworks and Tools 2013   5.2.30624.0
For additional information, visit http://www.asp.net/

Common Azure Tools   1.5
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

GenerateUnitTest   1.0
Generates unit test code for methods in classes under test.

Microsoft Azure Mobile Services Tools   1.4
Microsoft Azure Mobile Services Tools

NuGet Package Manager   3.0.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

Python Tools for Visual Studio   2.2.30718.00
Python Tools for Visual Studio provides IntelliSense, projects, templates, Interactive windows, and other support for Python developers.

Python Tools for Visual Studio - Django Integration   2.2.30718.00
Provides templates and integration for the Django web framework.

Python Tools for Visual Studio - Profiling Support   2.2.30718.00
Profiling support for Python projects.

SQL Server Data Tools   14.0.50616.0
Microsoft SQL Server Data Tools

0 Kudos
4 Replies
Kevin_D_Intel
Employee
848 Views

I expect the error relates to a missing "..\..\Intel Fortran\VFPackages” folder.  I believe that may be missing in your case due to the installation order. Since VS2015 did not exists when the Intel 16.0 compiler was installed that means %VS140COMNTOOLS% would not have been set; thus, the Intel installer would have no reason to create the Intel Fortran\VFPackages folder under the VS2015 path found in that environment variable.

I believe Steve’s the troubleshooting guide is used in situations where the prescribed installation order is followed (i.e. VS first and Intel compiler second) and thus the VFPackages folder would exist.

Unfortunately, in your case, I have to recommend you uninstall the Intel Parallel Studio XE 2016 product and reinstall it; making certain during the installation to select the integration with VS2015. That seems necessary because the Uninstall/Change option will not offer enabling VS2015 integration for an existing IPSXE 2016 installation where VS2015 was installed after IPSXE 2016. I have that very scenario on my system now and the option to integrate with VS2015 is greyed out. I will have to follow-up with our installation team about why this is. (My hunch is it relates to not keeping around the intermediate installation files when the package is first expanded.)

Sorry for the added steps/headache.

0 Kudos
TimP
Honored Contributor III
848 Views

There is a choice during ifort installation whether to remove the expanded files in the Download folder.  If they are still there, the setup.exe in that folder may be used to remove and re-install.  Otherwise, if the full offline download package is available, remove and re-install still doesn't take more than a few minutes.
 

0 Kudos
Massimo
Beginner
848 Views

Indeed, uninstalling and reinstalling was the right path, and quick enough indeed. Thanks for your suggestions.

0 Kudos
Kevin_D_Intel
Employee
848 Views

Glad to hear that. Thank you.

0 Kudos
Reply