<?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: Fail to run Intel Advisor Roofline Analysis on DevCloud in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1450488#M23042</link>
    <description>&lt;P&gt;Thanks! I have run the program without Advisor and it was completed successfully.&lt;/P&gt;
&lt;P&gt;I have attached a zip folder with the followings:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;reproduce.txt: how I set up my conda environment&lt;/LI&gt;
&lt;LI&gt;sage.py: the program I ran&lt;/LI&gt;
&lt;LI&gt;output.txt: what shows on my terminal after I ran the program&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope these help, thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, is there a way or a website showing which node (e.g.,&amp;nbsp;&lt;SPAN&gt;s001-n007) has what resources (CPU, GPU, etc.)? Currently, the DevCloud document tells us to enter a Linux command to list the available resources (properties), but I do not know the corresponding node number. Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 20:57:02 GMT</pubDate>
    <dc:creator>jasonlin316</dc:creator>
    <dc:date>2023-01-26T20:57:02Z</dc:date>
    <item>
      <title>Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1449805#M23040</link>
      <description>&lt;P&gt;I am trying to run roofline analysis using Intel Advisor on DevCloud.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Background:&lt;/P&gt;
&lt;P&gt;I am using the entry node, which has a&amp;nbsp; Intel(R) Xeon(R) Gold 6128 CPU.&lt;/P&gt;
&lt;P&gt;I source the setup shell from&amp;nbsp;/opt/intel/inteloneapi/setvars.sh&lt;/P&gt;
&lt;P&gt;Commands I used:&lt;/P&gt;
&lt;P&gt;advixe-cl -collect survey -project-dir MyResults -- python sage.py &lt;EM&gt;(this seems fine)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;advixe-cl -collect tripcounts -flop -project-dir MyResults -- python sage.py&lt;/P&gt;
&lt;P&gt;advixe-cl -collect roofline -project-dir MyResults -- python sage.py&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the last two commands report the following errors:&lt;/P&gt;
&lt;P&gt;(tripcount collect error)&lt;/P&gt;
&lt;P&gt;advisor: Opening result 75 % Loading 'tripcounts_2265789_0.tcs' file &lt;BR /&gt;advisor: Error: Cannot load data file `/home/u177364/oneAPI_2023/Test/MyResults/e000/hs001/data.1/tripcounts_2264713_0.tcs' (Data file is corrupted).&lt;/P&gt;
&lt;P&gt;(roofline collect error)&lt;/P&gt;
&lt;P&gt;advisor: Error: Cannot load data file `/home/u177364/oneAPI_2023/Test/MyResults/e000/hs002/data.1/advixe-runtrc.txt' ().&lt;BR /&gt;advisor: Error: Cannot load data file `/home/u177364/oneAPI_2023/Test/MyResults/e000/hs002/data.1/tripcounts_2264713_0.tcs' (Data file is corrupted).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to generate the report anyway with the command:&lt;/P&gt;
&lt;P&gt;advixe-cl --report=roofline --project-dir=./MyResults --report-output=./roofline.html&lt;/P&gt;
&lt;P&gt;but it shows that Analyzer cannot find the tripcount -flop data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached the tripcount folder with some log files and trc files, hope these help, thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 23:14:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1449805#M23040</guid>
      <dc:creator>jasonlin316</dc:creator>
      <dc:date>2023-01-24T23:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1449908#M23041</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try to run the python code which you have shared without Intel Advisor and check whether it is working fine or not&amp;nbsp;as I can see in the error it is showing that the data file is corrupted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share the sample reproducer code so that we can further debug your issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We tried with a sample python code in the nodes&amp;nbsp;s001-n007 and s001-n088 with Intel(R) Xeon(R) Gold 6128 CPU with the same command you tried in DevCloud and it was running successfully.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sharing the screenshots of the same.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="advi.png" style="width: 601px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37410i401602E52BD012D8/image-dimensions/601x293?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="601" height="293" role="button" title="advi.png" alt="advi.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="advi1.png" style="width: 600px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37411iBD7DA374A668747D/image-dimensions/600x135?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="600" height="135" role="button" title="advi1.png" alt="advi1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Diya&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 07:45:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1449908#M23041</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-01-25T07:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1450488#M23042</link>
      <description>&lt;P&gt;Thanks! I have run the program without Advisor and it was completed successfully.&lt;/P&gt;
&lt;P&gt;I have attached a zip folder with the followings:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;reproduce.txt: how I set up my conda environment&lt;/LI&gt;
&lt;LI&gt;sage.py: the program I ran&lt;/LI&gt;
&lt;LI&gt;output.txt: what shows on my terminal after I ran the program&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope these help, thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, is there a way or a website showing which node (e.g.,&amp;nbsp;&lt;SPAN&gt;s001-n007) has what resources (CPU, GPU, etc.)? Currently, the DevCloud document tells us to enter a Linux command to list the available resources (properties), but I do not know the corresponding node number. Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 20:57:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1450488#M23042</guid>
      <dc:creator>jasonlin316</dc:creator>
      <dc:date>2023-01-26T20:57:02Z</dc:date>
    </item>
    <item>
      <title>Re:Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1452152#M23043</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have tried to reproduce the issue and it looks like the issue is with your code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to verify the same, could you try in running on some other machine other than DevCloud and see if you are able to generate the results and get back to us?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diya&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 10:37:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1452152#M23043</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-02-01T10:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1452746#M23044</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried running advisor on my machine with an&amp;nbsp;Intel(R) Xeon(R) Platinum 8368 CPU. I still run into the same problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also tried&amp;nbsp;running another python program:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;import torch

m = 2048
k = 2048
j = 2048

a = torch.rand(m, k)
b = torch.rand(k, j)
c = torch.matmul(a, b)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;but I still get the&amp;nbsp;same errors. I have attached the complete terminal output for this simple python program, hopefully that&amp;nbsp;helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 20:48:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1452746#M23044</guid>
      <dc:creator>jasonlin316</dc:creator>
      <dc:date>2023-02-02T20:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1452950#M23045</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We tried to reproduce the issue from our end and the same code was running properly for us.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiyaN_Intel_0-1675410279081.png" style="width: 584px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37714i1E77A372D4FBF597/image-dimensions/584x298?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="584" height="298" role="button" title="DiyaN_Intel_0-1675410279081.png" alt="DiyaN_Intel_0-1675410279081.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiyaN_Intel_3-1675410386951.png" style="width: 583px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37717iF0B6B86A96A398A6/image-dimensions/583x129?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="583" height="129" role="button" title="DiyaN_Intel_3-1675410386951.png" alt="DiyaN_Intel_3-1675410386951.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There might be one of the possible reasons why it was not working probably the environment variables are not set.&lt;/P&gt;
&lt;P&gt;Please run the below command to source the environment variables(run as a root/superuser):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;source /opt/intel/oneapi/setvars.sh&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please run the below command and attach the logs :(run as a root/superuser):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;python3 /opt/intel/oneapi/advisor/latest/bin64/adv_self_check.py&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide logs or screenshots of the exact error so that we can reproduce your issue from our end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diya&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 08:02:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1452950#M23045</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-02-03T08:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1453304#M23046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have run the self-check and it reports some error (part1 of figure); note: I also ran with "python3" and get the same result&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.png" style="width: 610px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37757i209BC214DBBCE16C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="error.png" alt="error.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also try sourcing the setup.sh and run self-check with sudo, but it reports some error as well (part 2 of figure).&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 23:00:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1453304#M23046</guid>
      <dc:creator>jasonlin316</dc:creator>
      <dc:date>2023-02-03T23:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1453607#M23047</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we can see from the screenshot, the self-checker is failing, could you please try reinstalling the latest Intel Advisor toolkit or Intel oneAPI base toolkit in your system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And on Intel Developer Cloud can you please let us know which node you were trying to access to understand more about the issue .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share the operating system details as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Diya&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 07:23:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1453607#M23047</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-02-06T07:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1454288#M23048</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe I am already using the latest Advisor as I just installed it within two weeks.&lt;/P&gt;
&lt;P&gt;I attached a screenshot including my Advisor version and OS details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Intel DevCloud, I am using the entry node,&amp;nbsp;&lt;SPAN&gt;which has an Intel(R) Xeon(R) Gold 6128 CPU.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 21:56:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1454288#M23048</guid>
      <dc:creator>jasonlin316</dc:creator>
      <dc:date>2023-02-07T21:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1454834#M23049</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please follow these steps and check if it working fine for you or not, I have attached the program in which I am trying :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Please give this command to connect to DevCloud which has an &lt;STRONG&gt;Intel(R) Xeon(R) Gold 6128 CPU&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;pbsnodes | grep -i "skl\|gold6128" -B4
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiyaN_Intel_1-1675926825749.png" style="width: 461px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37928iC6BC8EC6AC412F95/image-dimensions/461x79?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="461" height="79" role="button" title="DiyaN_Intel_1-1675926825749.png" alt="DiyaN_Intel_1-1675926825749.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. Then try to access the nodes whose &lt;STRONG&gt;"state = free&lt;/STRONG&gt;" and &lt;STRONG&gt;"power_state=Running"&lt;/STRONG&gt; by giving this command :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;qsub -I -l nodes=&amp;lt;free_node&amp;gt;:ppn=2&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiyaN_Intel_2-1675927123155.png" style="width: 464px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37929iA9B7730A66DB3E02/image-dimensions/464x102?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="464" height="102" role="button" title="DiyaN_Intel_2-1675927123155.png" alt="DiyaN_Intel_2-1675927123155.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3. Please try to run the roofline analysis with the program which I have tried:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;advixe-cl -collect roofline -project-dir MyResults -- python hello.py&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiyaN_Intel_3-1675927285398.png" style="width: 460px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/37930iE30017C42B6D7BC9/image-dimensions/460x229?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="460" height="229" role="button" title="DiyaN_Intel_3-1675927285398.png" alt="DiyaN_Intel_3-1675927285398.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Diya&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 07:39:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1454834#M23049</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-02-09T07:39:34Z</dc:date>
    </item>
    <item>
      <title>Re:Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1456433#M23050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Good day to you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you let us know if your issue has been resolved with the above solution?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If this resolves your issue, please make sure to accept this as a solution. This would help others with similar issue. Thank you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diya&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2023 04:58:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1456433#M23050</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-02-16T04:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1456833#M23051</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I connect to the node s001-n128.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your code works with the analyzer. However, mine still doesn't work; I guess it is a program-dependent problem, but I still want to know possible ways to fix it. Currently, I still fail to profile on such a simple program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;import torch

m = 2048
k = 2048
j = 2048

a = torch.rand(m, k)
b = torch.rand(k, j)
c = torch.matmul(a, b)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also ran the self-check.py you previously suggested, but it also fails on the DevCloud&amp;nbsp;s001-n128 node (snapshot attached).&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 04:42:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1456833#M23051</guid>
      <dc:creator>jasonlin316</dc:creator>
      <dc:date>2023-02-17T04:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1457512#M23052</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We were able to reproduce the issue from our end. While running your code using the latest version of Intel Advisor 2023.0, we got a crash report when we ran the advisor roofline analysis in Windows 11 Enterprise and it hangs in between if we run it in Linux environment on Intel Developer Cloud.&lt;/P&gt;
&lt;P&gt;We are investigating further on this issue at our end and will get back with an update soon.&lt;/P&gt;
&lt;P&gt;Here are the below screenshots:&lt;/P&gt;
&lt;P&gt;In Windows environment:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiyaN_Intel_0-1676894641387.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/38225i177D59AC51F30E84/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="DiyaN_Intel_0-1676894641387.png" alt="DiyaN_Intel_0-1676894641387.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiyaN_Intel_2-1676894655128.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/38227i8DD6740AC513C54B/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="DiyaN_Intel_2-1676894655128.png" alt="DiyaN_Intel_2-1676894655128.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Linux environment:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiyaN_Intel_3-1676894675145.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/38228iC5120ECC5CBF2DD9/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="DiyaN_Intel_3-1676894675145.png" alt="DiyaN_Intel_3-1676894675145.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Diya&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 12:06:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1457512#M23052</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-02-20T12:06:18Z</dc:date>
    </item>
    <item>
      <title>Re:Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1470672#M23222</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Good day to you.&lt;/P&gt;&lt;P&gt;The issue that we are facing in the latest version of Intel Advisor 2023.0 ,will be fixed in the future release of Intel Advisor 2023.2.&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience caused.&lt;/P&gt;&lt;P&gt;Can you please confirm whether we can go forward and close this case?&lt;/P&gt;&lt;P&gt;If this resolves your issue, make sure to accept this as a solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would help others with similar issues. Thank you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Diya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2023 12:10:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1470672#M23222</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-03-28T12:10:23Z</dc:date>
    </item>
    <item>
      <title>Re:Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1472976#M23243</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you.&lt;/P&gt;&lt;P&gt;Is your issue resolved with the above solution?&lt;/P&gt;&lt;P&gt;If this resolves your issue, make sure to accept this as a solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would help others with similar issues. Thank you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Diya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2023 10:22:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1472976#M23243</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-04-04T10:22:51Z</dc:date>
    </item>
    <item>
      <title>Re:Fail to run Intel Advisor Roofline Analysis on DevCloud</title>
      <link>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1475323#M23279</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Diya&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Apr 2023 12:28:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Fail-to-run-Intel-Advisor-Roofline-Analysis-on-DevCloud/m-p/1475323#M23279</guid>
      <dc:creator>DiyaN_Intel</dc:creator>
      <dc:date>2023-04-11T12:28:36Z</dc:date>
    </item>
  </channel>
</rss>

