Problem when using profile-guided optimization

Problem when using profile-guided optimization

Bild des Benutzers morfast

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:

program main print *, "hello" end program main 

then i compile it like this:

ifort -prof-gen hello.f90
then I run the program

./a.out

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

6 Beiträge / 0 neu
Letzter Beitrag
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.
Bild des Benutzers Ronald W Green (Intel)

This looks like an extraneous warning message. I'll enter a bug report.

Bug tracking ID DPD200233819

ron

Bild des Benutzers morfast

Thanks.

How could I track the bug with the ID?

Bild des Benutzers Ronald W Green (Intel)

This thread is how you track this bug. When a fix is made I have to update this thread to let you know.

ron

Bild des Benutzers Ronald W Green (Intel)

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

Bild des Benutzers Ronald W Green (Intel)

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

ron

Melden Sie sich an, um einen Kommentar zu hinterlassen.