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

Continuing problems using Parallel Studio update 2 with Visual Studio Community 19

Mike_M_1
New Contributor I
1,177 Views

My attempt to configure Visual Studio Community 19 and install Parallel Studio update 2 has been unsuccessful.  Installation of PSu2 required uninstalling, but then reinstalled without warnings.  However, I am unable to find "Compile" on any of my menus, nor do I appear to have access to linking and debugging tools.  Is PSu2 really compatible with VSC19, or do In need to backtrack to an earlier VSC?

Mahalo, Mike

Labels (1)
0 Kudos
1 Solution
Mike_M_1
New Contributor I
1,145 Views
0 Kudos
4 Replies
Ron_Green
Moderator
1,169 Views

it works fine with VS2019 Community IF and ONLY IF you

- install the Microsoft C++ component

- Install the "Desktop development with C++ Component".  you can see this article

https://software.intel.com/content/www/us/en/develop/articles/installing-microsoft-visual-studio-2019-for-use-with-intel-compilers.html

as the Release Notes describes.

 

If you do NOT have those prerequisites - uninstall Intel Fortran.  Install those components, restart the PC, install PSXE 2020 U2

0 Kudos
Mike_M_1
New Contributor I
1,161 Views

Ron,

Thanks for the suggestions.  I already had the "desktop development for C++" workload installed, along with a couple of others that I thought were applicable.  However, following your instructions, I uninstalled Parallel Studio, restarted, and reinstalled, without any change in outcome.  

How do I ensure that the Microsoft C++ component is installed?

Mahalo, Mike

0 Kudos
Ron_Green
Moderator
1,158 Views

start VS2019

'Help' menu -> "About Microsoft Visual Studio" you should see "Visual C++ 2019 - blah blah blah"

You will have to tell us what you are doing and what you are seeing.  So first, command line.  Are you using a regular command window or Start -> Intel Parallel Studio XE 2020 -> "Compiler 19.1 Update 2 for Intel 64 Visual Studio 2019 environment" to start a command window with environment set up and ready to go.

start here:

https://software.intel.com/content/www/us/en/develop/documentation/fortran-compiler-developer-guide-and-reference/top/compiler-setup/using-the-command-line.html

Read this

https://software.intel.com/content/www/us/en/develop/documentation/fortran-compiler-developer-guide-and-reference/top/compiler-setup/using-the-command-line/using-the-command-line-on-windows.html

Or this if you wan to use a regular Command Prompt window (you need to run compilervars.bat).  Scroll down to WIndows - this page formatting is ugly but ignoring that ...

https://software.intel.com/content/www/us/en/develop/documentation/fortran-compiler-developer-guide-and-reference/top/compiler-setup/using-the-command-line/specifying-the-location-of-compiler-components-with-compilervars.html

 

and if you want to use Visual Studio start here:
https://software.intel.com/content/www/us/en/develop/documentation/fortran-compiler-developer-guide-and-reference/top/compiler-setup/using-microsoft-visual-studio-windows.html

 

0 Kudos
Mike_M_1
New Contributor I
1,146 Views
0 Kudos
Reply