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

Intel® Parallel Studio XE 2019 Update 1 Installation - Does not recognise Visual Studio Community 2017 is installed

bontoft__elliot
Beginner
6,218 Views

Hello,

I am struggling with the installation of Intel® Parallel Studio XE 2019 Update 1. I am currently trying to initialise the tools (post installation) in command prompt, but I am receiving the following error message: 'ERROR: Visual Studio 2013, 2015 or 2017 is not found in the system'.

I have been following the installation guide provided for this release. I thought I had successfully completed the prerequisites listed but maybe I have missed something.

I am using a windows 10 machine with a 64intell architecture. I had installed Visual Studio Community 2017 prior to the Parallel Studio installation. I have also installed Windows 10 SDK on this machine.

Any help on what may be causing the problem is appreciated.

Kind Regards

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
6,218 Views

See if https://software.intel.com/en-us/articles/intel-c-fortran-compilers-for-windows-integration-into-microsoft-visual-studio-2017 helps.

View solution in original post

0 Kudos
8 Replies
Steve_Lionel
Honored Contributor III
6,219 Views

See if https://software.intel.com/en-us/articles/intel-c-fortran-compilers-for-windows-integration-into-microsoft-visual-studio-2017 helps.

0 Kudos
bontoft__elliot
Beginner
6,218 Views

Steve Lionel (Ret.) wrote:

See if https://software.intel.com/en-us/articles/intel-c-fortran-compilers-for-... helps.

 

Hi Steve,

Thanks for your reply.

I have now installed the 'Desktop Development with C++' add-on (and restarted the machine). However, when trying to initialise the tools through the windows command line I am still receiving the following error.

"C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.1.051\bin>psxevars.bat intel64
Intel(R) Parallel Studio XE 2019 Update 1
Copyright (C) 2018 Intel Corporation. All rights reserved.

ERROR: Visual Studio 2013, 2015 or 2017 is not found in the system."

Any advice on how to proceed from here?

Thanks

0 Kudos
mecej4
Honored Contributor III
6,218 Views

When you installed Visual Studio, did you select the "optional" C++ package? This is deselected by default. Without the C/C++ components, Intel Fortran will not work.

To test what you have, here is one way: open the Visual Studio C++ command window from the Start menu. Create a short "hello world" program in C, compile and link it using the CL command. Run the program. Note and report any/all error messages.

0 Kudos
Steve_Lionel
Honored Contributor III
6,218 Views

Try reinstalling (or "modify/change") Parallel Studio XE.

0 Kudos
bontoft__elliot
Beginner
6,218 Views

Steve Lionel (Ret.) wrote:

Try reinstalling (or "modify/change") Parallel Studio XE.

 

Thank you, this has worked.

0 Kudos
reilly__john
Beginner
6,218 Views

Hi there, 

I am experiencing the same problem as Elliot above and have tried 'modify', 'repair' and 'remove' and 'reinstall' for Parallel Studio XE 2020. 

When I run the psxevars.bat the same error presents itself every time. I am using Visual Studio Professional 2019 and have integrated this with the Parallel Studio install. 

C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2020.0.075\bin>psxevars.bat intel64
Intel(R) Parallel Studio XE 2020
Copyright (C) 2009-2019 Intel Corporation. All rights reserved.

Copyright (C) 2009-2019 Intel Corporation. All rights reserved.
Intel(R) VTune(TM) Profiler 2020 (build 605129)
Copyright (C) 2009-2019 Intel Corporation. All rights reserved.
Intel(R) Inspector 2020 (build 603904)
Copyright (C) 2009-2019 Intel Corporation. All rights reserved.
Intel(R) Advisor 2020 (build 604394)

Intel(R) MPI Library 2019 Update 6 for Windows* Target Build Environment for Intel(R) 64 applications
Copyright 2007-2019 Intel Corporation.


ERROR: Visual Studio 2013, 2015, 2017 or 2019 is not found in the system.

Any advice on how to rectify this would be greatly appreciated.

Thanks,

John

0 Kudos
sinclair__geoffrey
6,218 Views

I am having the same issue as described by John. Have you found any fix?
Thanks,
Geoff

0 Kudos
Henrique_M_
Beginner
6,008 Views

For me it's even worse, I am not even get the Intel PSXE 2020 Update 1 installer to recognize Visual Studio 2019 (I am using Visual Studio Professional 2019 16.6.4).

Based on the fact that this is happening so often for those Intel installers, I would suggest this bug to be marked as showstopper. 

This is what I get:

image.png

It is a fact that Microsoft is updating Visual Studio so fast now that is very difficult to keep up with. However, because of these fast update cycles, they've made it easy to find installed visual studio versions with vswhere. I would suggest to use to avoid having to release updates only to fix bugs like that.

0 Kudos
Reply