Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Answers About The New NOAA Massive Linux Cluster

Posted by Roblimo on Thu Jun 01, 2000 11:00 AM
from the scaling-scaling-over-the-bounding-network dept.
On May 23 we requested questions for Greg Lindahl, chief designer of the new NOAA Forecast Systems Laboratories massive Alpha Linux Cluster. Here are his answers. Fascinating stuff for people interested in big-time parallel computing.

Who Else?
(Score:4, Insightful)
by Alarmist

You've built a large cluster of machines on a relatively pea-sized budget.

Are other government agencies going to duplicate your work? Have they already? If so, for what purposes?

Greg:

There are a lot of government agencies building large clusters, such as the Department of Energy's Sandia National Lab, which has the 800+ processor CPlant cluster today, with another 1,400 processors on the way. Like FSL, they use their cluster for scientific computing. The well-known Beowulf clusters started within NASA, another U.S. government agency.

However, the Forecast Systems Lab (FSL) system is a bit different from these other clusters: it's intended to be a production-quality "turn key" supercomputer, and it contains all the things supercomputer users are used to, such as a huge robotic tape storage unit (70 terabytes of tapes), and a fast disk subsystem (a bandwidth of 200 megabytes/second.) The FSL system is also much more reliable than your average cluster -- in its first three months of operation, it was up 99.9% of the time. During that time we had quite a few hardware failures (due to a power supply problems), but no work was lost, because of our fault-tolerant software.

Beowulf in General
(Score:4, Interesting)
by BgJonson79

How do you think the new wave of Beowulf clusters will affect all of supercomputing, not just forecasting?

Greg:

The kinds of problems that scientists solve have different computational needs. In the mid 1970's, the most cost effective machine to use for just about any problem was a Cray supercomputer. These days, desktop PCs far are cheaper per operation than the "big iron", so that's why this interest in clusters has sprung up. The availability of production-quality commodity clusters like the FSL machine is a new development in the field.

IBM already sells IBM's idea of a commodity cluster; it uses IBM's RS/6000 business servers as building blocks. I think commodity clusters can deliver far more bang for the buck as an IBM SP supercomputer, but then again I am a cluster evangelist.

In the beginning...
(Score:5, Interesting)
by zpengo

How did you come to be the project's chief designer? I'm curious to know the background of anyone who gets to work on such an interesting project.

Greg:

Well, let's see: I'm a dropout from an Astronomy PhD, and for fun I dress up in funny clothes (I'm the one in yellow) and play the hurdy gurdy. I've only taken one computer science class since I started college. I assure you that you're never going to meet anyone much like me in this field.

Seriously, I've worked in scientific computing for quite a while, and I've had a chance to work with a lot of people and learn from them. I was also helped quite a bit learning about distributed systems while working on IRC and later, the Legion distributed operating system. The art of designing a system like this is understanding the customer's needs, understanding what solutions are possible, and understanding what can actually be delivered, be made reliable, and hit the budget.

In addition, it's worth pointing out what this sort of project involves. Most of the interesting development parts are done by other people. Compaq designed the Alpha processor, and they and legions of Linux hackers provided Linux on the Alpha. Compaq supplied their extremely good compilers (FSL mostly uses Fortran.) Myricom supplied the interconnect and an MPI message-passing library which was optimized for their interconnect. HPTi provided the software glue that turned all this into a complete, fault-tolerant system. Without all these great building blocks, we would never have been able to produce this system.

The Future of the Control Software
(Score:5, Interesting)
by PacketMaster

I built a Beowulf-style cluster this past semester in college for independent study. One of the biggest hurdles we had was picking out a message passing interface such as MPI or PVM. Configuring across multiple platforms was then even worse (we had a mixture of old Intels, SunSparcs and IBM RS/6000's). What do you see in the future for these interfaces in terms of setup and usage and will cross-platform clusters become easier to install and configure in the future?

Greg:

We provided an easy-to-use set of administrator tools so that the Forecast Systems Lab (FSL) cluster can be administered as if it were a single computer. This is a fairly difficult to do if you have a big mix of equipment, but the FSL system will never become that complex. There's already been a lot of development of programs for administering large clusters of machines; they just tend to not get used by other people. I'll admit that I'm part of that problem; I took some nice ideas from other people's tools, added some of my own, and re-invented the wheel slightly differently from everyone else.

Beowulf Alternatives?
(Score:5, Interesting)
by vvulfe

Before deciding on a Beowulf clusters, what different options did you explore (Cray? IBM?), and what motivated you to choose the Beowulf System?

Additionally, to what would you compare the system that you are planning to build, as far as computing power is concerned?

Greg:

The company I work for, HPTi, is actually a systems integrator, so we didn't decide to go out and build our own solution until we had checked out the competition and thought they didn't have the right answer. For the computational core of the system, Alpha and Myrinet were much more cost effective than the Cray SV-1, the IBM SP, and the SGI O2000. A more cost-effective machine gives the customer more bang for their buck.

I'd compare the system that we built to the IBM SP or the Cray T3E, as far as computing power is concerned. Both are mostly programmed using the same MPI programming model that FSL uses, which is the main programming model that we support on our clusters.

Biggest whack in the head?
(Score:5, Insightful)
by technos

Having built a few small ones, I got to know quite a bit about Linux clusters, and about programming for them. Therefore, this question has nothing to with clusters.

What was the biggest 'WTF was I thinking' on this project? I'd imagine there was a fair amount of lateral space allowed to the designers, and freedom to design also means freedom to screw up.

Greg:

We actually didn't make that many mistakes in the design. We had some wrong guesses about when certain technology was going to be delivered -- the CentraVision filesystem (more about that below) for Linux arrived late, and we had to work with Myrinet to shake out some bugs in their new interconnect hardware and software. Our biggest problem with our stuff was actually getting the ethernet/ATM switches from Fore Systems to talk to each other!

Imagine ...
(Score:4, Interesting)
by (void*)

... a beowulf of these babies - oh wait! :-)

Seriously, what was the most challenging of maintenance tasks you had to undertake? Do you anticipate that a trade off point where the number of machines makes maintenance impossible? Do you have any pearls of wisdom for those of us just involved in the initial design of such clusters, so that maintaining it in the future is less painful?

Greg:

Hardware maintenance of the FSL machine actually isn't hard at all. If a computational node fails, we have a fault tolerance daemon which removes the failed node from the system and restarts the parallel job that was using that node. The physical maintenance of a few hundred machines actually isn't so bad; these Alphas came with three-year on-site service from Compaq. (Hi, Steve!)

More interesting than hardware maintenance is software maintenance. You can imagine how awful it would be to install and upgrade 276 machines one by one. Instead, we have an automated system that allows the system admin to simultaneously administer all the machines. We suspect that these tools could scale to thousands of nodes; after all, they're just parallel programs, like the weather applications that the machine runs.

Question about maintenance.
(Score:5, Interesting)
by Legolas-Greenleaf

A major problem with using a beowulf cluster over a single supercomputer is that you now have to administer many computers instead of just one. Additionally, if something is failing/misbehaving/etc., you have to determine which part of the cluster is doing it. I'm interested a] how much of a problem this is over a traditional single machine supercomputer, b] why you chose the beowulf over a single machine considering this factor, and c] how you'll keep this problem to a minimum.

Besides that, best of luck, and I can't wait to see the final product. ;^)

Greg:

You haven't described a problem, you've described a feature.

We've provided software that allows administration of the cluster as if it was one machine, not many. This software also allows FSL to test new software on a portion of the machine, instead of taking the whole thing down. The software on the machine can also be upgraded while the machine is running, instead of requiring downtime.

Since the hardware is fairly simple, it's actually quite easy to find a misbehaving piece of hardware. And in this kind of system, a hardware failure only takes out a small portion of the machine.

For example, on an SGI O2000 or similar large shared-memory computer, a single CPU or RAM chip failure takes out the entire machine. The interconnect on an O2000 is not self-healing like the interconnect we used, Myrinet. These features make a cluster more reliable than a "single machine".

Why alpha?
(Score:5, Insightful)
by crow

Why did you choose Alpha processors for the individual nodes? Why not something cheaper with more nodes, or something more expensive with fewer nodes? What other configurations did you consider, and why weren't they as good?

Greg:

We did a lot of benchmarking before settling on Alphas for this particular system -- in general we're processor agnostic, happily using whatever gives the highest performance for each customer. We could have bought more nodes if we had gone with Intel or AMD, but the total performance would have been much lower for this customer.

The Future of Scientific Programming?
(Score:5, Interesting)
by Matt Gleeson

The raw performance of the hardware being used for scientific and parallel programming has improved by leaps and bounds in the past 10-20 years. However, most folks still program these supercomputers much the same way they did in the 80's: Unix, Fortran, explicit message passing, etc.

You have worked in research with Legion and in industry at HPTi. Do you think there is hope for some radical new programming technology that makes clusters easier for scientists to use?

If so, what do you think the cluster programming environment of tomorrow might look like?

Greg:

Actually, in the end of the 1980's, Unix was new in the supercomputing scene, and most sites still used vector machines. It's only in the 1990s that microprocessors and MPI message-passing have become big winners. And that's because of price-performance, not because it's easier to use than automatic vectorizing compilers. Ease of use for supercomputers reached its peak around 1989.

I do think there's hope of new approaches, however. One great example is the SMS software system developed at FSL. This software system is devoted to make it easy to write weather-forecasting style codes, and involves adding just a few extra lines of source code to parallelize a previously serial program. The result can sometimes efficiently scale to hundreds of processors, still can run on only one processor, and FSL has enough experience with non-parallel-programming users to know that they can change working programs and end up with a working program. (If you've ever heard of HPF, then this is somewhat like HPF, except it actually works.)

Today, the best programming environments are ones that hide message-passing, either in specialized library routines or using a preprocessor approach like SMS. By the way, Legion allows you to program distributed objects with minimal source code changes. I expect more of the same thing in the future.

My crystal ball isn't good enough to tell me what the next revolutionary change will be. I'm actually pretty happy with the evolutionary changes I've seen recently.

Job management
(Score:4, Interesting)
by gcoates

One of the weaknesses for beowulfs seems to me to be a lack of decent (job) management software. How do you split the clusters resources? Do you run one large simulation on all the CPUs, or do you run 2 or 3 jobs on 1/2 or 1/3 of the available CPUs?

Is there provision for shifting jobs onto different nodes if one of them dies during a run?

Greg:

We use the PBS batch system to manage jobs; it handles splitting the cluster resources among the jobs. At FSL, there are typically 10+ jobs running at the same time; the average job uses around 16 out of the 264 compute nodes.

If a compute node dies during a run, a HPTi-written reliability daemon marks the dead node as "off-line" and restarts the job. The user never knows there was a failure.

Weather forecasting in general.
(Score:5, Interesting)
by Matt2000

Ok, a two parter:

As I understood it weather models are a fairly hard thing to paralleliz (how the hell do you spell that?) because of the interdependence of pieces of the model. This would seem to me to make a Beowulf cluster a tough choice as it's inter-CPU bandwidth is pretty low right? And that's why I thought most weather prediction places chose high end super-computers because of their custom and expensive inter-CPU I/O?

Greg:

Weather models are moderately hard to parallelize; in order to process the weather in a given location, you need to know about the weather to the north, south, east, and west. For large numbers of processors, this does require more bandwidth than fast ethernet provides, and that's why we used the Myrinet interconnect, which provides gigabit bandwidth, and which scales to thousands of nodes with high bisection bandwidth, unlike gigabit ethernet.

As far as disk I/O goes, yes, most clusters are fairly weak at disk I/O compared to traditional supercomputers from Cray. We are using the CentraVision filesystem from ADIC along with fibre channel RAID controllers and disks. This is more expensive than normal SCSI or IDE disks, but provides much, much greater bandwidth for our shared filesystem.

Second part: Is weather prediction getting any better? Everything I've read about dynamic systems says that prediction past a certain level of detail or timeframe is impossible. Is that true?

Greg:

The quality of a weather prediction depends on a lot of things: the quality of the input data, which has gotten a lot better with the new satellites and other data collection systems recently deployed; the speed of the computer used to run the prediction; the quality of the physics algorithms used in the program, which have to get better and better as the resolution gets finer and finer; and the expertise of the human forecaster who interprets what comes out of the machine. All of these areas have limits, and that's why forecasts have limits.

What about a dnet type client?
(Score:5, Interesting)
by x0

I am curious as to whether (no pun intended...:)) or not you have ever done any testing to see if a distributed.net type environment would be useful for your type of work?

It seems to me that there are more than a few people who are willing to donate spare cpu cycles for various projects. At a minimum. you could concentrate on the client side binaries and not worry as mouch about hardware issues.

Greg:

Most supercomputers, like the FSL system, are in use 100% of the time doing real work. The biggest provider of cycles to distributed.net are desktop machines, which aren't used most of the time. Running distributed.net type problems on the FSL cluster is a bit of a waste, since the FSL cluster has a lot more bandwidth than distributed.net needs.

---------------

In closing, I'd like to thank Slashdot for interviewing me, and I'd like to point out that I got first post on my own interview -- perhaps the only time that this will ever happen in the history of the Universe?

This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Problem is interconnect by Anonymous Coward (Score:1) Thursday June 01 2000, @06:35AM
  • Re:CentraVision's license? by Anonymous Coward (Score:1) Thursday June 01 2000, @08:20AM
  • Proof, please? (Re:Alphas suck - use PowerPC...) by Troy Baer (Score:1) Friday June 02 2000, @07:10AM
  • Cluster Management software? by gjohnson (Score:1) Thursday June 01 2000, @10:12AM
  • Forget it man... by marcus (Score:1) Thursday June 01 2000, @08:28AM
  • Re:What type of cluster is the best for huge datab by cblack (Score:1) Thursday June 01 2000, @09:23AM
  • Last question backwards? by Single GNU Theory (Score:1) Thursday June 01 2000, @06:52AM
  • Re:Last question backwards? by Single GNU Theory (Score:1) Thursday June 01 2000, @06:56AM
  • PBS batch system registration bullshit by Kludge (Score:1) Friday June 02 2000, @07:14AM
  • What type of cluster is the best for huge database by PiotrK (Score:1) Thursday June 01 2000, @08:07AM
  • Re:Checkpoint/restart by Dhrakar (Score:1) Thursday June 01 2000, @08:36AM
  • Checkpoint/restart by Dhrakar (Score:1) Thursday June 01 2000, @07:10AM
  • Re:Good answer for the distributed.net question by cweber (Score:1) Thursday June 01 2000, @09:35AM
  • alpha processor by quark2universe (Score:1) Thursday June 01 2000, @06:49AM
  • Re:Good answer for the distributed.net question by jovlinger (Score:1) Thursday June 01 2000, @08:27AM
  • Imagine by tak amalak (Score:1) Thursday June 01 2000, @06:03AM
  • Shame about that last question. by ZahrGnosis (Score:1) Thursday June 01 2000, @06:44AM
  • Re:Shame about that last question. by palop (Score:1) Thursday June 01 2000, @06:49AM
  • Re:Strange answer to distributed.net question. by jhines (Score:1) Thursday June 01 2000, @07:07AM
  • Re:Imagine by jheinen (Score:1) Thursday June 01 2000, @09:26AM
  • Everything's just fine and dandy? by graniteMonkey (Score:1) Thursday June 01 2000, @09:53AM
  • Re:Imagine by randombit (Score:1) Thursday June 01 2000, @08:30AM
  • Re:Pretty cool by harhar (Score:1) Thursday June 01 2000, @08:30AM
  • Kudos to Greg... by kjeldar (Score:1) Thursday June 01 2000, @12:39PM
  • A definite NO by bak6926 (Score:1) Thursday June 01 2000, @06:49AM
  • Re:Good answer for the distributed.net question by RobL3 (Score:1) Thursday June 01 2000, @07:12AM
  • Re:Wardrobe predictions by WhiskeyJack (Score:1) Thursday June 01 2000, @07:49AM
  • Re:Wardrobe predictions by carlos_benj (Score:1) Thursday June 01 2000, @01:19PM
  • Re:Wardrobe predictions by carlos_benj (Score:1) Friday June 02 2000, @04:20AM
  • Re:Wardrobe predictions by carlos_benj (Score:1) Friday June 02 2000, @04:46AM
  • a d-net rc5-64 benchmark would have been nice by Sonicboom (Score:1) Thursday June 01 2000, @07:07AM
  • Re:CentraVision's license? by cyber-vandal (Score:1) Thursday June 01 2000, @09:34AM
  • Re:Forget it man... by chowda (Score:1) Thursday June 01 2000, @08:50AM
  • I'm so glad by AntiPasto (Score:1) Thursday June 01 2000, @06:41AM
  • Re:yeah yeah yeah... but what about Q3 fps by Doobeh (Score:1) Thursday June 01 2000, @06:56AM
  • Re:Forget it man... by LegacyMan (Score:1) Thursday June 01 2000, @09:47AM
  • Pretty cool by macx666 (Score:1) Thursday June 01 2000, @06:06AM
  • Re:Your freedom ends... by Allan Cox (Score:1) Thursday June 01 2000, @07:35AM
  • Haiku by 575 (Score:1) Thursday June 01 2000, @12:54PM
  • Windows weather prediction software by Anonymous Coward (Score:2) Thursday June 01 2000, @06:20AM
  • Re:GNU licensed batch system by Troy Baer (Score:2) Thursday June 01 2000, @09:41AM
  • Re:Another Astronomer Seduced By Computers... by szyzyg (Score:2) Friday June 09 2000, @03:26AM
  • Re:Imagine by jnazario (Score:2) Thursday June 01 2000, @06:43AM
  • 1/2 Offtopic: What happend to Project "Übermensch" by Hanno (Score:2) Thursday June 01 2000, @06:33AM
  • That last question... by Bad Mojo (Score:2) Thursday June 01 2000, @06:22AM
  • Re:Everything's just fine and dandy? by earlytime (Score:2) Thursday June 01 2000, @06:24PM
  • BUT... they're talking Monte Carlo methods by Richard Mills (Score:2) Thursday June 01 2000, @08:01AM
  • Re:CentraVision's license? by Greg Lindahl (Score:2) Thursday June 01 2000, @08:33AM
  • Re:Wardrobe predictions by Greg Lindahl (Score:2) Friday June 02 2000, @04:51AM
  • He misunderstood the last question... by Jay Tarbox (Score:2) Thursday June 01 2000, @06:31AM
  • Re:Cluster communication question by soldack (Score:2) Saturday June 03 2000, @12:38PM
  • Cluster communication question by soldack (Score:2) Thursday June 01 2000, @07:09AM
  • Good answer for the distributed.net question by SetupWeasel (Score:2) Thursday June 01 2000, @06:58AM
  • Re:yeah yeah yeah... but what about Q3 fps by norton_I (Score:2) Thursday June 01 2000, @08:22AM
  • Re:Checkpoint/restart by technos (Score:2) Thursday June 01 2000, @07:20AM
  • Re:Another Astronomer Seduced By Computers... by tjwhaynes (Score:2) Thursday June 01 2000, @08:31AM
  • Re:Pretty cool by ZipperHead99 (Score:2) Thursday June 01 2000, @06:12AM
  • Speaking of complex systems.... by chowda (Score:2) Thursday June 01 2000, @06:25AM
  • Detailed Specifications by LaNMaN2000 (Score:2) Thursday June 01 2000, @06:25AM
  • by szyzyg (7313) on Thursday June 01 2000, @06:50AM (#1033332)
    Here's me trying to complete my Astronomy PhD while working for a silicon valley internet music company...

    Don't ask me how an astronomer ends up coding Icecast and Liveice, it just sort of happened. The best thing about this isn't the money, it's the fact the myplay.winamp.com is based on icecast - this is a week after nullsoft banned icecast servers from shoutcast.com.

    ;-)
  • by Greg Lindahl (37568) on Thursday June 01 2000, @07:14AM (#1033333) Homepage

    A yellow dress?! Those are pluderhosen, not a dress. Pants. With pockets. Worn by manly Elizabethan men, who carry sharp pointy sticks to poke people who accuse them of wearing dresses.

    Hurdy gurdys aren't the same as organ grinders. I don't think monkeys were a part of the act in the 16th century.

  • by Greg Lindahl (37568) on Thursday June 01 2000, @06:27AM (#1033334) Homepage
    No. As I pointed out, weather codes require a fair amount of bandwidth, much more than that's available in a distributed.net situation. In addition, most weather codes assume that they're running on a uniform machine, so they'd have load-balancing problems if run on a distributed.net type system.

  • by Greg Lindahl (37568) on Thursday June 01 2000, @07:21AM (#1033335) Homepage

    A PCI bridge would itself pretty much be a network. Myrinet is a great interconnect and is probably much better than any big PCI bridge that you could come out with. The new InfiniBand specification allows bridging of the successor to PCI, but I suspect Myrinet's successor is going to be a better interconnect by the time InfiniBand machines are available.

    This system does run regular software without recompiling. It just doesn't use a lot of CPUs for simultaneous compute unless you change the code to use MPI. But they can access the shared storage at high speeds without any change, and they can get farmed out to separate CPUs without any change.

  • by Greg Lindahl (37568) on Thursday June 01 2000, @07:28AM (#1033336) Homepage

    The first answer to your question is that we never have scheduled maintenance. Since the machine isn't monolithic, we can repair most parts while it's live.

    This machine is nothing like the SGI SN-IA architecture. SN-IA is still shared memory, and has a significantly faster network (which is far less scalable and far more expensive). Whenever you share memory, you share failures.

    We did provide a user-level checkpoint feature to FSL, but it requires the user to modify their program. Kernel-level checkpoint is on our list of things to do. It's not that hard for single processes -- Condor does it, for example -- but it's fairly tough for programs that use MPI and run in parallel.

  • by Greg Lindahl (37568) on Thursday June 01 2000, @07:31AM (#1033337) Homepage

    CentraVision is a traditional proprietary product.

    All they've released for Linux so far is a client, which is a kernel module. I'm not sure if they're going to release the metadata server for Linux.

  • by Greg Lindahl (37568) on Thursday June 01 2000, @06:42AM (#1033338) Homepage

    They tell me that the first external users (20% of the machine) are going to be ocean modelers. But I think the FSL guys would disagree that it's far more interesting... all of these guys are pretty fanatical about what they do!

  • by Durinia (72612) on Thursday June 01 2000, @12:23PM (#1033339) Homepage
    Clank! You took a good shot, but unfortunately the network latency gods put a lid on the basket.

    The only problems that the distributed.net/SETI@Home model works for have a maximum grand total of two (2) total communications per node. Transmission of the original data set(sometimes just a range of data) and after a long computation a return transmission of the results. You can send a large size block to each processor and then let it compute for a long time without any communication.

    Lets do a little math. The ping time from my workstation to the distributed.net server varies around 80 ms (round trip). I'm going to exaggerate (a lot!) and say it has a 500 MHz processor. If it can make a mathematical calculation every 2 cycles or so, thats one every 4 ns.

    A good example here may be a scientific time-dependant model, where calculations are made for a time segment, and then the processors all report their results to the other processors as needed for their calculations in the next segment. So, the 80ms of LATENCY (not counting the actual transmission of the data!) is 20,000 times the time for one ALU op. It would be nice if we could compute during this huge latency time, but we can't without the data produced by the neighboring nodes. Even if the program does 1000 ops per segment, there is at least a 20x overhead of communication over the entire program. Then take into account that data has to be sent back to the node by several others (which aren't synchronized) and the complexity of routing all the results to the right nodes, and you can see that it might just be faster if you forget the network and let my workstation run it alone.

    The reason people still buy "big iron" is not because they've never heard of distributed processing. The Cray T3E (my favorite!) is really just a distributed computer, itself. It uses commodity 300-600 MHz Alpha processors. People like it because its interconnect latency is over 10000 times faster, and it does all the routing for you. Not to mention it comes with optimized libraries and great service.

  • by RobL3 (126711) on Thursday June 01 2000, @06:21AM (#1033340)
    The question:
    I am curious as to whether (no pun intended...:)) or not you have ever done any testing to see if a distributed.net type environment would be useful for your type of work?
    The answer:
    SNIP
    Running distributed.net type problems on the FSL cluster is a bit of a waste...
    SNIP

    I think Greg's answer to this question, i.e. not understanding that the question was about running simulations outside of his cluster, is indicative of the "we've got to run our jobs on somthing that sits in a big air-conditioned room on our site" mentality. Once people start to realize the potential that gazillions of unused processor cycles represent, we'll start to see incentives and advertising designed to lure people to donate thier cycles to one project or another.
    Of course then, only the cool, "pretty" projects will get attention.
  • by Greg Lindahl (37568) on Thursday June 01 2000, @06:37AM (#1033341) Homepage
    I think Greg's answer to this question, i.e. not understanding that the question was about running simulations outside of his cluster, is indicative of the "we've got to run our jobs on somthing that sits in a big air-conditioned room on our site" mentality.
    You must be a great mind-reader.

    No, I don't have a "big air-conditioned room" mentality. In fact, Legion is capable of harvesting unused processor cycles in a much more sophisticated fashion than distributed.net. However, weather forecasting needs too much bandwidth. You have to consider problems on a case-by-case basis for such a low-bandwidth system; most traditional supercomputer problems aren't appropriate.

    This doesn't mean I think distributed.net isn't cool -- it's very cool, light-weight, and it gets its job done. It shouldn't be a surprise that it can't solve every problem.