- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This looks like an extraneous warning message. I'll enter a bug report.
Bug tracking ID DPD200233819
ron
Bug tracking ID DPD200233819
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks.
How could I track the bug with the ID?
How could I track the bug with the ID?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This thread is how you track this bug. When a fix is made I have to update this thread to let you know.
ron
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Closing this issue. This was fixed in the Update 1 compiler, and confirmed fixed in Update 2 as well.
ron

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page