Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28435 Discussions

Problem when using profile-guided optimization

morfast
Beginner
301 Views

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]
then i compile it like this:

[bash]ifort -prof-gen hello.f90
[/bash] then I run the program

[bash]./a.out[/bash]
and then compile it again:
[bash]ifort -prof-use hello.f90[/bash] but I got the following error message:
[bash]/tmp/hello.f90(1): warning #11507: Value profiling mismatch for 'MAIN__'.[/bash] Does anyone know why? did I miss something? Thanks.

0 Kudos
5 Replies
Ron_Green
Moderator
301 Views
This looks like an extraneous warning message. I'll enter a bug report.

Bug tracking ID DPD200233819

ron
0 Kudos
morfast
Beginner
301 Views
Thanks.

How could I track the bug with the ID?
0 Kudos
Ron_Green
Moderator
301 Views
This thread is how you track this bug. When a fix is made I have to update this thread to let you know.

ron
0 Kudos
Ron_Green
Moderator
301 Views
This bug will be fixed in an upcoming update release. This will be in Composer XE 2013 Update 1. This update should come out sometime this month. ron
0 Kudos
Ron_Green
Moderator
301 Views

Closing this issue.  This was fixed in the Update 1 compiler, and confirmed fixed in Update 2 as well.

ron

0 Kudos
Reply