<?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 @ Holly Wilper - Thanks for in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Attach-to-a-PID/m-p/1049936#M14167</link>
    <description>&lt;P&gt;@&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/541769" style="font-size: 10.857142448425293px; line-height: 9.428571701049805px; background-color: rgb(238, 238, 238);"&gt;Holly Wilper&amp;nbsp;&lt;/A&gt;- Thanks for the information.&lt;/P&gt;

&lt;P&gt;I kindly have a follow-up question : If I want to analyze a certain routine in the WRF model which consist OpenMP directives - do you know what flags and where I defined them before compilation (obviously, configure.wrf but where exactly) ?&lt;/P&gt;

&lt;P&gt;Is there any way to increase the memory limits of the Inspector XE ? The other day, I have analyzed large application (a model) and an error of memory usage limit was shown at the main interface (probably because it uses numerous COMMONS for sharing data) ; &amp;nbsp;I want to know how to prevent this when analyzing large models like WRF.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks very much,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Jack.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 29 Jun 2014 18:44:25 GMT</pubDate>
    <dc:creator>Jack_S_</dc:creator>
    <dc:date>2014-06-29T18:44:25Z</dc:date>
    <item>
      <title>Attach to a PID</title>
      <link>https://community.intel.com/t5/Analyzers/Attach-to-a-PID/m-p/1049934#M14165</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I know that there were some questions about attaching the Intel XE Inspector to an active process (PID) at certain point from the start time.&lt;/P&gt;

&lt;P&gt;I wanted to ask wheather there is any update from the Intel guys on that regard in one of the updates of the Inspector XE ?&lt;/P&gt;

&lt;P&gt;If not, what are your kind suggestion for debugging certain source code file for data race within a large application ? Do I have to wait until the Inspector will reach the parallel area ?&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;/P&gt;

&lt;P&gt;Jack.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 11:25:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Attach-to-a-PID/m-p/1049934#M14165</guid>
      <dc:creator>Jack_S_</dc:creator>
      <dc:date>2014-06-26T11:25:39Z</dc:date>
    </item>
    <item>
      <title>There is not any way to</title>
      <link>https://community.intel.com/t5/Analyzers/Attach-to-a-PID/m-p/1049935#M14166</link>
      <description>&lt;P&gt;There is not any way to attach to a running process, however, if the problem is just that you are only interested in (and therefore only want Inspector to be instrumenting) a small portion of the code, there are a couple of ways that you can do that.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;One is to use the collection control API to turn on and off analysis. You can find out more about that at &lt;A href="https://software.intel.com/sites/products/documentation/doclib/iss/2013/inspector/lin/ug_docs/GUID-0F449BFC-2B91-4B0D-A990-211A8538145D.htm"&gt;https://software.intel.com/sites/products/documentation/doclib/iss/2013/inspector/lin/ug_docs/GUID-0F449BFC-2B91-4B0D-A990-211A8538145D.htm&lt;/A&gt;&amp;nbsp;or in the API section of your installed help. (Functionality added in 2013 version).&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You could also take advantage of the debugger integration. Use the "delay analysis until breakpoint" as described in &lt;A href="https://software.intel.com/en-us/articles/intel-inspector-xe-2013-integrated-debugger-support"&gt;https://software.intel.com/en-us/articles/intel-inspector-xe-2013-integrated-debugger-support&lt;/A&gt; .&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hopefully one of these will work for you.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2014 14:51:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Attach-to-a-PID/m-p/1049935#M14166</guid>
      <dc:creator>Holly_W_Intel</dc:creator>
      <dc:date>2014-06-27T14:51:10Z</dc:date>
    </item>
    <item>
      <title>@ Holly Wilper - Thanks for</title>
      <link>https://community.intel.com/t5/Analyzers/Attach-to-a-PID/m-p/1049936#M14167</link>
      <description>&lt;P&gt;@&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/541769" style="font-size: 10.857142448425293px; line-height: 9.428571701049805px; background-color: rgb(238, 238, 238);"&gt;Holly Wilper&amp;nbsp;&lt;/A&gt;- Thanks for the information.&lt;/P&gt;

&lt;P&gt;I kindly have a follow-up question : If I want to analyze a certain routine in the WRF model which consist OpenMP directives - do you know what flags and where I defined them before compilation (obviously, configure.wrf but where exactly) ?&lt;/P&gt;

&lt;P&gt;Is there any way to increase the memory limits of the Inspector XE ? The other day, I have analyzed large application (a model) and an error of memory usage limit was shown at the main interface (probably because it uses numerous COMMONS for sharing data) ; &amp;nbsp;I want to know how to prevent this when analyzing large models like WRF.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks very much,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Jack.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jun 2014 18:44:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Attach-to-a-PID/m-p/1049936#M14167</guid>
      <dc:creator>Jack_S_</dc:creator>
      <dc:date>2014-06-29T18:44:25Z</dc:date>
    </item>
  </channel>
</rss>

