Problem when using profile-guided optimization

Problem when using profile-guided optimization

Portrait de 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 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de Ronald W Green (Intel)

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

Bug tracking ID DPD200233819

ron

Portrait de morfast

Thanks.

How could I track the bug with the ID?

Portrait de 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

Portrait de 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

Portrait de Ronald W Green (Intel)

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

ron

Connectez-vous pour laisser un commentaire.