Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

PGO disabled in trial?

wundram
Beginner
351 Views
I'm trying to evaluate the PGO function in the latest C++ compiler (2011). I'm using it on windows, integrated with vs2010. When I try to make a build for instrumentation, I find that the "Profile-Guided Build Options" setting is greyed out. Is this a trial license thing, or is there some other requirement missing?
0 Kudos
3 Replies
TimP
Honored Contributor III
351 Views
I'm not much of a PGO fan, but you would need to be in Release mode to enable PGO, even though the data collection run is not optimized like Release mode.
0 Kudos
mecej4
Honored Contributor III
351 Views
I have over the years not seen even one release of the Intel compiler that has features disabled in the evaluation version. I believe that this is policy that has been steadfastly adhered to.

An evaluation installer might not contain certain components; for example, Visual Studio Shell. However, whatever gets installed is identical to the components with the same names in the paid-up version.
0 Kudos
Brandon_H_Intel
Employee
351 Views
If you're evaluating Parallel Composer 2011 or Parallel Studio 2011, then that does not contain the PGO feature. You need to evaluate C++ Composer XE 2011 or Parallel Studio XE 2011. If you are using the "XE" versions and still find PGO being grayed out in the IDE, let us know.
0 Kudos
Reply