<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I&amp;gt;&amp;gt;&amp;gt;t is possible that the OS in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966511#M2654</link>
    <description>&lt;P&gt;I&amp;gt;&amp;gt;&amp;gt;t is possible that the OS is overwriting the MSR (and re-enabling turbo-mode).&lt;/P&gt;
&lt;P&gt;Is this windows or linux? On linux you can control the frequency with the /sys/devices/system/cpu/cpu*/cpufreq/ interface. Let me know if you interested in this.&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;On Windows there is an option to put a breakpoint on MSR 0x199 access and inspect the code which is modifying(writing) to this register.&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2013 17:51:12 GMT</pubDate>
    <dc:creator>Bernard</dc:creator>
    <dc:date>2013-05-22T17:51:12Z</dc:date>
    <item>
      <title>Disabling Turbo Boost</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966504#M2647</link>
      <description>&lt;P&gt;As per the recommendation in this topic (http://software.intel.com/en-us/forums/topic/385319), I have used this sequence to disable turbo boost:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"section 14.3.2.2 OS Control of Opportunistic Processor Performance Operation (Vol. 3B&amp;nbsp; page 14-5&amp;nbsp; of the May 2012 version)&lt;/P&gt;
&lt;P&gt;System software can temporarily disengage opportunistic processor performance operation by setting bit 32 of the IA32_PERF_CTL MSR (0199H), using a readmodify-write sequence on the MSR. The opportunistic processor performance operation can be re-engaged by clearing bit 32 in IA32_PERF_CTL MSR, using a readmodify-write sequence. The DISENAGE bit in IA32_PERF_CTL is not reflected in bit 32 of the IA32_PERF_STATUS MSR (0198H), and it is not shared between logical processors in a physical package."&lt;/P&gt;
&lt;P&gt;Source: Patrick Fay, Intel&lt;/P&gt;
&lt;P&gt;However, my Intel Xeon X5650 (http://ark.intel.com/products/47922/Intel-Xeon-Processor-X5650-12M-Cache-2_66-GHz-6_40-GTs-Intel-QPI) is still operating at its maximum turbo frequency of 3.06 GHz. Is there something else that I need to do to disable turboboost?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 23:04:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966504#M2647</guid>
      <dc:creator>Samuel_M_1</dc:creator>
      <dc:date>2013-05-20T23:04:58Z</dc:date>
    </item>
    <item>
      <title>Hello Samuel,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966505#M2648</link>
      <description>&lt;P&gt;Hello Samuel,&lt;/P&gt;
&lt;P&gt;Is bit 32 of MSR 0x199 staying set? That is, if you read the MSR after you set the bit, do you see that the bit is still set? And does it stay set?&lt;/P&gt;
&lt;P&gt;It is possible that the OS is overwriting the MSR (and re-enabling turbo-mode).&lt;/P&gt;
&lt;P&gt;Is this windows or linux? On linux you can control the frequency with the /sys/devices/system/cpu/cpu*/cpufreq/ interface. Let me know if you interested in this.&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 02:31:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966505#M2648</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2013-05-21T02:31:33Z</dc:date>
    </item>
    <item>
      <title>Hi Pat,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966506#M2649</link>
      <description>&lt;P&gt;Hi Pat,&lt;/P&gt;
&lt;P&gt;what exactly does "&lt;STRONG&gt;opportunistic&lt;/STRONG&gt; processor performance" mean?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 05:08:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966506#M2649</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-05-21T05:08:49Z</dc:date>
    </item>
    <item>
      <title>Hello Illyapolak,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966507#M2650</link>
      <description>&lt;P&gt;Hello Illyapolak,&lt;/P&gt;
&lt;P&gt;"opportunistic processor performance" refers to the strategy of trying to find opportunities to improve the performance while staying within a power, current and temperature envelope. For example, a multi-core processor is designed to not exceed some maximum power usage when all the cores are busy. Much of the time however the user might be running just 1 or a few &amp;nbsp;threads so there is the opportunity to increase the performance on 1 core and still stay within the power and thermal restrictions. So the processor boosts the frequency of 1 core, boosts the performance of the 1 thread&amp;nbsp;and stays within the power/thermal limits.&lt;/P&gt;
&lt;P&gt;There is a brief discussion at &lt;A href="http://www.intel.com/content/www/us/en/architecture-and-technology/turbo-boost/turbo-boost-technology.html"&gt;http://www.intel.com/content/www/us/en/architecture-and-technology/turbo-boost/turbo-boost-technology.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 11:45:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966507#M2650</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2013-05-21T11:45:21Z</dc:date>
    </item>
    <item>
      <title>Thank you Pat for detailed</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966508#M2651</link>
      <description>&lt;P&gt;Thank you Pat for detailed answer.It always puzzled me what "oportunistic" really means.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 14:05:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966508#M2651</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-05-21T14:05:16Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;However, my Intel Xeon</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966509#M2652</link>
      <description>&amp;gt;&amp;gt;However, my Intel Xeon X5650 (http://ark.intel.com/products/47922/Intel-Xeon-Processor-X5650-12M-Cache...) is still operating
&amp;gt;&amp;gt;at its maximum turbo frequency of 3.06 GHz. Is there something else that I need to do to disable turboboost?

Could you repeat your tests when you computer is running on a battery?

&lt;STRONG&gt;Update:&lt;/STRONG&gt; It is Not clear if you're using a Desktop or a Notebook. Please disregard the question if it is the Desktop computer.</description>
      <pubDate>Wed, 22 May 2013 13:54:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966509#M2652</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-22T13:54:00Z</dc:date>
    </item>
    <item>
      <title>@Sergey: It is a Desktop. I</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966510#M2653</link>
      <description>&lt;P&gt;@Sergey: It is a Desktop, running Mac OS X 10.8. I am going to try disabling the apple power management kernel extensions, which may be overwriting the value. I will post solution if this works.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 16:49:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966510#M2653</guid>
      <dc:creator>Samuel_M_1</dc:creator>
      <dc:date>2013-05-22T16:49:00Z</dc:date>
    </item>
    <item>
      <title>I&gt;&gt;&gt;t is possible that the OS</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966511#M2654</link>
      <description>&lt;P&gt;I&amp;gt;&amp;gt;&amp;gt;t is possible that the OS is overwriting the MSR (and re-enabling turbo-mode).&lt;/P&gt;
&lt;P&gt;Is this windows or linux? On linux you can control the frequency with the /sys/devices/system/cpu/cpu*/cpufreq/ interface. Let me know if you interested in this.&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;On Windows there is an option to put a breakpoint on MSR 0x199 access and inspect the code which is modifying(writing) to this register.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 17:51:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966511#M2654</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-05-22T17:51:12Z</dc:date>
    </item>
    <item>
      <title>Thanks for the update.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966512#M2655</link>
      <description>Thanks for the update.

&amp;gt;&amp;gt;...It is a Desktop, running Mac OS X 10.8. I am going to try disabling the &lt;STRONG&gt;apple power management kernel extensions&lt;/STRONG&gt;, which
&amp;gt;&amp;gt;may be overwriting the value. I will post solution if this works...

I was thinking that some Power Management software subsystem could affect your tests. It would be very interesting to see your results. Did you check BIOS settings?</description>
      <pubDate>Thu, 23 May 2013 00:04:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Disabling-Turbo-Boost/m-p/966512#M2655</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-05-23T00:04:24Z</dc:date>
    </item>
  </channel>
</rss>

