<?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 Problem when using profile-guided optimization in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Problem-when-using-profile-guided-optimization/m-p/790926#M544</link>
    <description>Thank you! &lt;BR /&gt;I'll try to post this question there to see if anyone konws. :)</description>
    <pubDate>Thu, 05 Jul 2012 13:05:25 GMT</pubDate>
    <dc:creator>morfast</dc:creator>
    <dc:date>2012-07-05T13:05:25Z</dc:date>
    <item>
      <title>Problem when using profile-guided optimization</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Problem-when-using-profile-guided-optimization/m-p/790924#M542</link>
      <description>Hi everyone, I'm using the lastest ifort 12.1.5 and I'm tesing the pgo (profile-guided optimization) feature, but encoutered problems.
Here's my program, a quite simple hello world:

[fortran]program main
    print *, "hello"
end program main
[/fortran] &lt;BR /&gt;then i compile it like this:&lt;BR /&gt;&lt;BR /&gt;[bash]ifort -prof-gen hello.f90&lt;BR /&gt;[/bash]

then I run the program&lt;BR /&gt;&lt;BR /&gt;[bash]./a.out[/bash] &lt;BR /&gt;

and then compile it again:&lt;BR /&gt;[bash]ifort -prof-use hello.f90[/bash]

but I got the following error message:&lt;BR /&gt;[bash]/tmp/hello.f90(1): warning #11507: Value profiling mismatch for 'MAIN__'.[/bash]

Does anyone know why? did I miss something? 

Thanks.</description>
      <pubDate>Tue, 03 Jul 2012 13:25:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Problem-when-using-profile-guided-optimization/m-p/790924#M542</guid>
      <dc:creator>morfast</dc:creator>
      <dc:date>2012-07-03T13:25:59Z</dc:date>
    </item>
    <item>
      <title>Problem when using profile-guided optimization</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Problem-when-using-profile-guided-optimization/m-p/790925#M543</link>
      <description>Looks strange. Since this is specific to the compiler, I suggest that you ask in the &lt;A href="http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/"&gt;Intel Fortran Compiler forum&lt;/A&gt;. I'm sure that they can help you there.</description>
      <pubDate>Thu, 05 Jul 2012 07:57:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Problem-when-using-profile-guided-optimization/m-p/790925#M543</guid>
      <dc:creator>Thomas_W_Intel</dc:creator>
      <dc:date>2012-07-05T07:57:37Z</dc:date>
    </item>
    <item>
      <title>Problem when using profile-guided optimization</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Problem-when-using-profile-guided-optimization/m-p/790926#M544</link>
      <description>Thank you! &lt;BR /&gt;I'll try to post this question there to see if anyone konws. :)</description>
      <pubDate>Thu, 05 Jul 2012 13:05:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Problem-when-using-profile-guided-optimization/m-p/790926#M544</guid>
      <dc:creator>morfast</dc:creator>
      <dc:date>2012-07-05T13:05:25Z</dc:date>
    </item>
  </channel>
</rss>

