<?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 problems + Ifort+vs2019 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1353102#M159525</link>
    <description>&lt;P&gt;I am investigating the behavior.  I have been able to reproduce it internally, and I am attempting to narrow down the exact cause of this issue.  I have currently narrowed it to something related to /O2.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Jan 2022 15:16:19 GMT</pubDate>
    <dc:creator>James_T_Intel</dc:creator>
    <dc:date>2022-01-20T15:16:19Z</dc:date>
    <item>
      <title>Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350470#M159294</link>
      <description>&lt;P&gt;Dear Colleagues,&lt;/P&gt;
&lt;P&gt;I asked the following question in a forum dedicated to Vtune.&lt;/P&gt;
&lt;P&gt;&lt;STRONG class="sub_section_element_selectors"&gt;&lt;FONT class="sub_section_element_selectors" color="#C81326"&gt;Q:Can you please tell me how to make it so that instead of references like func@0x140051b90&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG class="sub_section_element_selectors"&gt;&lt;FONT class="sub_section_element_selectors" color="#C81326"&gt;to output function names from source Fortran program?&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;However, I was redirected to the compiler developers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/t5/Analyzers/Vtune-func-problems-IFORT-Visual-studio-2019/m-p/1350459/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufEtZQThFSEtHNU9LTDhQfDEzNTA0NTl8U1VCU0NSSVBUSU9OU3xoSw#M21765" target="_self"&gt;Re: Vtune func@ problems +IFORT + Visual studio 2019 - Intel Communities&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Please see the link above.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 15:23:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350470#M159294</guid>
      <dc:creator>Andrew_</dc:creator>
      <dc:date>2022-01-11T15:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350495#M159297</link>
      <description>&lt;P&gt;Odd that they redirected you. Typically, you would need to do a build with debug information generated (requires both compile and link options to include debug info.) You can build with optimization, and clearly for Vtune you would probably want to, but note that inline expansion can muddle routine name information.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:45:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350495#M159297</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-01-11T16:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350499#M159300</link>
      <description>&lt;P&gt;Dear Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have attached my project to the question (&lt;A href="http://community.intel.com/t5/Analyzers/Vtune-func-problems-IFORT-Visual-studio-2019/m-p/1350459#M21765" target="_self"&gt;Vtune forum&lt;/A&gt;&amp;nbsp;) .&lt;/P&gt;
&lt;P&gt;They looked at it. And they said the following:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Thank you for providing the reproducer. The attached .exe file doesn't have information about its .pdb in the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="sub_section_element_selectors"&gt;IMAGE_DEBUG_TYPE_CODEVIEW debug directory. As a result, VTune doesn't try to find the .pdb. Help is needed from the Compiler team to understand why there&amp;nbsp;is no reference to .pdb.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;My compilation and linking parameters were as follows&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;FONT class="sub_section_element_selectors" color="#1E2EB8"&gt;nologo &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;/debug:full&lt;/FONT&gt; &lt;/STRONG&gt;/O3 /Qaxcoffeelake /Qxcoffeelake /reentrancy:none /arch:AVX /Qoffload:none /tune:coffeelake /Qopenmp-offload- /Qopenmp-stubs interfaces /Qopt-report:5 /fpe:0 /module: "x64\Release\\" /object: "x64\Release\\" /Fd "x64\Release\vc160. pdb" &lt;FONT color="#FF0000"&gt;/traceback&lt;/FONT&gt; /libs:static /threads /Qmkl:sequential /c&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&lt;FONT class="sub_section_element_selectors"&gt;link&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&lt;FONT class="sub_section_element_selectors" color="#1E2EB8"&gt;&lt;SPAN&gt;/OUT: "x64\Release\neumann_1d_msu.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE: "x64\Release\neumann_1d_msu.exe.intermediate.manifest" /MANIFESTUAC: "level='asInvoker' uiAccess='false'" &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;/DEBUG&lt;/FONT&gt;&lt;/STRONG&gt; /PDB: "d:\Disk\Parallel\fortran\2d_Extra_Laguerre_ALL\2d_Extra_Laguerre8\x64\Release\neumann_1d_msu. pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:CONSOLE /STACK:2000000000,2000000000 /IMPLIB: "d:\Disk\Parallel\fortran\2d_Extra_Laguerre_ALL\2d_Extra_Laguerre8\x64\Release\neumann_1d_msu.lib"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&lt;FONT class="sub_section_element_selectors"&gt;Why Vtune doesn't see pdb files?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&lt;FONT class="sub_section_element_selectors"&gt;I don't know what to do.&amp;nbsp; For a Linux system everything works fine.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 17:00:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350499#M159300</guid>
      <dc:creator>Andrew_</dc:creator>
      <dc:date>2022-01-11T17:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350587#M159307</link>
      <description>&lt;P&gt;Can you (attempt to) debug the Release version to see if the VS debugger locates the .pdb?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, your compiler options include:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;...&amp;nbsp;&lt;SPAN&gt;/object: "x64\Release\\" ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note the space following the :. (same with /module:) There should be no space there.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And, the compiler output is to either "." or "&lt;/SPAN&gt;/object: "x64\Release\\"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whereas the linker is specifying:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/OUT: "x64\Release\neumann_1d_msu.exe"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;for output (also with space), and&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/PDB: "d:\Disk\Parallel\fortran\2d_Extra_Laguerre_ALL\2d_Extra_Laguerre8\x64\Release\neumann_1d_msu. pdb"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;for where the .pdb is to be written&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I suggest you try:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; /PDB: "x64\Release\neumann_1d_msu. pdb"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 22:00:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350587#M159307</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2022-01-11T22:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350639#M159309</link>
      <description>&lt;P&gt;Dear Jim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are no spaces there. They appeared for some reason when I copied/pasted the compilation parameters into the intel forum.&lt;BR /&gt;I attached a screenshot from my project. I also attached the vs2019 project(+vtune results) to my reply.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 02:16:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350639#M159309</guid>
      <dc:creator>Andrew_</dc:creator>
      <dc:date>2022-01-12T02:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350861#M159325</link>
      <description>&lt;P&gt;Does the MS VS debugger find the .pdb file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A long time ago I had experienced a situation where VTune would not locate the .pdb file, this was in a multi-language build where the .pdp file(s) were not located in the "expected" folder. VTune does (did) have a procedure to specify additional locations and .pdb files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am unable to run VTune at this time (Windows Update broke it), but if you poke around in the tool bar and/or menus you should be able to locate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 16:31:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350861#M159325</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2022-01-12T16:31:52Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350946#M159330</link>
      <description>&lt;P&gt;What version of ifort and Vtune are you using?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jan 2022 21:36:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350946#M159330</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-01-12T21:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350965#M159333</link>
      <description>&lt;P&gt;Hi Barbara,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use the Intel® Fortran Compiler Classic 2021.5.0 [Intel(R) 64] (oneAPI 2022)&lt;/P&gt;
&lt;P&gt;Intel Vtune Profiler 2022.0.0&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 23:15:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1350965#M159333</guid>
      <dc:creator>Andrew_</dc:creator>
      <dc:date>2022-01-12T23:15:53Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1353102#M159525</link>
      <description>&lt;P&gt;I am investigating the behavior.  I have been able to reproduce it internally, and I am attempting to narrow down the exact cause of this issue.  I have currently narrowed it to something related to /O2.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2022 15:16:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1353102#M159525</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2022-01-20T15:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1353104#M159527</link>
      <description>&lt;P&gt;Hi James!&lt;/P&gt;
&lt;P&gt;Thank you for your attention to this problem.&lt;/P&gt;
&lt;P&gt;I look forward to solving this problem.&lt;/P&gt;
&lt;P&gt;So Vtune doesn't work correctly when optimizing, but neither does Inspector or Advisor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 15:22:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1353104#M159527</guid>
      <dc:creator>Andrew_</dc:creator>
      <dc:date>2022-01-20T15:22:39Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1359557#M160024</link>
      <description>&lt;P&gt;I apologize for the delayed update.  We are still attempting to identify the exact root cause of the problem.  However, the issue appears to be caused in part by the Visual Studio Manifest Tool.  If you compile and link via command line and do not use the Manifest Tool, or change your Visual Studio project options to not embed the manifest, you should be able to get correct symbol resolution.  To disable in Visual Studio, go to Project-&amp;gt;Properties-&amp;gt;Manifest Tool-&amp;gt;Input and Output-&amp;gt;Embed Manifest and set to "No".&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Feb 2022 17:24:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1359557#M160024</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2022-02-11T17:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1359698#M160032</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi James!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your reply. The problem has been solved to some extent.&lt;/P&gt;
&lt;P&gt;I can now run the Vtune in the Release mode.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I made a new experiment!&lt;/P&gt;
&lt;P&gt;1. I created a new empty VS2019 project and added Fortran programs to it. Everything works correctly regardless of "Embed Manifest" = "Yes" or "No"!!!&amp;nbsp; I.e. for both "Yes" and "No", the Vtune displays procedure names correctly.&lt;/P&gt;
&lt;P&gt;2. Then I delete the fortan program files and added files from another project. Now Vtune only works when "Embed Manifest " is set to "No".&lt;/P&gt;
&lt;P&gt;Conclusion. Depending on which fortran program I compile, Vtune behaves differently. But the Vtune always works with Embed Manifest and set to=No.&lt;/P&gt;
&lt;P&gt;I found a source of the error in the program text!!!&lt;/P&gt;
&lt;P&gt;How this affects Vtune's behaviour I cannot explain.&lt;/P&gt;
&lt;P&gt;Experiment:&lt;/P&gt;
&lt;P&gt;I have attached a new project. Try to see the function name in Vtune for Embed Manifest=Yes in two cases.&lt;/P&gt;
&lt;P&gt;In the first case comment out the twentieth line in the DFT_demon.f90 file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;!------------------------------------ Source of the errors--------------------&lt;/P&gt;
&lt;P&gt;line 20: if (DFT_plan(n,id) .eq. 0) call dfftw_plan_dft_1d(DFT_plan(n,id),n,HH2,An2,FFTW_Backward,FFTW_exhaustive);&lt;/P&gt;
&lt;P&gt;!----------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;If this line (20) is commented out, the function name in Vtune will be displayed correctly and the value of the Embed Manifest parameter has no meaning.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;This module is not even called from the main program&lt;/FONT&gt;, but the presence of this line (the second case)&amp;nbsp; requires that Embed Manifest must be = "No". Otherwise the function name will not be shown correctly in Vtune.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Vtune r000hs test corresponds that line 20 is&amp;nbsp; &amp;nbsp;commented in DFT_demon.f90.&lt;/P&gt;
&lt;P&gt;The Vtune r001hs test corresponds to line 20 being uncommented out in DFT_demon.f90.&lt;/P&gt;
&lt;P&gt;I have attached the project, the Vtune results are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would be glad if you could explain what this is all about.&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Andrew&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>Sat, 12 Feb 2022 08:11:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1359698#M160032</guid>
      <dc:creator>Andrew_</dc:creator>
      <dc:date>2022-02-12T08:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1359875#M160056</link>
      <description>&lt;P&gt;I cannot explain it.&lt;/P&gt;
&lt;P&gt;Is there a ; at the end of line 20 as shown above?&lt;/P&gt;
&lt;P&gt;Don't know it that would cause a quirk or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 23:07:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1359875#M160056</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2022-02-13T23:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1359900#M160060</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;Is there a ; at the end of line 20 as shown above?&lt;/SPAN&gt;"&amp;nbsp;&lt;SPAN&gt;Yes, but it's allowed by the standard.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the reason is that the function in line 20, dfftw_plan_dft_1d, is a function from the Intel MKL library.&lt;/P&gt;
&lt;P&gt;Apparently adding the MKL calls to a project causes the Vtune to work incorrectly with function name tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andrew&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 12:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1359900#M160060</guid>
      <dc:creator>Andrew_</dc:creator>
      <dc:date>2022-02-14T12:45:05Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune problems + Ifort+vs2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1363894#M160316</link>
      <description>&lt;P&gt;One additional point related to this.  Are you able to use ifx instead of ifort?  Using your simpler reproducer, compiling legendre_points.f90 and main.f90 with ifx was sufficient to keep the expected debug symbols.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Feb 2022 19:25:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vtune-problems-Ifort-vs2019/m-p/1363894#M160316</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2022-02-25T19:25:46Z</dc:date>
    </item>
  </channel>
</rss>

