<?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: Will You Still Need Me When I&#8217;m Sixty-Core? HPC and Multi-core</title>
	<atom:link href="http://www.linux-mag.com/id/3538/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/3538/</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: hilbertastronaut</title>
		<link>http://www.linux-mag.com/id/3538/#comment-4292</link>
		<dc:creator>hilbertastronaut</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/3538/#comment-4292</guid>
		<description>There are a number of parallel programming languages out there that offer what is called a &quot;distributed shared memory&quot; model:  that is, there are thread-private variables and shared variables, but the programming model lets a thread know whether a shared variable is &quot;close&quot; or &quot;far away.&quot;  New languages in the pipeline may let programmers reason about locality, if they wish.</description>
		<content:encoded><![CDATA[<p>There are a number of parallel programming languages out there that offer what is called a &#8220;distributed shared memory&#8221; model:  that is, there are thread-private variables and shared variables, but the programming model lets a thread know whether a shared variable is &#8220;close&#8221; or &#8220;far away.&#8221;  New languages in the pipeline may let programmers reason about locality, if they wish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ceefour</title>
		<link>http://www.linux-mag.com/id/3538/#comment-4293</link>
		<dc:creator>ceefour</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/3538/#comment-4293</guid>
		<description>You talk about message passing interface, and libraries for C/C++, but I wonder why you do not talk about Erlang, which has concurrent capability and parallel programming as first-class.&lt;br /&gt;
&lt;br /&gt;
I &lt;a href=&quot;http://www.hendyirawan.com/2007/08/20/erlang-the-concurrent-programming-language/&quot; rel=&quot;nofollow&quot;&gt;summarized Erlang a bit here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
And probably other languages (like Haskell)...</description>
		<content:encoded><![CDATA[<p>You talk about message passing interface, and libraries for C/C++, but I wonder why you do not talk about Erlang, which has concurrent capability and parallel programming as first-class.</p>
<p>I <a href="http://www.hendyirawan.com/2007/08/20/erlang-the-concurrent-programming-language/" rel="nofollow">summarized Erlang a bit here</a>.</p>
<p>And probably other languages (like Haskell)&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>