<?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: Why Parallel Matters</title>
	<atom:link href="http://www.linux-mag.com/id/8274/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/8274/</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: Annet</title>
		<link>http://www.linux-mag.com/id/8274/#comment-92083</link>
		<dc:creator>Annet</dc:creator>
		<pubDate>Wed, 21 Dec 2011 15:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-92083</guid>
		<description>Thanks for giving us objective information, much appreciate this!
&lt;a href=&quot;http://friv.eu.com&quot; rel=&quot;nofollow&quot;&gt;Annet Mark&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for giving us objective information, much appreciate this!<br />
<a href="http://friv.eu.com" rel="nofollow">Annet Mark</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buggsy2</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9093</link>
		<dc:creator>buggsy2</dc:creator>
		<pubDate>Sun, 06 Mar 2011 22:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9093</guid>
		<description>A &quot;graphic&quot; demo of serial vs. parallel work:

http://www.collegehumor.com/video:1828443</description>
		<content:encoded><![CDATA[<p>A &#8220;graphic&#8221; demo of serial vs. parallel work:</p>
<p><a href="http://www.collegehumor.com/video:1828443" rel="nofollow">http://www.collegehumor.com/video:1828443</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregpfister</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9078</link>
		<dc:creator>gregpfister</dc:creator>
		<pubDate>Sat, 05 Mar 2011 19:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9078</guid>
		<description>The drop you draw hasn&#039;t happened for servers. Instead, it just flattens out. I&#039;m not sure why it wouldn&#039;t just flatten out for smaller devices, too, as long as battery life is adequate.

But I agree, more cores each running slower (important) at lower voltage (important!) can give the same performance as a fast core, and do so at lower power -- assuming parallelized software, very good parallel scaling, etc. It&#039;s even a square law. That&#039;s the point I was making in my blog posts about the parallel power law (http://bit.ly/hgfAO9, http://bit.ly/fcpB6r).</description>
		<content:encoded><![CDATA[<p>The drop you draw hasn&#8217;t happened for servers. Instead, it just flattens out. I&#8217;m not sure why it wouldn&#8217;t just flatten out for smaller devices, too, as long as battery life is adequate.</p>
<p>But I agree, more cores each running slower (important) at lower voltage (important!) can give the same performance as a fast core, and do so at lower power &#8212; assuming parallelized software, very good parallel scaling, etc. It&#8217;s even a square law. That&#8217;s the point I was making in my blog posts about the parallel power law (<a href="http://bit.ly/hgfAO9" rel="nofollow">http://bit.ly/hgfAO9</a>, <a href="http://bit.ly/fcpB6r" rel="nofollow">http://bit.ly/fcpB6r</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Hocking</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9075</link>
		<dc:creator>Damien Hocking</dc:creator>
		<pubDate>Sat, 05 Mar 2011 04:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9075</guid>
		<description>Scaling memory bandwidth has always been a challenge, it might be always be.  Even if that gets fixed we&#039;ll run into some other restriction.  We always do that to, and that&#039;s the best thing that can happen.  The market will drive the hardware and software like it always has.  We rode gaming to high clock rates and GPU computing.  AMD made 64-bit a commodity.  Intel&#039;s SCC is a great step forward.  It&#039;s a great time to be in the HPC industry.  We&#039;ve got more GHz and more GB today than we ever had, and it&#039;s only going up.  It&#039;s awesome.</description>
		<content:encoded><![CDATA[<p>Scaling memory bandwidth has always been a challenge, it might be always be.  Even if that gets fixed we&#8217;ll run into some other restriction.  We always do that to, and that&#8217;s the best thing that can happen.  The market will drive the hardware and software like it always has.  We rode gaming to high clock rates and GPU computing.  AMD made 64-bit a commodity.  Intel&#8217;s SCC is a great step forward.  It&#8217;s a great time to be in the HPC industry.  We&#8217;ve got more GHz and more GB today than we ever had, and it&#8217;s only going up.  It&#8217;s awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wgodoy</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9073</link>
		<dc:creator>wgodoy</dc:creator>
		<pubDate>Fri, 04 Mar 2011 21:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9073</guid>
		<description>I like using Java Threads, it gives more control to the programmer for the memory-shared parallelization than OpenMP.</description>
		<content:encoded><![CDATA[<p>I like using Java Threads, it gives more control to the programmer for the memory-shared parallelization than OpenMP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fisher</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9072</link>
		<dc:creator>Josh Fisher</dc:creator>
		<pubDate>Fri, 04 Mar 2011 19:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9072</guid>
		<description>Buggsy2, this is why Intel&#039;s SCC platform is so interesting. DRAM is subdivided by using multiple memory controllers. Additionally, on-chip photonics technology is posed to provide an optical bus that should increase bus frequencies into the THz range without increasing power or thermal envelope.</description>
		<content:encoded><![CDATA[<p>Buggsy2, this is why Intel&#8217;s SCC platform is so interesting. DRAM is subdivided by using multiple memory controllers. Additionally, on-chip photonics technology is posed to provide an optical bus that should increase bus frequencies into the THz range without increasing power or thermal envelope.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buggsy2</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9067</link>
		<dc:creator>buggsy2</dc:creator>
		<pubDate>Fri, 04 Mar 2011 17:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9067</guid>
		<description>WRT SMP, what about bandwidth problems? That is lack of sufficient bandwidth for all the cores to share the common memory. This was discussed in the Scaling Bandwidth column, June 24th, 2009.</description>
		<content:encoded><![CDATA[<p>WRT SMP, what about bandwidth problems? That is lack of sufficient bandwidth for all the cores to share the common memory. This was discussed in the Scaling Bandwidth column, June 24th, 2009.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobbydale</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9066</link>
		<dc:creator>bobbydale</dc:creator>
		<pubDate>Fri, 04 Mar 2011 16:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9066</guid>
		<description>I predict at some point, my phone will replace my computer at home as the main computing and storage device in the household.  At that point, I will only need a monitor, mouse, and keyboard to plug in to a docking station for my phone.</description>
		<content:encoded><![CDATA[<p>I predict at some point, my phone will replace my computer at home as the main computing and storage device in the household.  At that point, I will only need a monitor, mouse, and keyboard to plug in to a docking station for my phone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Hocking</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9064</link>
		<dc:creator>Damien Hocking</dc:creator>
		<pubDate>Fri, 04 Mar 2011 16:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9064</guid>
		<description>Doug,

Outstanding.  It&#039;s about time somebody collected power/core together into a simple, accessible article.  Parallelism is the way forward.  Welcome back SMP, we missed you...</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>Outstanding.  It&#8217;s about time somebody collected power/core together into a simple, accessible article.  Parallelism is the way forward.  Welcome back SMP, we missed you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a-wolfe</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9063</link>
		<dc:creator>a-wolfe</dc:creator>
		<pubDate>Fri, 04 Mar 2011 14:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9063</guid>
		<description>I enjoyed the article as well.  

Don&#039;t forget about threading as well.  Though seemingly limited at the moment on x86 processors, could be utilized as well.  Threading is a method that could conserves memory consumption.</description>
		<content:encoded><![CDATA[<p>I enjoyed the article as well.  </p>
<p>Don&#8217;t forget about threading as well.  Though seemingly limited at the moment on x86 processors, could be utilized as well.  Threading is a method that could conserves memory consumption.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schandok</title>
		<link>http://www.linux-mag.com/id/8274/#comment-9062</link>
		<dc:creator>schandok</dc:creator>
		<pubDate>Fri, 04 Mar 2011 13:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/?p=8274#comment-9062</guid>
		<description>Doug, Nice article. I agree that in future our personal laptop would have multi-cores in our laptop (,not surprisingly in our smartphones too). Not sure how much of s/w development is done w/ OpenMP, etc to maximize the use of all those cores. I feel with more cores the industry is really moving towards doing more of Virtualization. I think the push is even to do Virtualization on Smartphones/tablets.</description>
		<content:encoded><![CDATA[<p>Doug, Nice article. I agree that in future our personal laptop would have multi-cores in our laptop (,not surprisingly in our smartphones too). Not sure how much of s/w development is done w/ OpenMP, etc to maximize the use of all those cores. I feel with more cores the industry is really moving towards doing more of Virtualization. I think the push is even to do Virtualization on Smartphones/tablets.</p>
]]></content:encoded>
	</item>
</channel>
</rss>