<?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: You Are Not Supposed To Do That</title>
	<atom:link href="http://www.linux-mag.com/id/7220/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/7220/</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: shochschild</title>
		<link>http://www.linux-mag.com/id/7220/#comment-6040</link>
		<dc:creator>shochschild</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7220/#comment-6040</guid>
		<description>In order for HPC to fully take advantage of commodity products, some cherished HPC traditions might need to be reconsidered.  For example, not only Fortran, but MPI and OpenMP as well.&lt;br /&gt;
&lt;br /&gt;
I work for a commercial vendor of a developer product specifically focused on high performance data intensive analytic application development.  &lt;br /&gt;
&lt;br /&gt;
We exhibited at SC&#039;08 and had fun, but essentially, we were met with disbelief when the attendees realized that we were proposing that they use Java on 32-core SMP boxes.  Java?  SMP?  Heresy!&lt;br /&gt;
&lt;br /&gt;
steveh&lt;br /&gt;
www.pervasivedatarush.com</description>
		<content:encoded><![CDATA[<p>In order for HPC to fully take advantage of commodity products, some cherished HPC traditions might need to be reconsidered.  For example, not only Fortran, but MPI and OpenMP as well.</p>
<p>I work for a commercial vendor of a developer product specifically focused on high performance data intensive analytic application development.  </p>
<p>We exhibited at SC&#8217;08 and had fun, but essentially, we were met with disbelief when the attendees realized that we were proposing that they use Java on 32-core SMP boxes.  Java?  SMP?  Heresy!</p>
<p>steveh<br />
<a href="http://www.pervasivedatarush.com" rel="nofollow">http://www.pervasivedatarush.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coutinho</title>
		<link>http://www.linux-mag.com/id/7220/#comment-6041</link>
		<dc:creator>coutinho</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7220/#comment-6041</guid>
		<description>As said in http://www.linux-mag.com/id/2292, MPI and OpenMP can have their limitations and should be replaced by something better.&lt;br /&gt;
&lt;br /&gt;
Maybe I am a being conservative here, but Java has some limitations to be accepted in HPC:&lt;br /&gt;
&lt;br /&gt;
There a lot of disbelief due to be a interpreted language. I know that most of the time JITs can achieve good performance, but they can&#039;t do heavy optimizations. Perhaps if someone make a vectorizing JIT, people will take Java more seriously.&lt;br /&gt;
&lt;br /&gt;
Sometimes explicit memory management can achieve huge impact on performance.&lt;br /&gt;
In this paper they show that a GC program runs as fast as explicit managed memory if the machine had three times more memory [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.61.9682]. Most people wold think &quot;ok, just buy more memory&quot;, but HPC people think &quot;Given a cluster with X GB of memory, what is the speedup if I use explicit managed memory?&quot;</description>
		<content:encoded><![CDATA[<p>As said in <a href="http://www.linux-mag.com/id/2292" rel="nofollow">http://www.linux-mag.com/id/2292</a>, MPI and OpenMP can have their limitations and should be replaced by something better.</p>
<p>Maybe I am a being conservative here, but Java has some limitations to be accepted in HPC:</p>
<p>There a lot of disbelief due to be a interpreted language. I know that most of the time JITs can achieve good performance, but they can&#8217;t do heavy optimizations. Perhaps if someone make a vectorizing JIT, people will take Java more seriously.</p>
<p>Sometimes explicit memory management can achieve huge impact on performance.<br />
In this paper they show that a GC program runs as fast as explicit managed memory if the machine had three times more memory [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.61.9682]. Most people wold think &#8220;ok, just buy more memory&#8221;, but HPC people think &#8220;Given a cluster with X GB of memory, what is the speedup if I use explicit managed memory?&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>