Problem when using profile-guided optimization

Problem when using profile-guided optimization

Ritratto di 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 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di Ronald W Green (Intel)

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

Bug tracking ID DPD200233819

ron

Ritratto di morfast

Thanks.

How could I track the bug with the ID?

Ritratto di 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

Ritratto di 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

Ritratto di Ronald W Green (Intel)

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

ron

Accedere per lasciare un commento.