<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Intel Communities : All Content - Processors</title>
    <link>http://communities.intel.com/community/tech/processors</link>
    <description>All Content in Processors</description>
    <language>en</language>
    <pubDate>Fri, 10 May 2013 00:40:49 GMT</pubDate>
    <generator>Jive SBS 5.0.2.0  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2013-05-10T00:40:49Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>DVFS capabilities in latest Intel processors</title>
      <link>http://communities.intel.com/thread/40946</link>
      <description>&lt;!-- [DocumentBodyStart:1255ba0b-bf9f-442e-ba38-805cf78a79f2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;Hi,&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;I would like to know whether we can change the frequency of the intel multi-core processors individually. I have Intel Core2Duo CPU T5750 which has 2 cores. When I run cpufreq-info in Linux I get to know that both the cores will run in the same hardware frequency. Please find cpufreq-info output below(Relevant data shown)&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;&lt;strong&gt;$ cpufreq-info&lt;/strong&gt; &lt;br/&gt;*******************&lt;br/&gt;analyzing CPU 0:&lt;br/&gt;driver: acpi-cpufreq&lt;br/&gt;&lt;strong&gt;CPUs which run at the same hardware frequency: 0 1&lt;/strong&gt;&lt;br/&gt;CPUs which need to have their frequency coordinated by software: 0&lt;br/&gt;maximum transition latency: 10.0 us.&lt;br/&gt;hardware limits: 1000 MHz - 2.00 GHz&lt;br/&gt;available frequency steps: 2.00 GHz, 1.67 GHz, 1.33 GHz, 1000 MHz&lt;br/&gt;********************&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;********************&lt;br/&gt;analyzing CPU 1:&lt;br/&gt;driver: acpi-cpufreq&lt;br/&gt;&lt;strong&gt;CPUs which run at the same hardware frequency: 0 1&lt;/strong&gt;&lt;br/&gt;CPUs which need to have their frequency coordinated by software: 1&lt;br/&gt;maximum transition latency: 10.0 us.&lt;br/&gt;hardware limits: 1000 MHz - 2.00 GHz&lt;br/&gt;available frequency steps: 2.00 GHz, 1.67 GHz, 1.33 GHz, 1000 MHz&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;Hence by above output I expect both cores to vary its frequency in a synchronous fashion.&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;But when I tried to check the frequency of each core by using the information in /proc/cpuinfo, I see that the cores are varying its frequency individually. The command I used and its output are below:&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;&lt;strong&gt;$ while true; do grep -e "cpu MHz" /proc/cpuinfo; echo "===";sleep 0.1; done&lt;/strong&gt;&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;cpu MHz : 1000.000&lt;br/&gt;cpu MHz : 1000.000&lt;br/&gt;===&lt;br/&gt;&lt;strong&gt;cpu MHz : 2000.000&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;cpu MHz : 1000.000&lt;/strong&gt;&lt;br/&gt;===&lt;br/&gt;cpu MHz : 1000.000&lt;br/&gt;cpu MHz : 1000.000&lt;br/&gt;===&lt;br/&gt;cpu MHz : 1000.000&lt;br/&gt;cpu MHz : 1000.000&lt;br/&gt;===&lt;br/&gt;&lt;strong&gt;cpu MHz : 1000.000&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;cpu MHz : 2000.000&lt;/strong&gt;&lt;br/&gt;===&lt;br/&gt;cpu MHz : 1000.000&lt;br/&gt;cpu MHz : 1000.000&lt;br/&gt;===&lt;br/&gt;******************&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;******************&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;&lt;span style="line-height: 1.5em;"&gt;Hence my questions are:&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;&lt;strong&gt;1) Can someone explain why the cores change the frequency individually even though the cpurfreq-info says that both the cores run at the same hardware frequency? Am I missing something?&lt;/strong&gt;&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;&lt;strong&gt;2) Does latest intel multi-core chips have per-core DVFS? Kindly let me know.&lt;/strong&gt;&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;&lt;strong&gt;3) Can voltage and frequency can be changed independent of each other in latest multicore processors using EIST (Enhanced Intel Speed Step Technology)?&lt;/strong&gt;&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;Kindly let me know your comments...&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;Thanks for your time,&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;Karthik.V.M.&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;Note:&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;The cpu frequency can be more neatly obtained using the following command:&lt;/p&gt;&lt;p style="margin: 0px 0px 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #53575e; background-color: #ffffff;"&gt;&lt;strong&gt;$ watch -n 0.1 grep \"cpu MHz\" /proc/cpuinfo&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1255ba0b-bf9f-442e-ba38-805cf78a79f2] --&gt;</description>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">multi-core</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">eist</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">dvfs</category>
      <pubDate>Fri, 10 May 2013 00:40:49 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/40946</guid>
      <dc:date>2013-05-10T00:40:49Z</dc:date>
      <clearspace:dateToText>18 hours, 23 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>i7 3770K temp</title>
      <link>http://communities.intel.com/thread/41738</link>
      <description>&lt;!-- [DocumentBodyStart:3d3188d6-1d6d-4411-a598-f0563732045f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I use "thermaltake water 2.0 extreme" water cool kit. But I think I can't&amp;nbsp; take full performance&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Room Temp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :28 &lt;span style="color: #333333;"&gt;&lt;span style="font-size: 14pt;"&gt;&amp;deg;&lt;/span&gt;C&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;CPU İdle Temp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :32 &lt;/span&gt;&lt;span style="color: #333333;"&gt;&lt;span style="font-size: 14pt;"&gt;&amp;deg;&lt;/span&gt;C&lt;/span&gt;&lt;span style="color: #333333;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;Mainboard&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DZ77RE-75K&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;CPU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : i7 3770K (Stock Speed)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;PSU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Corsair TX650W&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;Case&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Corsair R500&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;Thermal compund&amp;nbsp; : Arctic Silver 5&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;Prime95 5 minutes test results &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;CPU load temp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 70 &lt;/span&gt;&lt;span style="color: #333333;"&gt;&lt;span style="font-size: 14pt;"&gt;&amp;deg;&lt;/span&gt;C&lt;/span&gt;&lt;span style="color: #333333;"&gt;&amp;nbsp; &lt;img height="16px" src="http://communities.intel.com/5.0.2/images/emoticons/sad.gif" width="16px"/&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;Is everything alright? &lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d3188d6-1d6d-4411-a598-f0563732045f] --&gt;</description>
      <pubDate>Wed, 22 May 2013 19:11:15 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/41738</guid>
      <dc:date>2013-05-22T19:11:15Z</dc:date>
      <clearspace:dateToText>18 hours, 25 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Core 2 Duo T9300/T9500 processor compatibility</title>
      <link>http://communities.intel.com/thread/41761</link>
      <description>&lt;!-- [DocumentBodyStart:dfaa3897-efb8-4eab-b30d-a82b3f5c7448] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I'm new here in the community, so I ask for your understanding and help, if I'm not asking correctly, ok ?&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Well, I would like to know, if Core 2 Duo T9300 or T9500 processors, are compatible with an Asus K50IJ laptop. I intended to replace your current Pentium Dual Core T4300, by one T9300 or T9500 ( that I have mentioned above ), to make it faster. I believe that they are compatible, because they have the same socket and FSB, but I do not know if BIOS is compatible. Can you give me your opinion ? My operating system : Windows 7 64 bit, 4 GB DDR2/800. &lt;br/&gt;Thank you, and sorry for my bad english&lt;/p&gt;&lt;p&gt;Fonseca&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dfaa3897-efb8-4eab-b30d-a82b3f5c7448] --&gt;</description>
      <pubDate>Wed, 22 May 2013 10:31:16 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/41761</guid>
      <dc:date>2013-05-22T10:31:16Z</dc:date>
      <clearspace:dateToText>20 hours, 15 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why is there 1.65v RAM on Intel's own Memory compatibility spreadsheet.</title>
      <link>http://communities.intel.com/thread/41760</link>
      <description>&lt;!-- [DocumentBodyStart:e08e554d-9347-4852-92f5-b1b1bb61f4ae] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-family: Arial, sans-serif; background-color: #ffffff;"&gt;If Intel processors don't support more than 1.5V memory for SB and IB why are there 1.6V and 1.65V RAM kits listed in the Compatible Memory for 1st, 2nd and 3rd Gen Intel Core i5 and i7 processor spreadsheets? &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e08e554d-9347-4852-92f5-b1b1bb61f4ae] --&gt;</description>
      <pubDate>Wed, 22 May 2013 09:52:20 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/41760</guid>
      <dc:date>2013-05-22T09:52:20Z</dc:date>
      <clearspace:dateToText>20 hours, 32 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Please help</title>
      <link>http://communities.intel.com/thread/41196</link>
      <description>&lt;!-- [DocumentBodyStart:5c9b22ad-14a3-4566-a655-3effe4f63c93] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Intel&lt;/p&gt;&lt;p&gt;I have bought Intel Xeon E3-1220 v2 processor.&lt;/p&gt;&lt;p&gt;I am testing Linux PREEMPT-RT on this processor. I created a test to see the time it takes for the OS to handle the clock tick.&lt;/p&gt;&lt;p&gt;My test is as following: I create a thread with highest priority ( can be preempted only by interrupts), whose task is just to do a small calculation in a loop of 45000 times. This task takes 102 &amp;micro;s to be finished.&lt;/p&gt;&lt;p&gt;If a clock tick happens while the task is executing, then this task is interrupted for some time until the interrupt is handled. ( aka: in normal case, the task takes 112 &amp;micro;s and if a tick happens, then the task takes 120 &amp;micro;s, which means that 8 &amp;micro;s are spent by the OS to handle the clock tick interrupt). I did this procedure around 100 times and I saw that each 1 ms I got a clock interrupt as the OS clock tick is running at 1000 Hz. so the normal values should be 102 &amp;micro;s if no tick happens, and 110&amp;micro;s if a clock tick happens.&lt;/p&gt;&lt;p&gt;This was perfect test on Intel core i7-930 @2.8GHz.&lt;/p&gt;&lt;p&gt;If I do the test on processor Xeon E3-1220 v2 @ 3.1 GHz, the task takes shorter time ( 102 &amp;micro;s) as it is faster processor 110 &amp;micro;s if a tick happens.&lt;/p&gt;&lt;p&gt;The strange thing I see on this processor that sometimes I get values around 120 &amp;micro;s, which means that some kind of interrupt happened and preempted the task for 18 &amp;micro;s. If it was clock tick, then it should take 110 &amp;micro;s.&lt;/p&gt;&lt;p&gt;so the processor is generating some kind of interrupts.&lt;/p&gt;&lt;p&gt;If I do the test with loop of 5000 instead of 45000, I do not see anymore such strange values.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Synthesis: if I do a task which is looping 45000 times on intel xeon, I start to get strange interrupts, which is not the case on i7-930.&lt;/p&gt;&lt;p&gt;If I do the test with loop of 5000, the interrupts disappear.&lt;/p&gt;&lt;p&gt;what could be the issue?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c9b22ad-14a3-4566-a655-3effe4f63c93] --&gt;</description>
      <pubDate>Fri, 10 May 2013 18:43:11 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/41196</guid>
      <dc:date>2013-05-10T18:43:11Z</dc:date>
      <clearspace:dateToText>20 hours, 55 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Rendering Workstation</title>
      <link>http://communities.intel.com/thread/41334</link>
      <description>&lt;!-- [DocumentBodyStart:f596d13e-64d2-4dbe-a853-33ce8e07619c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;em&gt;Hi all&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;This is my first post so hope it will be answered, i'll try to make a simple one. Basicly I do renderings of an interior/exterior scene using Win7 64 bit and hp z800 with 2x Xeon E5530 @ 2.40 GHz cpu with NVidia Quadro 3800FX graphics card, and 16gb ram. With 3DS Max Design 2014, Vray2.4 addin it takes up to 10hours of calculation for a complex scene in HQ at 3000x3000 pixels. What I want is to use Dual Xeon E5 cpu with 32 or more ram with a gtx titan or Quadro 4000k graphic card and fasten this process. Has any one got any idea or better suggestions for this issue, or anyone uses a computer like this or better one? Any idea about Xeon phi coprocessor can be a better solution?!? It would be work in a workstation to improve speed in the rendering process?!?!? &lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Tnx.&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Salve a tutti,&lt;/p&gt;&lt;p&gt;questo &amp;#232; il mio primo post e spero che qualcuno possa rispondermi, quindi cercher&amp;#242; di spiegarmi bene. Di media sviluppo renderings di interni ed esterni utilizzando una workstation HP Z800 con sistema operativo Win7 a 64 bit equipaggiato con: 2 processori Xeon E5530 @ 2.40 GHz, scheda video NVidia Quadro 3800FX, 16Gb di ram. Il software di sviluppo che utilizzo &amp;#232; 3DS Max Design 2014, Vray2.4 e per il calcolo di una scena complessa ad alta qualit&amp;agrave; e risoluzione a 3000x3000 pixels impega di media 10 ore di calcolo. Vorrei passare ad una nuova WS equipaggiata con doppi processore della serie Xeon E5, con 32 o pi&amp;#249; gb di ram, con scheda grafica GTX Titan o ancor meglio una Quadro 4000k per aumentare la velocit&amp;agrave; di sviluppo. Qualcuno ha una migliore soluzione o consiglio? Affiancare un coprocessore Xeon Phi potrebbe esser una migliore soluzione?!? Funzionerebbe installato su di una WS per diminuire i tempi di calcolo relativi al processo di render ( CPU based ) ?!?!?&lt;/p&gt;&lt;p&gt;Grazie.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f596d13e-64d2-4dbe-a853-33ce8e07619c] --&gt;</description>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">quad-core</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">xeon</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">cpu</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">multi-core</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">core</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">ask_experts_questions</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">comparison</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">processor?</category>
      <pubDate>Tue, 14 May 2013 08:59:03 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/41334</guid>
      <dc:date>2013-05-14T08:59:03Z</dc:date>
      <clearspace:dateToText>1 day, 19 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>q6600 testing</title>
      <link>http://communities.intel.com/thread/41595</link>
      <description>&lt;!-- [DocumentBodyStart:9da4a6e5-b4ac-453b-a2fc-df29122c3a91] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i am having random reboots and i have been trying to cover all my bases my 4 core temps without any real load sit in the 90F-100F&amp;nbsp; range i have within he last 6 months gotten a corsair h60 on sale and i cant tell if thats doing anything but thats another matter .... what i need to know is how to test and understand the results of whatever tests i can dso to see if my processor maybe the cause if trhe restarts .... yesterday i got a new psu from 520w to 750w&amp;nbsp; and still the same i run hwmonitor constantly to watch temp on everything and such i used to also watch the windows performance readings those i understood basically but this may all be getting out of my realm .... &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;basically i need to cross off things that are not the cause ... what i am presently running with is &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Motherboard&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="text-decoration: underline;"&gt;XFX Nforce 680i LT (Socket 775)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Processor&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&lt;strong style="text-decoration: underline;"&gt;ntel Core 2 Quad Q6600 @ 2.40GHz&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Optical Drive&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="text-decoration: underline;"&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: small; background-color: #ffffff; text-decoration: underline;"&gt;PIONEER DVD-RW DVR-215D SCS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;HD1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/strong&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="color: #000000; font-size: small; background-color: #ffffff; text-decoration: underline; font-family: 'Times New Roman';"&gt;WDC WD50 00AAKS-00A7B SCSI&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;HD2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/strong&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: small; background-color: #ffffff; text-decoration: underline;"&gt;WDC WD20 EURS-63S48Y0 SCSI&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;RAM&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt; &lt;span style="text-decoration: underline;"&gt;4.00GB Dual-Channel DDR2 @ 399MHz (6-6-6-18)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Graphics Card&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="text-decoration: underline;"&gt;XFX Nforce 680i LT (Socket 775)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and the current read outs are as follows during the time writing this and just speccy and HW monitor open plus webpages &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;core 0 96F&lt;/p&gt;&lt;p&gt;core 1 100F&lt;/p&gt;&lt;p&gt;core 2 93F&lt;/p&gt;&lt;p&gt;core 3 98F&lt;/p&gt;&lt;p&gt;graphics card 143F&lt;/p&gt;&lt;p&gt;HD 1 118F&lt;/p&gt;&lt;p&gt;HD 2 111F&lt;/p&gt;&lt;p&gt;cputin 109F&lt;/p&gt;&lt;p&gt;auxtin 116F&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;to be clear i will also be doing more research on the graphics card as well i have been getting these exact cards for like 100 a piece and this is the second after my original they seem to last about a year but i think that might have something to do with the underlined issue here and this random rebooting is a new addition to the same possibly &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if anyone has any other information that could be of use in any regard of any of this i would be grateful&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9da4a6e5-b4ac-453b-a2fc-df29122c3a91] --&gt;</description>
      <pubDate>Fri, 17 May 2013 11:31:19 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/41595</guid>
      <dc:date>2013-05-17T11:31:19Z</dc:date>
      <clearspace:dateToText>2 days, 20 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>processor E5-2620 supports RDRAND?</title>
      <link>http://communities.intel.com/thread/41604</link>
      <description>&lt;!-- [DocumentBodyStart:25182ba5-749b-49d5-a0fe-bb7df6697ed9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;I have a server platform Intel R1208GZ4GC and E5-2620 processors. I'm trying to use RDRAND, to generate random numbers. To put this code:&lt;/p&gt;&lt;!--[CodeBlockStart:f0fb671c-010e-4af6-a63c-a96beec3b277][excluded]--&gt;&lt;pre class="c++" name="code"&gt;
int _rdrand16_step(unsigned short *therand) { 
 unsigned char err; 
 asm volatile("rdrand %0 ; setc %1" 
 : "=r" (*therand), "=qm" (err)); 
 return (int) err; 
&amp;nbsp; }&lt;/pre&gt;&lt;!--[CodeBlockEnd:f0fb671c-010e-4af6-a63c-a96beec3b277]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;However, when compiling the error:&lt;/p&gt;&lt;!--[CodeBlockStart:8bb727ee-7dc4-4030-884b-c35ec467e5c2][excluded]--&gt;&lt;pre class="plain" name="code"&gt;
{standard input}: Assembler messages:
{standard input}:7191: Error: no such instruction: `rdrand %dx'
gmake: *** [../../main/main.o] Error 1&lt;/pre&gt;&lt;!--[CodeBlockEnd:8bb727ee-7dc4-4030-884b-c35ec467e5c2]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;Operating system FreeBsd 8.3&lt;/p&gt;&lt;p&gt;Help me, please.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25182ba5-749b-49d5-a0fe-bb7df6697ed9] --&gt;</description>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">rdrand</category>
      <pubDate>Fri, 17 May 2013 17:59:19 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/41604</guid>
      <dc:date>2013-05-17T17:59:19Z</dc:date>
      <clearspace:dateToText>2 days, 21 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Xeon E5630 - Sees Only 16 "CPUs"</title>
      <link>http://communities.intel.com/thread/41602</link>
      <description>&lt;!-- [DocumentBodyStart:9c7c7d4a-5758-4519-a6d1-c4cb6382d9f7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Gentlemen,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My client has three stations "PowerEdge T610" with 2 processors E5630 (in bios) (Windows E5649). My XenServer (Bare Metal Hypervisor) sees only 16 "CPUs". These 2 processors have 4 cores each and 8 threads for each core.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The problem is that XenServer sees only 16 "CPUs" when he should see 2x4x8 (CPUsxCoresxThreads) 64 "CPUs". Namely, 32 "CPUs" for each processor. Is that correct?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I've Recently upgraded this bios. What could be wrong? This is a limitation of Linux? What can I do for this my client?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9c7c7d4a-5758-4519-a6d1-c4cb6382d9f7] --&gt;</description>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">linux</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">cpu</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">threads</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">number</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">xenserver</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">e5630</category>
      <pubDate>Thu, 16 May 2013 20:54:08 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/41602</guid>
      <dc:date>2013-05-16T20:54:08Z</dc:date>
      <clearspace:dateToText>5 days, 16 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Atom N2600 and Memory Timings</title>
      <link>http://communities.intel.com/thread/41323</link>
      <description>&lt;!-- [DocumentBodyStart:b6767de3-5a2f-42b3-881f-aa78590729a3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A few months ago, I bought a 2 GB stick of G.Skill RAM to put in my Gateway LT4004u netbook. It's rated at DDR3/1600 CL9. As I understand it, my Atom N2600 underclocks the RAM to 800 MHz. I was hoping to get CL5 at that speed out of the RAM, but when I started up CPU-Z 1.64 to check, all of the fields were blank. The program can read the SPD of the stick just fine, but it doesn't report any values in the Memory tab (other than its size). Is there any way to see what timings my RAM is running, and even better, change them if needed?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b6767de3-5a2f-42b3-881f-aa78590729a3] --&gt;</description>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">intel</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">memory</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">timings</category>
      <category domain="http://communities.intel.com/tags#/?containerType=14&amp;container=2085">cpu-z</category>
      <pubDate>Mon, 13 May 2013 17:07:36 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/41323</guid>
      <dc:date>2013-05-13T17:07:36Z</dc:date>
      <clearspace:dateToText>5 days, 18 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

