<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Jonathan vs. The Roman Beauty</title>
	<atom:link href="http://www.linux-mag.com/id/4183/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/4183/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Sat, 05 Oct 2013 13:48:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: bdobbins</title>
		<link>http://www.linux-mag.com/id/4183/#comment-4702</link>
		<dc:creator>bdobbins</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4183/#comment-4702</guid>
		<description>Hi Doug,&lt;br /&gt;
&lt;br /&gt;
  Interesting results.. I&#039;m hoping to play with the NAS benchmarks (and some personal codes) on an Intel Harpertown w/1600Mhz FSB over the next few days - it should help with the memory problems, even though it still does use an FSB.  &lt;br /&gt;
&lt;br /&gt;
  As an aside, I believe your table rows are out of order in the fifth table.  For example, bt and cg are in reverse order compared to the other tables, as are several other of the components.  Just thought I&#039;d let you know.  Otherwise, thanks for the article!&lt;br /&gt;
&lt;br /&gt;
  - B</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>  Interesting results.. I&#8217;m hoping to play with the NAS benchmarks (and some personal codes) on an Intel Harpertown w/1600Mhz FSB over the next few days &#8211; it should help with the memory problems, even though it still does use an FSB.  </p>
<p>  As an aside, I believe your table rows are out of order in the fifth table.  For example, bt and cg are in reverse order compared to the other tables, as are several other of the components.  Just thought I&#8217;d let you know.  Otherwise, thanks for the article!</p>
<p>  &#8211; B</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tuccillo</title>
		<link>http://www.linux-mag.com/id/4183/#comment-4703</link>
		<dc:creator>tuccillo</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4183/#comment-4703</guid>
		<description>Hi Doug,&lt;br /&gt;
&lt;br /&gt;
Another interesting comparison would have been a dual-socket Intel Woodcrest system vs. a dual-socket AMD SocketF system. This way you would have been comparing dual-core Intel to dual-core AMD in 4-way systems. In your tests, the Intel has a memory bandwidth handicap because it has four cores sharing a FSB while the AMD has only two cores sharing a memory controller. The better scaling of the AMD system shows this. I would love to see you repeat your test using AMD Barcelona processors when the clock speed is sufficient to compare to Clovertown. Thanks for an interesting article.&lt;br /&gt;
&lt;br /&gt;
Jim</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>Another interesting comparison would have been a dual-socket Intel Woodcrest system vs. a dual-socket AMD SocketF system. This way you would have been comparing dual-core Intel to dual-core AMD in 4-way systems. In your tests, the Intel has a memory bandwidth handicap because it has four cores sharing a FSB while the AMD has only two cores sharing a memory controller. The better scaling of the AMD system shows this. I would love to see you repeat your test using AMD Barcelona processors when the clock speed is sufficient to compare to Clovertown. Thanks for an interesting article.</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rgb@phy.duke.edu</title>
		<link>http://www.linux-mag.com/id/4183/#comment-4704</link>
		<dc:creator>rgb@phy.duke.edu</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4183/#comment-4704</guid>
		<description>Yo, Doug,&lt;br /&gt;
&lt;br /&gt;
I&#039;m not as convinced as you are that the kernel and core libraries don&#039;t matter in the test, especially when dealing with scalability issues.  There are three specific system characteristics that seem likely to affect processor scalability:  memory &quot;balance&quot; (something that includes but is not limited to raw bandwidth in a multicore situation -- the amount of parallel bandwidth available to the cores as they attempt to access chunks of memory moving through the CPU); kernel &quot;balance&quot; -- how smoothly it distributes and manages resources required by the various processes (when they execute e.g. a malloc or use a system call of any sort, but also more subtle things like the synchronicity of process scheduling on the multiple cores); libraries (including libc, libm).&lt;br /&gt;
&lt;br /&gt;
I can easily believe that the Opteron has better memory balance than the Intel, simply because it always has.  I&#039;m guessing that this is the primary source of the Opteron&#039;s scaling advantage -- hypertransport is a powerful and fairly scalable thing.  However, it COULD be also related to how well the different cores effectively desynchronize their memory accesses, which in turn could be related to kernel/scheduler differences.  I&#039;d also be interested in knowing whether or not you have objective evidence that (all things being equal) changes in libc, libm, and any other library differences between RHEL 4 and FC 6 don&#039;t lead to measurable differences in the performance of even flat numerical code.&lt;br /&gt;
&lt;br /&gt;
Mind you again, I would expect that if anything the Intel results would be ADVANTAGED relative to the AMD results from running FC 6; RHEL 4 is more than a bit &quot;tired&quot; (and even FC 6 is aging fast, given that today is Fedora 8th&#039;s &quot;birthday&quot;:-).&lt;br /&gt;
&lt;br /&gt;
One last thing that might have been or would be of interest is a graph of performance scaling that factors in clock speed and maybe nominal (list price) cost.  After all, at the end of the day it is the amount of work you get done per unit time per dollar spent that matters.&lt;br /&gt;
&lt;br /&gt;
rgb</description>
		<content:encoded><![CDATA[<p>Yo, Doug,</p>
<p>I&#8217;m not as convinced as you are that the kernel and core libraries don&#8217;t matter in the test, especially when dealing with scalability issues.  There are three specific system characteristics that seem likely to affect processor scalability:  memory &#8220;balance&#8221; (something that includes but is not limited to raw bandwidth in a multicore situation &#8212; the amount of parallel bandwidth available to the cores as they attempt to access chunks of memory moving through the CPU); kernel &#8220;balance&#8221; &#8212; how smoothly it distributes and manages resources required by the various processes (when they execute e.g. a malloc or use a system call of any sort, but also more subtle things like the synchronicity of process scheduling on the multiple cores); libraries (including libc, libm).</p>
<p>I can easily believe that the Opteron has better memory balance than the Intel, simply because it always has.  I&#8217;m guessing that this is the primary source of the Opteron&#8217;s scaling advantage &#8212; hypertransport is a powerful and fairly scalable thing.  However, it COULD be also related to how well the different cores effectively desynchronize their memory accesses, which in turn could be related to kernel/scheduler differences.  I&#8217;d also be interested in knowing whether or not you have objective evidence that (all things being equal) changes in libc, libm, and any other library differences between RHEL 4 and FC 6 don&#8217;t lead to measurable differences in the performance of even flat numerical code.</p>
<p>Mind you again, I would expect that if anything the Intel results would be ADVANTAGED relative to the AMD results from running FC 6; RHEL 4 is more than a bit &#8220;tired&#8221; (and even FC 6 is aging fast, given that today is Fedora 8th&#8217;s &#8220;birthday&#8221;:-).</p>
<p>One last thing that might have been or would be of interest is a graph of performance scaling that factors in clock speed and maybe nominal (list price) cost.  After all, at the end of the day it is the amount of work you get done per unit time per dollar spent that matters.</p>
<p>rgb</p>
]]></content:encoded>
	</item>
</channel>
</rss>