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

VS2022 Hanging with /Qipo /Qopt-report:3

andrew_4619
Honored Contributor II
385 Views

I am trying out VS2022 (I am using normally VS2017 and "upgrade" as infrequently as is practical) and the latest OneAPI compiler.  A normal release build for me has /Qipo /Qopt-report:3 , this normally takes a while to display at the end of the build  but on the new setup VS is unresponsive for a few minutes. When it comes back if I touch the report window it goes  unresponsive again and thrashes the CPU. I am guessing it is doing some file parsing/processing in some not very efficient way.   I am currently working down the report levels to see if that helps. 

 

Is there some known problem? Has anyone else experienced this? Suggestions appreciated.

0 Kudos
3 Replies
Devorah_H_Intel
Moderator
362 Views

What is the version of oneAPI compiler?

0 Kudos
andrew_4619
Honored Contributor II
354 Views
Microsoft Visual Studio Community 2022
Version 17.0.5
VisualStudio.17.Release/17.0.5+32112.339
Microsoft .NET Framework
Version 4.8.04084

Installed Version: Community

Visual C++ 2022   00482-90000-00000-AA095
Microsoft Visual C++ 2022

ASP.NET and Web Tools 2019   17.0.795.42246
ASP.NET and Web Tools 2019

C# Tools   4.0.1-1.21568.1+6ab6601178d9fba8c680b56934cd1742e0816bff
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Intel Libraries for oneAPI   Package ID: w_oneAPI_2022.0.0.161
Intel Libraries for oneAPI – toolkit version: 2022.1.0, extension version 22.0.0.17, Package ID: w_oneAPI_2022.0.0.161, Copyright © 2019-2021 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® C++ Compiler   Package ID: w_oneAPI_2022.0.0.161
Intel® C++ Compiler – toolkit version: 2022.1.0, extension version 22.0.17, Package ID: w_oneAPI_2022.0.0.161, Copyright © 2002-2021 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® C++ Compiler Classic   Package ID: w_oneAPI_2022.0.0.161
Intel® C++ Compiler Classic – toolkit version: 2022.1.0, extension version 19.2.9.17, Package ID: w_oneAPI_2022.0.0.161, Copyright © 2002-2021 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® DPC++ Compatibility Tool   Package ID: w_oneAPI_2022.0.0.97
Intel® DPC++ Compatibility Tool – toolkit version: 2022.1.0, extension version 2022.0.0.17, Package ID: w_oneAPI_2022.0.0.97, Copyright © 2019-2021 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® Fortran Compiler   Package ID: w_oneAPI_2022.0.0.161
Intel® Fortran Compiler – toolkit version: 2022.1.0, extension version 22.0.0065.17, Package ID: w_oneAPI_2022.0.0.161, Copyright © 2002-2021 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® oneAPI DPC++ Compiler   Package ID: w_oneAPI_2022.0.0.161
Intel® oneAPI DPC++ Compiler – toolkit version: 2022.1.0, extension version 22.0.0.17, Package ID: w_oneAPI_2022.0.0.161, Copyright © 2019-2021 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® oneAPI Menu & Samples   10.10.392.9731
Intel® oneAPI Visual Studio Menu & Samples Extension

Intel® VTune™ Profiler 2022   1.2.39.9
Intel® VTune™ Profiler 2022, (build 1.2.39.9),  Copyright © 2009-2021 Intel Corporation. All rights reserved.

Microsoft JVM Debugger   1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

Microsoft MI-Based Debugger   1.0
Provides support for connecting Visual Studio to MI compatible debuggers

Microsoft Visual C++ Wizards   1.0
Microsoft Visual C++ Wizards

Microsoft Visual Studio VC Package   1.0
Microsoft Visual Studio VC Package

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

ProjectServicesPackage Extension   1.0
ProjectServicesPackage Visual Studio Extension Detailed Info

Test Adapter for Boost.Test   1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test.  The use terms and Third Party Notices are available in the extension installation directory.

Test Adapter for Google Test   1.0
Enables Visual Studio's testing tools with unit tests written for Google Test.  The use terms and Third Party Notices are available in the extension installation directory.

TypeScript Tools   17.0.1001.2002
TypeScript Tools for Microsoft Visual Studio

Visual Basic Tools   4.0.1-1.21568.1+6ab6601178d9fba8c680b56934cd1742e0816bff
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual Studio Code Debug Adapter Host Package   1.0
Interop layer for hosting Visual Studio Code debug adapters in Visual Studio

Visual Studio IntelliCode   2.2
AI-assisted development for Visual Studio.

Visual Studio Tools for CMake   1.0
Visual Studio Tools for CMake
0 Kudos
andrew_4619
Honored Contributor II
336 Views

Well it wasn't a solution but the work around was an external report file via  /Qopt-report-file:<filename> and remove /Qopt-report: at least then  you can work and still have report data if you want to browse it (but in a less productive way),

Reply