<?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: Beowulf or Mosix &#8211; solving the parking lot problem through simulation</title>
	<atom:link href="http://healyourchurchwebsite.com/2005/03/20/beowulf-or-mosix-solving-the-parking-lot-problem-through-simulation/feed/" rel="self" type="application/rss+xml" />
	<link>http://healyourchurchwebsite.com/2005/03/20/beowulf-or-mosix-solving-the-parking-lot-problem-through-simulation/</link>
	<description>Teaching, rebuking, correcting &#38; training in righteous web design.</description>
	<lastBuildDate>Wed, 17 Mar 2010 01:14:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Docs.Rage.Net</title>
		<link>http://healyourchurchwebsite.com/2005/03/20/beowulf-or-mosix-solving-the-parking-lot-problem-through-simulation/comment-page-1/#comment-2487</link>
		<dc:creator>Docs.Rage.Net</dc:creator>
		<pubDate>Mon, 30 May 2005 07:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2005/03/20/beowulf-or-mosix-solving-the-parking-lot-problem-through-simulation#comment-2487</guid>
		<description>&lt;strong&gt;Docs.Rage.NET: /howto/korean/Beowulf-HOWTO.html&lt;/strong&gt;

This was suggested as being relevant by a visitor.
</description>
		<content:encoded><![CDATA[<p><strong>Docs.Rage.NET: /howto/korean/Beowulf-HOWTO.html</strong></p>
<p>This was suggested as being relevant by a visitor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hobson</title>
		<link>http://healyourchurchwebsite.com/2005/03/20/beowulf-or-mosix-solving-the-parking-lot-problem-through-simulation/comment-page-1/#comment-2486</link>
		<dc:creator>Kevin Hobson</dc:creator>
		<pubDate>Tue, 22 Mar 2005 07:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2005/03/20/beowulf-or-mosix-solving-the-parking-lot-problem-through-simulation#comment-2486</guid>
		<description>I know I may be treading into Proverbs 30 territory (give, give), but...

If someone does happen to develop an open source church resource management application, I would sure love to see volunteer management added to the mix. And here&#039;s the kicker: when your volunteers are working in the nursery (where there is a requirement for adult to children ratios based on the age group) and some are parents who want to be in the same room as their child or are a husband and wife and they want to specifically share time, or specifically not share time (one or the other is with their own children) or one is in the choir which blocks out the beginning of both services, etc. Anyway, there&#039;s a combinatorial nightmare for you I have yet to find an application to address.</description>
		<content:encoded><![CDATA[<p>I know I may be treading into <a href="http://www.gnpcb.org/esv/search/?go=Go&amp;q=Proverbs+30" class="bibleref" title="ESV Proverbs 30">Proverbs 30</a> territory (give, give), but&#8230;</p>
<p>If someone does happen to develop an open source church resource management application, I would sure love to see volunteer management added to the mix. And here&#8217;s the kicker: when your volunteers are working in the nursery (where there is a requirement for adult to children ratios based on the age group) and some are parents who want to be in the same room as their child or are a husband and wife and they want to specifically share time, or specifically not share time (one or the other is with their own children) or one is in the choir which blocks out the beginning of both services, etc. Anyway, there&#8217;s a combinatorial nightmare for you I have yet to find an application to address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Carnahan</title>
		<link>http://healyourchurchwebsite.com/2005/03/20/beowulf-or-mosix-solving-the-parking-lot-problem-through-simulation/comment-page-1/#comment-2485</link>
		<dc:creator>Ted Carnahan</dc:creator>
		<pubDate>Mon, 21 Mar 2005 04:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2005/03/20/beowulf-or-mosix-solving-the-parking-lot-problem-through-simulation#comment-2485</guid>
		<description>I strongly recommend the Bootable Cluster CD.  It can be burned on a business card CD, carries MPICH and LAM (the two leading open-source MPI (Message Passing Interface) distributions), boots very quickly, is lightweight, etc.  It doesn&#039;t have as much &quot;stuff&quot; as ClusterKnoppix or the like, and it&#039;s not a single system image like Mosix, but as far as using the resources most efficiently, it&#039;s quite nice.

Having done a little high-performance computing (primarily for chemistry), the biggest bottleneck for networks of this sort is communications latency.  That&#039;s why the big Origin and Altix supercomputers (and even home-grown solutions using Myrinet) specialize in being low-latency.  It won&#039;t matter for &quot;loosely-coupled&quot; problems, but for anything &quot;tightly-coupled&quot; (i.e. requiring a lot of data exchange) latency is the bottleneck, and unless you&#039;re using a LOT of cpus, it&#039;s a waste to even start programming in parallel.

Nowadays, Sun Microsystems and IBM are rolling out pay-as-you-go supercomputing, with fairly low cost per Service Unit (typically a single CPU for an hour, costing ~ $0.80 to $1.00).  This is more likely for serious problem solving, but is unlikely to be available to smaller buyers for several years.

Something else to remember - computers use electricity and require cooling. :)

Okay, practicality aside, I LOVE the idea of having my own cluster.  It&#039;s a tremendous feeling to control that much computing power.  I&#039;ll never forget when I first logged in interactively on an Altix system, typed &quot;top&quot; and got 64 lines of CPU summary.  It was sweet.  I geek out on that sort of thing. :)

For small projects of this sort, the bootable cluster CD type projects are the way to go.  I really love that flexibility.  Anyway, enough rambling.</description>
		<content:encoded><![CDATA[<p>I strongly recommend the Bootable Cluster CD.  It can be burned on a business card CD, carries MPICH and LAM (the two leading open-source MPI (Message Passing Interface) distributions), boots very quickly, is lightweight, etc.  It doesn&#8217;t have as much &#8220;stuff&#8221; as ClusterKnoppix or the like, and it&#8217;s not a single system image like Mosix, but as far as using the resources most efficiently, it&#8217;s quite nice.</p>
<p>Having done a little high-performance computing (primarily for chemistry), the biggest bottleneck for networks of this sort is communications latency.  That&#8217;s why the big Origin and Altix supercomputers (and even home-grown solutions using Myrinet) specialize in being low-latency.  It won&#8217;t matter for &#8220;loosely-coupled&#8221; problems, but for anything &#8220;tightly-coupled&#8221; (i.e. requiring a lot of data exchange) latency is the bottleneck, and unless you&#8217;re using a LOT of cpus, it&#8217;s a waste to even start programming in parallel.</p>
<p>Nowadays, Sun Microsystems and IBM are rolling out pay-as-you-go supercomputing, with fairly low cost per Service Unit (typically a single CPU for an hour, costing ~ $0.80 to $1.00).  This is more likely for serious problem solving, but is unlikely to be available to smaller buyers for several years.</p>
<p>Something else to remember &#8211; computers use electricity and require cooling. <img src='http://healyourchurchwebsite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Okay, practicality aside, I LOVE the idea of having my own cluster.  It&#8217;s a tremendous feeling to control that much computing power.  I&#8217;ll never forget when I first logged in interactively on an Altix system, typed &#8220;top&#8221; and got 64 lines of CPU summary.  It was sweet.  I geek out on that sort of thing. <img src='http://healyourchurchwebsite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For small projects of this sort, the bootable cluster CD type projects are the way to go.  I really love that flexibility.  Anyway, enough rambling.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->