<?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:VTune on Intel Devcloud in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1256770#M20020</link>
    <description>&lt;P&gt;Thanks Nikhil, For accepting the solution we wouldn't be monitoring this thread further. Please raise a new case in case of further issues.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Feb 2021 11:43:25 GMT</pubDate>
    <dc:creator>ArunJ_Intel</dc:creator>
    <dc:date>2021-02-17T11:43:25Z</dc:date>
    <item>
      <title>VTune on Intel Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1252567#M19937</link>
      <description>&lt;P&gt;Can you provide me with the steps for running my C++ code on the intel devcloud and also to use Vtune on the devcloud? Any help will be really appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am accessing the devcloud through VS Code in windows. I am writing my code in here but I dont know how to run it in and see the results (Since I am a beginner on Linus based systems and have always used windows).&amp;nbsp; Can you please tell how to proceed?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 22:40:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1252567#M19937</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2021-02-02T22:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: VTune on Intel Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1252687#M19938</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To run your cpp code on intel devcloud you could use any of the available compilers (icpc,dpcpp etc) to create an executable. Once the executable is&amp;nbsp;created, run this executable file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;icpc myfile.cpp -o a.out       

./a.out&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use vtune on devcloud using vtune command line. The command line could be run from terminal of your vs code. Here is an example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;vtune -collect hotspots -result-dir r001hs ./a.out&lt;/LI-CODE&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;You could find more about command line syntax in below link&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/command-syntax.html" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/command-syntax.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once the results are collected you could view the results by copying the results directory to your local machine. And you can open and view the results on vtune-gui installed on your local machine.&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;Let me know if you need help with any additional information or if you need any clarification with any of the mentioned points, We will be happy to help you out further.&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;Thanks&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 06:10:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1252687#M19938</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2021-02-04T06:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: VTune on Intel Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1252931#M19941</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/48"&gt;@ArunJ_Intel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you also tell the procedure for intel advisor as well for the devcloud?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 22:17:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1252931#M19941</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2021-02-03T22:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: VTune on Intel Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1253028#M19942</link>
      <description>&lt;P&gt;Hi Nikhil&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you have Intel advisor GUI installed on your local windows machine and you are familiar with using advisor on windows. Let me break down running advisor on devcloud into 4&amp;nbsp;steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step A)Generate a command line from advisor GUI on your windows machine.&lt;/P&gt;
&lt;P&gt;Step B)Run the command on devcloud terminal.&lt;/P&gt;
&lt;P&gt;Step C)Take a snapshot of the results.&lt;/P&gt;
&lt;P&gt;Step D)Download the snapshot to local machine and visualize results in your local machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will explain each of these steps in detail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step A)&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open the Intel Advisor GUI on the local machine.&lt;/LI&gt;
&lt;LI&gt;Set up the project properties.&lt;/LI&gt;
&lt;LI&gt;Click the&amp;nbsp;&lt;STRONG&gt;Get Command Line&lt;/STRONG&gt;&amp;nbsp;&lt;IMG src="https://software.intel.com/content/dam/dita/develop/advisor-cookbook-11-27-v2/4F6F3EE4-FBC1-4C83-881F-060432C5A921.png/_jcr_content/renditions/original" border="0" /&gt;&amp;nbsp;button on the Workflow tab under the desired analysis.&lt;/LI&gt;
&lt;LI&gt;From the opened dialog window, copy the generated command lines for launching this type of analysis with the current settings.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;STEP B)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Run the command&amp;nbsp;generated in previous step on devcloud terminal.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;STEP C)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Run the below command to pack your analysis results into a &lt;STRONG&gt;snapshot&lt;/STRONG&gt; with the "my_proj_snapshot" as&lt;STRONG&gt; snapshots name&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;advixe-cl --snapshot --project-dir=/user/test/vec_project --pack --cache-sources --cache-binaries -- /tmp/my_proj_snapshot

&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;STEP D)&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;download &lt;STRONG&gt;my_proj_snapshot.advixeexpz&lt;/STRONG&gt; to your windows machine and open this in advisor GUI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 06:09:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1253028#M19942</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2021-02-04T06:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: VTune on Intel Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1253104#M19948</link>
      <description>&lt;P&gt;HI Nikhil,&lt;/P&gt;
&lt;P&gt;There is also an option to use VTune GUI to configure analysis and view collected data. Refer to this post for instructions on how to run VTune as a web server on a DevCloud node and access VTune GUI from your local web browser:&lt;BR /&gt;&lt;A href="https://community.intel.com/t5/Analyzers/Run-the-Intel-VTune-Profiler-Server-on-Intel-DevCloud/td-p/1221867" target="_blank"&gt;https://community.intel.com/t5/Analyzers/Run-the-Intel-VTune-Profiler-Server-on-Intel-DevCloud/td-p/1221867&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 11:02:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1253104#M19948</guid>
      <dc:creator>Stas-Neverov-Intel</dc:creator>
      <dc:date>2021-02-04T11:02:41Z</dc:date>
    </item>
    <item>
      <title>Re:VTune on Intel Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1253905#M19961</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have you tried out the suggestions we have provided?. Is there any further clarifications you need any of these.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Feb 2021 06:11:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1253905#M19961</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2021-02-08T06:11:52Z</dc:date>
    </item>
    <item>
      <title>Re:VTune on Intel Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1256770#M20020</link>
      <description>&lt;P&gt;Thanks Nikhil, For accepting the solution we wouldn't be monitoring this thread further. Please raise a new case in case of further issues.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2021 11:43:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-on-Intel-Devcloud/m-p/1256770#M20020</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2021-02-17T11:43:25Z</dc:date>
    </item>
  </channel>
</rss>

