<?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:Advisor 2021.2 Linux assertion fail 'Metrics Discovery library not found' in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1455263#M22977</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for submitting your issue and giving us your valuable feedback for Intel® oneAPI products. While we acknowledge the issue and have provided your feedback to the product developer team, however at this moment there is no visibility of when it will be implemented and available for use as currently, the team is are working on issues that are of relative higher impact. We hope to come back to this issue when situation changes but we will have to close it for now. In addition, we ask you to please continue reporting any issues that you face with our products.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Feb 2023 10:57:14 GMT</pubDate>
    <dc:creator>AthiraM_Intel</dc:creator>
    <dc:date>2023-02-10T10:57:14Z</dc:date>
    <item>
      <title>Advisor 2021.2 Linux assertion fail 'Metrics Discovery library not found'</title>
      <link>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1275877#M20366</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am working on an Intel i5-8250U laptop with OpenSuse linux 15.2 (which is very similar to Suse SLES 15 SP2).&lt;/P&gt;
&lt;P&gt;In installed OneAPI basekit and hpckit according to the installation instructions:&lt;/P&gt;
&lt;PRE class="pre codeblock"&gt;sudo zypper addrepo https://yum.repos.intel.com/oneapi oneAPI&lt;BR /&gt;sudo zupper install intel-basekit intel-hpcki&lt;/PRE&gt;
&lt;P&gt;VTune and Inspector work fine.&lt;BR /&gt;When I open Advisor with:&lt;/P&gt;
&lt;PRE&gt;/opt/intel/oneapi/advisor/2021.2.0/bin64/advisor-gui&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;the Advisor GUI appears. Everytime I select my project and click on the "Run analysis" button an "Intel advisor caused an assertion failure" dialog appears with the following text:&lt;/P&gt;
&lt;PRE&gt;[Assertion]&lt;BR /&gt;CrashedPID: 27453&lt;BR /&gt;CrashedTID: 27458&lt;BR /&gt;Expression: m_library&lt;BR /&gt;File: sdks/release_posix-x86_64/perfrun_1.26.48/include/perfrun1/pluginsdk/metrics_discovery_lib.hpp&lt;BR /&gt;Line: 837&lt;BR /&gt;Product: Intel(R) Advisor 2021.2; 609067&lt;BR /&gt;ReportPath: /tmp/advixe-log-wdobbe/2021-04-22-17-29-41-984120.advixe-runss/&lt;BR /&gt;&lt;BR /&gt;[PremortalLog]&lt;BR /&gt;72 [140021813036800] WARN collectunits.pci_devices &amp;lt;&amp;gt; - Couldn't fill nodes from distance info, using old-good engine info, at file: vcs/collectunits1/pci_devices/src/linux/get_gpu_adapters.cpp:156&lt;BR /&gt;74 [140021813036800] WARN perfrun.sdk &amp;lt;&amp;gt; - Cannot find CloseMetricsDevice symbol&lt;BR /&gt;74 [140021813036800] WARN perfrun.sdk &amp;lt;&amp;gt; - Metrics Discovery library was not found, lib name: 'libmd.so.1', lib path: '', at file: sdks/release_posix-x86_64/perfrun_1.26.48/include/perfrun1/pluginsdk/metrics_discovery_lib.hpp:824&lt;BR /&gt;74 [140021813036800] ERROR qfagent.assert &amp;lt;&amp;gt; - ASSERT FAILED: 'm_library', at file: sdks/release_posix-x86_64/perfrun_1.26.48/include/perfrun1/pluginsdk/metrics_discovery_lib.hpp:837&lt;BR /&gt;&lt;BR /&gt;[Context.0x00006b42]&lt;BR /&gt;EAX: 0x00007f595e6d10f0&lt;BR /&gt;EBP: 0x00007f595e6d1590&lt;BR /&gt;EBX: 0x0000000000000345&lt;BR /&gt;ECX: 0x0000000000000000&lt;BR /&gt;EDI: 0x00007f595e6d1028&lt;BR /&gt;EDX: 0x0000000000000000&lt;BR /&gt;EIP: 0x00007f59603dc165&lt;BR /&gt;ESI: 0x00007f595800d3a0&lt;BR /&gt;ESP: 0x00007f595e6d0df0&lt;BR /&gt;R10: 0x000000000000001e&lt;BR /&gt;R11: 0x0000000000000000&lt;BR /&gt;R12: 0x00007f595800b8b8&lt;BR /&gt;R13: 0x00007f595800b8b8&lt;BR /&gt;R14: 0x0000000000000088&lt;BR /&gt;R15: 0x0000000000000000&lt;BR /&gt;R8: 0x0000000000000000&lt;BR /&gt;R9: 0x00007f59653861e0&lt;/PRE&gt;
&lt;P&gt;The assertion dialog then tries to collect data to send an error report to Intel, but the collection process gets stuck when the progress bar is at appr. 25%. When I close the assertion dialog the GUI is still visible, but when I try to start the analysis nothing seems to happen.&lt;/P&gt;
&lt;P&gt;Searching for library libmd.so.1 gives no result:&lt;/P&gt;
&lt;PRE&gt;linux-wdobbe:/opt/intel/oneapi # find . -name libmd.so*&lt;BR /&gt;./vtune/2021.3.0/system_analyzer/target/libmd.so&lt;BR /&gt;linux-wdobbe:/opt/intel/oneapi #&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Full system information:&lt;/STRONG&gt;&lt;BR /&gt;Intel Advisor 2021.2 build number 609067&lt;BR /&gt;OpenSuse Linux 15.2&lt;BR /&gt;HP ProBook 450 G5, Intel Intel(R) Core(TM) i5-8250U CPU, 16 GB RAM&lt;BR /&gt;GCC 7.2 and 9.3&lt;/P&gt;
&lt;P&gt;Thanks in advance for any advice how to resolve this,&lt;BR /&gt;regards Winfried&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 15:51:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1275877#M20366</guid>
      <dc:creator>Winfried</dc:creator>
      <dc:date>2021-04-22T15:51:13Z</dc:date>
    </item>
    <item>
      <title>Re:Advisor 2021.2 Linux assertion fail 'Metrics Discovery library not found'</title>
      <link>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1276159#M20370</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Thank you for reaching out and providing all the information. We are checking it internally. We will get back to you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Gopika&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2021 12:13:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1276159#M20370</guid>
      <dc:creator>Gopika_Intel</dc:creator>
      <dc:date>2021-04-23T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Re:Advisor 2021.2 Linux assertion fail 'Metrics Discovery library not found'</title>
      <link>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1328109#M21512</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The issue is resolved with the latest release.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Advisor 2021.4 is available for download as a standalone tool at &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#advisor" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#advisor&lt;/A&gt;  or as part of oneAPI Base Toolkit 2021.4 at &lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try with the latest release and let us know whether your issue is resolved?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2021 14:56:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1328109#M21512</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2021-11-08T14:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Advisor 2021.2 Linux assertion fail 'Metrics Discovery library not found'</title>
      <link>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1328170#M21513</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for the update.&lt;/P&gt;
&lt;P&gt;The issue is indeed resolved in version 2021.4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However when I open advisor, even when it still displays the welcome screen, it runs one cpu core of my laptop immediately at 100 %, see top output below.&lt;BR /&gt;Is this expected ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: monospace;"&gt;&lt;FONT size="2"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;top - 19:50:40 up 17 min, &amp;nbsp;4 users, &amp;nbsp;load average: 1,31, 1,52, 1,18 &lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Tasks:&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 309 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;total,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;&amp;nbsp;2 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;running,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 306 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;sleeping,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;&amp;nbsp;0 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;stopped,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;&amp;nbsp;1 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;zombie &lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;%Cpu(s):&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;7,1 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;us,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;5,9 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;sy,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;0,0 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;ni,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 86,0 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;id,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;0,1 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;wa,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;0,0 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;hi,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;0,8 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;si,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;0,0 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;st &lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;MiB Mem :&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 15866,42+&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;total,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 7674,945 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;free,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 3330,820 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;used,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 4860,660 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;buff/cache &lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;MiB Swap:&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 2559,996 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;total,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 2559,996 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;free,&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;0,000 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;used.&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #000000; background-color: #ffffff;"&gt; 11624,77+&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;avail Mem &amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;SPAN style="color: #ffffff; background-color: #000000;"&gt; &amp;nbsp;PID USER &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PR &amp;nbsp;NI &amp;nbsp;&amp;nbsp;&amp;nbsp;VIRT &amp;nbsp;&amp;nbsp;&amp;nbsp;RES &amp;nbsp;&amp;nbsp;&amp;nbsp;SHR S &amp;nbsp;%CPU &amp;nbsp;%MEM &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TIME+ COMMAND &lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;24877 wdobbe &amp;nbsp;&amp;nbsp;&amp;nbsp;20 &amp;nbsp;&amp;nbsp;0 3147016 317152 260860 R 100,3 1,952 &amp;nbsp;&amp;nbsp;5:16.57 advisor-gui&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;3299 wdobbe &amp;nbsp;&amp;nbsp;&amp;nbsp;20 &amp;nbsp;&amp;nbsp;0 4157600 501852 247208 S 2,333 3,089 &amp;nbsp;&amp;nbsp;1:26.20 firefox&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;3803 wdobbe &amp;nbsp;&amp;nbsp;&amp;nbsp;20 &amp;nbsp;&amp;nbsp;0 3173300 331012 144700 S 2,000 2,037 &amp;nbsp;&amp;nbsp;0:44.94 Web Content&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 18:54:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1328170#M21513</guid>
      <dc:creator>Winfried</dc:creator>
      <dc:date>2021-11-08T18:54:11Z</dc:date>
    </item>
    <item>
      <title>Re:Advisor 2021.2 Linux assertion fail 'Metrics Discovery library not found'</title>
      <link>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1337202#M21559</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are working on this internally. We will let you know the updates soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Nov 2021 04:49:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1337202#M21559</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2021-11-18T04:49:20Z</dc:date>
    </item>
    <item>
      <title>Re:Advisor 2021.2 Linux assertion fail 'Metrics Discovery library not found'</title>
      <link>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1455263#M22977</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for submitting your issue and giving us your valuable feedback for Intel® oneAPI products. While we acknowledge the issue and have provided your feedback to the product developer team, however at this moment there is no visibility of when it will be implemented and available for use as currently, the team is are working on issues that are of relative higher impact. We hope to come back to this issue when situation changes but we will have to close it for now. In addition, we ask you to please continue reporting any issues that you face with our products.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2023 10:57:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Advisor-2021-2-Linux-assertion-fail-Metrics-Discovery-library/m-p/1455263#M22977</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2023-02-10T10:57:14Z</dc:date>
    </item>
  </channel>
</rss>

