<?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: Getting start with intel inspector with Fortran in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Getting-start-with-intel-inspector-with-Fortran/m-p/1362909#M21904</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad to know that your initial issue has been resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can see that you have posted your second issue under another thread (&lt;A href="https://community.intel.com/t5/Analyzers/Running-analyzer-for-the-excutable-file-openning-a-file/m-p/1362792/emcs_t/S2h8ZW1haWx8Ym9hcmRfc3Vic2NyaXB0aW9ufEtaWVpINUVORFFLMjdWfDEzNjI3OTJ8U1VCU0NSSVBUSU9OU3xoSw#M21901" target="_blank" rel="noopener"&gt;https://community.intel.com/t5/Analyzers/Running-analyzer-for-the-excutable-file-openning-a-file/m-p/1362792/emcs_t/S2h8ZW1haWx8Ym9hcmRfc3Vic2NyaXB0aW9ufEtaWVpINUVORFFLMjdWfDEzNjI3OTJ8U1VCU0NSSVBUSU9OU3xoSw#M21901&lt;/A&gt;). We are investigating that issue from our side and will get back to you with an update in that thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, if you need any information or help with any other issue, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Jyothis V James&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 08:35:51 GMT</pubDate>
    <dc:creator>JyothisV_Intel</dc:creator>
    <dc:date>2022-02-23T08:35:51Z</dc:date>
    <item>
      <title>Getting start with intel inspector with Fortran</title>
      <link>https://community.intel.com/t5/Analyzers/Getting-start-with-intel-inspector-with-Fortran/m-p/1361822#M21876</link>
      <description>&lt;P&gt;I have a super stupid question on Intel inspector.&amp;nbsp; I have the following Fortran code&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;program hello&lt;/P&gt;
&lt;P&gt;write (*,*) 'hello world'&lt;/P&gt;
&lt;P&gt;end&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;call it `hello.f90`. I use `ifort hello.f90` and get `a.out`. I use windows version of intel inspector, create a project, target -&amp;gt; application -&amp;gt; a.out, it tells me a.out is not an executable binary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And is there any static analysis for intel inspector for Fortran? Thank you very much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 03:19:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Getting-start-with-intel-inspector-with-Fortran/m-p/1361822#M21876</guid>
      <dc:creator>AlphaF20</dc:creator>
      <dc:date>2022-02-19T03:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting start with intel inspector with Fortran</title>
      <link>https://community.intel.com/t5/Analyzers/Getting-start-with-intel-inspector-with-Fortran/m-p/1362192#M21880</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good day to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We tried replicating the issue from our side. On compiling the Fortran code that you provided using Intel Fortran Compiler (iFort) for Windows, two files are created; an executable file (&amp;lt;filename&amp;gt;.exe) and an object file (&amp;lt;filename&amp;gt;.obj). We tried loading the executable file inside Intel Inspector for Windows and it loads the executable correctly (See attached screenshots).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is to be noted that compiling a Fortran code inside Linux creates an a.out file which can only be analyzed using Intel Inspector for Linux. Similarly, compiling a Fortran code inside Windows creates an executable file (&amp;lt;filename&amp;gt;.exe) which can only be analyzed using Intel Inspector for Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; Is there any static analysis for intel inspector for Fortran?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, Intel Inspector does not support static analysis since it is used to find and fix memory and threading errors. You can read more regarding this in the link: &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/inspector-user-guide-windows/top/getting-started/dynamic-analysis-vs-static-analysis.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/develop/documentation/inspector-user-guide-windows/top/getting-started/dynamic-analysis-vs-static-analysis.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this resolves your issue, make sure to accept this as a solution. This would help others with a similar issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Jyothis V James&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 12:36:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Getting-start-with-intel-inspector-with-Fortran/m-p/1362192#M21880</guid>
      <dc:creator>JyothisV_Intel</dc:creator>
      <dc:date>2022-02-21T12:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting start with intel inspector with Fortran</title>
      <link>https://community.intel.com/t5/Analyzers/Getting-start-with-intel-inspector-with-Fortran/m-p/1362353#M21884</link>
      <description>&lt;P&gt;Thank you very much. I then tried Intel Inspector on Linux. I met a subtle problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an ifort installed on the remote computing center in Linux（not ubuntu). I can use inspxe-gui (2021.3) to check a.out, and it says no problem detected.&lt;/P&gt;
&lt;P&gt;I installed the Intel Inspector locally on Windows subsystem Linux (ubuntu 20.04), version 2022.0.0. I scp the a.out to my local PC and use inspxe-gui to create a project and open a.out. And I got "An internal error". Could the inspector also depends on the operation system, whether a kind of linux or windows subsystem linux?&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="remote.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26855iB040724EE6DA30CA/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="remote.png" alt="remote.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="local.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26856i3BDA43288A660E4A/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="local.png" alt="local.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 22:51:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Getting-start-with-intel-inspector-with-Fortran/m-p/1362353#M21884</guid>
      <dc:creator>AlphaF20</dc:creator>
      <dc:date>2022-02-21T22:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting start with intel inspector with Fortran</title>
      <link>https://community.intel.com/t5/Analyzers/Getting-start-with-intel-inspector-with-Fortran/m-p/1362909#M21904</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad to know that your initial issue has been resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can see that you have posted your second issue under another thread (&lt;A href="https://community.intel.com/t5/Analyzers/Running-analyzer-for-the-excutable-file-openning-a-file/m-p/1362792/emcs_t/S2h8ZW1haWx8Ym9hcmRfc3Vic2NyaXB0aW9ufEtaWVpINUVORFFLMjdWfDEzNjI3OTJ8U1VCU0NSSVBUSU9OU3xoSw#M21901" target="_blank" rel="noopener"&gt;https://community.intel.com/t5/Analyzers/Running-analyzer-for-the-excutable-file-openning-a-file/m-p/1362792/emcs_t/S2h8ZW1haWx8Ym9hcmRfc3Vic2NyaXB0aW9ufEtaWVpINUVORFFLMjdWfDEzNjI3OTJ8U1VCU0NSSVBUSU9OU3xoSw#M21901&lt;/A&gt;). We are investigating that issue from our side and will get back to you with an update in that thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, if you need any information or help with any other issue, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Jyothis V James&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 08:35:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Getting-start-with-intel-inspector-with-Fortran/m-p/1362909#M21904</guid>
      <dc:creator>JyothisV_Intel</dc:creator>
      <dc:date>2022-02-23T08:35:51Z</dc:date>
    </item>
  </channel>
</rss>

