<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:Compiler Optimization Report unavailable. in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1315301#M8749</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The version against which you reported your issue is no longer targeted for fixes. Please check out the new versions of Intel oneAPI Toolkits for the latest features.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Sep 2021 06:55:58 GMT</pubDate>
    <dc:creator>SantoshY_Intel</dc:creator>
    <dc:date>2021-09-17T06:55:58Z</dc:date>
    <item>
      <title>Compiler Optimization Report unavailable.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1270369#M8031</link>
      <description>&lt;P&gt;It does not seem that the icpc compiler provides vectorization optimization reports like XE Compiler does.&amp;nbsp; This is the .optrpt file, which also is shown in the Compiler Optimization Report window in Visual Studio.&amp;nbsp; Is this reporting feature unavailable by design, or is it accessed in a new way?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 14:16:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1270369#M8031</guid>
      <dc:creator>gfichterpicometrix_c</dc:creator>
      <dc:date>2021-04-02T14:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler Optimization Report unavailable.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1270829#M8037</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 16px;"&gt;Thank you for reaching out. The issue is reproducible. In Visual studio, the compiler optimization report window is empty. Optimization report generation works in command prompt. Please follow the below steps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U style="font-family: sans-serif; font-size: 16px;"&gt;In Linux&lt;/U&gt;&lt;SPAN style="font-family: sans-serif; font-size: 16px;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="xml"&gt;icpc -qopt-report=1 -qopt-report-phase=vec test.cpp &amp;amp;&amp;amp; cat test.optrpt
icc -qopt-report=1 -qopt-report-phase=vec test.c &amp;amp;&amp;amp; cat test.optrpt
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U style="font-family: sans-serif; font-size: 16px;"&gt;In Windows:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="html"&gt;icl -Qopt-report:1 -Qopt-report-phase:vec test.cpp &amp;amp;&amp;amp; cat test.optrpt&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 16px;"&gt;For more information : &lt;/SPAN&gt;&lt;A style="font-family: sans-serif; font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-auto-vectorization-tutorial/top/introduction-to-auto-vectorization.htmls" target="_blank" rel="noopener noreferrer"&gt;https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-auto-vectorization-tutorial/top/introduction-to-auto-vectorization.htmls&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 16px;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 16px;"&gt;Gopika&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 13:49:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1270829#M8037</guid>
      <dc:creator>Gopika_Intel</dc:creator>
      <dc:date>2021-04-05T13:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler Optimization Report unavailable.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1270914#M8038</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; I hope the Visual Studio integration will be fixed. Also, the /Qopt-report-phase:vec option is listed as available by the /Qnextgen-diag, but the option is ignored with a warning.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 16:02:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1270914#M8038</guid>
      <dc:creator>gfichterpicometrix_c</dc:creator>
      <dc:date>2021-04-05T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re:Compiler Optimization Report unavailable.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1274225#M8110</link>
      <description>&lt;P&gt;Could you please indicate what version of Visual Studio you are using? &lt;/P&gt;&lt;P&gt;With oneAPI 2021.2, it seems that Visual Studio Version 16.7.2 works fine. The bug is reproducible with Version 16.8.3.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Apr 2021 12:57:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1274225#M8110</guid>
      <dc:creator>Alina_S_Intel</dc:creator>
      <dc:date>2021-04-16T12:57:39Z</dc:date>
    </item>
    <item>
      <title>Re:Compiler Optimization Report unavailable.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1274235#M8114</link>
      <description>&lt;P&gt;This bug is escalated to the development team.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Apr 2021 13:31:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1274235#M8114</guid>
      <dc:creator>Alina_S_Intel</dc:creator>
      <dc:date>2021-04-16T13:31:33Z</dc:date>
    </item>
    <item>
      <title>Re:Compiler Optimization Report unavailable.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1315301#M8749</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The version against which you reported your issue is no longer targeted for fixes. Please check out the new versions of Intel oneAPI Toolkits for the latest features.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Sep 2021 06:55:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1315301#M8749</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2021-09-17T06:55:58Z</dc:date>
    </item>
    <item>
      <title>Re:Compiler Optimization Report unavailable.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1316989#M8771</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are closing this thread for now. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Sep 2021 11:23:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Compiler-Optimization-Report-unavailable/m-p/1316989#M8771</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2021-09-24T11:23:20Z</dc:date>
    </item>
  </channel>
</rss>

