<?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 回复： unable to connect to intel vtune server on Devcloud in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1382630#M22136</link>
    <description>&lt;P&gt;Hi,thanks for your reply.I am sorry that the method did not solve my problem.I did every step you mentioned above on my laptop(Macbook M1),but the link still could not be reached.I am very pleased to keep in touch with you on this issue.Sincere gratitude!&lt;/P&gt;</description>
    <pubDate>Sun, 08 May 2022 15:00:52 GMT</pubDate>
    <dc:creator>tanzl_ustc</dc:creator>
    <dc:date>2022-05-08T15:00:52Z</dc:date>
    <item>
      <title>unable to connect to intel vtune server on Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1381234#M22122</link>
      <description>&lt;P&gt;Dear Intel engineers:&lt;/P&gt;
&lt;P&gt;Hello! Early this day I tried to use vtune on Devcloud to analyze the performance of my DPC++ code. I have followed the instructions given by&amp;nbsp;&lt;A title="vtune cookbook" href="https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/configuration-recipes/using-vtune-server-with-vs-code-intel-devcloud.html#using-vtune-server-with-vs-code-intel-devcloud_OPTION1" target="_self"&gt;https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/configuration-recipes/using-vtune-server-with-vs-code-intel-devcloud.html#using-vtune-server-with-vs-code-intel-devcloud_OPTION1&lt;/A&gt;&amp;nbsp;.However the link given by terminal can not be reached.The figure below has shown the circumstance.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tanzl_ustc_0-1651512514457.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/29012iF754C02DE6BB17B6/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="tanzl_ustc_0-1651512514457.png" alt="tanzl_ustc_0-1651512514457.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have tried several times with the link provided by terminal but the ciucumstance still remained the same(I have tried the link with Chrome and Safari in newest version,but the link was still unreachable).I was wondering if you could tell me some possible solutions to this problem,thank you!&lt;/P&gt;
&lt;P&gt;Best&amp;amp;Regards&lt;/P&gt;
&lt;P&gt;Zelin Tan&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 17:39:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1381234#M22122</guid>
      <dc:creator>tanzl_ustc</dc:creator>
      <dc:date>2022-05-02T17:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: unable to connect to intel vtune server on Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1381713#M22123</link>
      <description>&lt;P&gt;Hi Zelin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in Intel Communities. We could reproduce your issue. SSH port forwarding would resolve your issue. Please follow the below steps after you connect to DevCloud through VSCode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;1) Please keep your VSCode open &amp;amp; stay connected to devcloud.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;2) Open a new Cygwin/Mobaxterm terminal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;3) Log into the DevCloud node again, this time with SSH Port forwarding enabled:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;ssh -L 127.0.0.1:55001:127.0.0.1:55001 devcloud&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 class="lia-indent-padding-left-30px"&gt;4) Establish an SSH connection from the login node to the compute node with one more SSH tunnel:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;ssh -L 127.0.0.1:55001:127.0.0.1:55001 s000-n000&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Replace s000-n000 with your compute node you got in VSCode.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;5) Start VTune server on the compute node:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;vtune-backend --web-port=55001 --enable-server-profiling&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;Use the&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;--web-port=PORT&amp;nbsp;&lt;LI-WRAPPER&gt;&lt;SPAN&gt;command-line option to run VTune server on a specific port. While port forwarding, a specific port i.e. "55001" was given along with the IP address.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;6) Open the VTune GUI. Use your web browser to open the URL displayed by the VTune server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helps, please make sure to accept as a solution so that it helps other users with similar issue. Please let us know if the issue still persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Alekhya&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 04:32:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1381713#M22123</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-05-25T04:32:27Z</dc:date>
    </item>
    <item>
      <title>回复： unable to connect to intel vtune server on Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1382630#M22136</link>
      <description>&lt;P&gt;Hi,thanks for your reply.I am sorry that the method did not solve my problem.I did every step you mentioned above on my laptop(Macbook M1),but the link still could not be reached.I am very pleased to keep in touch with you on this issue.Sincere gratitude!&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 15:00:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1382630#M22136</guid>
      <dc:creator>tanzl_ustc</dc:creator>
      <dc:date>2022-05-08T15:00:52Z</dc:date>
    </item>
    <item>
      <title>Re:unable to connect to intel vtune server on Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1382762#M22137</link>
      <description>&lt;P&gt;Hi Zelin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please check whether the Port number you've given is free? &lt;/P&gt;&lt;P&gt;Did you get any error while trying the above method? If yes, please attach the screenshot. &lt;/P&gt;&lt;P&gt;We will connect with you through private message/email to get your DevCloud config file&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2022 06:43:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1382762#M22137</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-05-09T06:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: unable to connect to intel vtune server on Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1384826#M22168</link>
      <description>&lt;P&gt;Hi Zelin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please give us an update regarding this issue? We need your DevCloud config file &amp;amp; the error screenshot to debug your issue further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you mentioned that you're using MAC machine, please follow the below steps and let us know if the issue still persists. For MAC machines, a slight modification must be made. Please make the below modification to the Proxy Command:&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;ProxyCommand /usr/bin/nc&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;-X&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&amp;nbsp;5 -x&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;PROXY_HOSTNAME:PORT&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="sub_section_element_selectors"&gt;%h %p&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="sub_section_element_selectors"&gt;Kindly Replace "PROXY_HOSTNAME:PORT" from the correct proxy.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alekhya&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 04:48:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1384826#M22168</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-05-25T04:48:38Z</dc:date>
    </item>
    <item>
      <title>Re:unable to connect to intel vtune server on Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1387223#M22209</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please give us an update regarding this issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2022 04:54:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1387223#M22209</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-05-25T04:54:21Z</dc:date>
    </item>
    <item>
      <title>Re:unable to connect to intel vtune server on Devcloud</title>
      <link>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1390205#M22248</link>
      <description>&lt;P&gt;Hi Zelin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. If you need any further assistance, 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;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jun 2022 09:41:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/unable-to-connect-to-intel-vtune-server-on-Devcloud/m-p/1390205#M22248</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-06-06T09:41:33Z</dc:date>
    </item>
  </channel>
</rss>

