Slashdot Mirror


Supercomputing: Raw Power vs. Massive Storage

securitas writes "The NY Times reports that a pair of Microsoft researchers are challenging the federal policy on funding supercomputers. Gordon Bell and Jim Gray argue that the money would be better spent on massive storage instead of ultra-fast computers because they believe today's supercomputing centers will be tomorrow's superdata centers. They advocate building cheap Linux-based Beowulf clusters (PCs in parallel) instead of supercomputers." NYTimes free reg blah blah.

33 of 346 comments (clear)

  1. Ny Times free reg?! by krisp · · Score: 5, Informative

    No Registration Required

    Just use the google link!

    1. Re:Ny Times free reg?! by Anonymous Coward · · Score: 5, Funny

      The problem with the New York Times is that they require more authentication from their readers than from their sources.

      Heh, even with the Google hack.

  2. Microsoft recommending Linux Beowolf cluster? by seangw · · Score: 5, Funny

    Brings a tear to my eye... life is good.

    1. Re:Microsoft recommending Linux Beowolf cluster? by TopShelf · · Score: 4, Interesting

      You're right, this could be more about impeding Sun and IBM than anything else, but I don't seem them recommending this as a one-size-fits-all deal - rather, they're making the case that clusters should be pursued over supercomputers for the data-intensive number crunching activities like nuclear explosion modeling, etc.

      --
      Stop by my site where I write about ERP systems & more
    2. Re:Microsoft recommending Linux Beowolf cluster? by Bad+Dude · · Score: 4, Informative

      By rewriting existing scientific programs, they say, researchers will be able to get powerful computing from inexpensive clusters of personal computers that are running the free Linux software operating system

      That's pretty clearly mentioning Linux.

    3. Re:Microsoft recommending Linux Beowolf cluster? by swordgeek · · Score: 5, Insightful

      In a word, Bullshit.

      These are not MS evangelists we're talking about here. Gordon Bell and Jim Gray know a 'thing or two' about high-performance computing.

      If these guys weren't able to speak their minds on technical matters entirely without retribution from Bill and Steve, they wouldn't be at MS at all. They don't have to be. They CERTAINLY don't have to tow the party line and recommend the flavour of the week, because it messes with the latest Sun/IBM/HP/Linux/Mac threat.

      Now if you actually look at the statement these guys are making and examine it based on their history, they've got a very good point. They're not talking even remotely about 'one-size-fits-all' systems--they're talking about the future of cutting-edge research.

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    4. Re:Microsoft recommending Linux Beowolf cluster? by sql*kitten · · Score: 5, Insightful

      they're making the case that clusters should be pursued over supercomputers for the data-intensive number crunching activities like nuclear explosion modeling, etc.

      I doubt it. You can only use a "cluster" like a Beowulf if your problem can neatly be divided into small, completely independent work units. If you want to render a movie, then so long as you have all the scene data, each frame can be rendered completely independently of any other, then stitched together at the end.

      Try using a Beowulf-style cluster for a CFD problem, and watch as all computation grinds to a halt as your processors and interconnects devote all their capacity to inter-node coherency and synchronization. You need a traditional supercomputer like an SGI Origin for jobs like that, because of its massive internal bandwidth.

      There is absolutely no danger of Beowulfs killing off the supercomputer in the near future. In fact, the supercomputer market is looking pretty healthy.

    5. Re:Microsoft recommending Linux Beowolf cluster? by cvdwl · · Score: 5, Interesting
      "Try using a Beowulf-style cluster for a CFD problem, and watch as all computation grinds to a halt as your processors and interconnects devote all their capacity to inter-node coherency and synchronization."

      B...S...; we use a small Beowulf (16 dual 1 GHz PIII boards with a fast ethernet backplane from PSSC) for oceanic numerical modeling and the problem scaled almost perfectly with number of processors.

      Our models are 3-dimensional, but sudivision and message passing takes place only in the horizontal two-D direction. And message passing only needs to account for the boundary nodes.

      Ease of use is a bit of a larger issue, however. For convenience sake I usually end up running at home on the dual Athlon and then doing big runs and batch jobs on the Beowulf.

      --
      ... grumble, grumble, grumble, mutter, mutter, Millenium... Hand... Shrimp, I tol' 'em, I tol' 'em.
  3. I'm Sorry... by GTRacer · · Score: 4, Funny
    ...But did you say a pair of Microsofties was advocating the use of Linux Beowulfs for research?

    My calendar says June 2nd. What does yours say?

    GTRacer
    - ? slooF lirpA

    --
    Defending IP by destroying access to it? That makes sense, RIAA/MPAA. Go to the corner until you can play nice!
  4. Bell and Gray not just MS researchers... by soboroff · · Score: 5, Informative

    Gordon Bell and Jim Gray are not just "a pair of Microsoft researchers". They are two of the biggest names in high-performance computing. Gordon Bell awards, anyone?

  5. They are so FIRED!!!!!! by FreeLinux · · Score: 5, Funny

    Just wait till Bill and Steve hear that their engineers are recommending Linux instead of Windows 2003 Server.

    1. Re:They are so FIRED!!!!!! by fobbman · · Score: 4, Funny

      They may have said Linux, but the request for massive amounts of storage give them away that they are wanting to run a Microsoft OS.

  6. Open to possibilities. by thirty-seven · · Score: 4, Interesting

    Its nice to see some MS researchers going against the perceived stereotype and being open in their suggestions like this.

    And I think they have a good point about massive memory being a very important part of computing advancement right now.

    --

    Atheism is a religion to the same extent that not collecting stamps is a hobby.

  7. Peanut clusters... by hoggoth · · Score: 5, Funny

    In an earlier story Microsoft researches recommended a Linux cluster. That story has been corrected. The Microsoft researchers recommend a hundreds of un-clustered Windows-XP servers. They claim they were eating Lea-Nuts brand PEANUT clusters at the time of the interview and were misquoted.

    --
    - For the complete works of Shakespeare: cat /dev/random (may take some time)
  8. Hrm by mingot · · Score: 5, Funny


    New York Times?

    MSFT'ers recommending Linux?

    I thought they fired that reporter who was making things up :)

  9. Nice by cultobill · · Score: 4, Insightful

    Cluster computing really is the future. Supercomputers are expensive, run wierd OSes (sometimes), and have infrasructure requirements. A cluster (I prefer OpenMosix, but Beowulf if you like) just requires fast ethernet or fibre.

    Plus, think of all the computers that go unused at night in places like school computer labs. All those free machines could, at night, join a cluster and do number crunching for researchers.

    --
    -- Bill "Houdini" Weiss
    1. Re:Nice by afidel · · Score: 5, Insightful

      Clusters suck for some problems. Weather prediction is one classic one, fluid dynamics is a whole class of problems that suck on loosly coupled clusters. Basically you need your message passing interface latency to be much faster than one your calculation cycle or you just spin your tires waiting for results from adjacent cells. If all problems mapped well to cluster of comodity PC's then I can guarentee that Linux would be on almost all of the TOP 500 supercomputers because the cost/MIP is a fraction of the big systems. Then I look at the real TOP500 and realize that the top cluster of commodity PC's is only at #7 and it is beat out by a factor of 7 by the NEC vector supercomputer in the number one slot even though the NEC only has twice as many CPU's. Even then they aren't using fast ethernet or even gig ethernet, they are using the high bandwidth low latency Quadrics interconnects. The two other clusters in the top20 are using Myrinet which is also high bandwidth, low latency, but once you add those kinds of interconnects they kind of stop being cheap off the shelf PC's, since the connect boards probably cost nearly as much as the boxes =)

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    2. Re:Nice by anzha · · Score: 5, Informative

      Mod this guy up. He's really telling the truth!

      Loosely coupled clusters like PDSF are great for work like what the high energy physics people do, like SNO.

      However, somethings work better on vector architectures such as climate models and fusion work: there is a reason why the Spanish Met troops bought a Cray. Additionally, some chemistry, many fusion and several other codes work best on vector architectures.

      There guys presented their global warming work where at my job. They've developed their climate code though as a parallel one. See here. One of the places that they have been running is on seaborg, an IBM RS/6000 with over 6k and near 7k processors.

      Interestingly, the PCM guys presented what they wanted for an uber'puter. While it had massive amounts of storage, it was also a 500 *PETAFLOP* SUSTAINED PERFORMANCE machine.

      *clickety clack* That'd be something like 166,666,666 Athlons. IDK of any interconnects that handle that. Can you imagine being an admin? Better hope you're good on rollerblades zipping to and fro replacing those oh-so-reliable commodity disks and CPUs...even if you have a .05% failure rate, that's still too damn much. As an admin, that'd be a huge waste of time. It'd also wreck havoc on the guys running stuff.

      Or is that what grad students are for? To attempt such a silly thing and then admin it? ;)

      Seriously tho. To get from here to their, we're going to need some exotic techs...not just more 'attack of the killer micros'.

      --
      Do you know why the road less traveled by is littered with the bones of the unwary?
  10. This isn't all sweetness and light by ArmorFiend · · Score: 5, Insightful

    There are lots of reasons to have really good bulk storage technology. But what's the killer app that's going to get the $10^9/year in government spending? Can you say "Domestic Surviellance" boys and girls? I knew you could!

  11. Partner = Slashdot by Zach+Garner · · Score: 5, Informative

    You could at least use partner=SLASHDOT

    1. Re:Partner = Slashdot by krisp · · Score: 5, Funny

      Hell, you could use partner=KETCHUP and it will still let you thorugh.

  12. I think they are right by Faizdog · · Score: 5, Insightful

    Look at the average Joe Schmoe, or even us uber-users, who really needs a 3+ GHz machine? Even some of the cornerstones of fast computing such as computational problem solving are being addressed by grid/cluster based solutions which typically don't use high end machines.

    I'm perfectly happy with my P3 800MHz, but I run out of hard drive space everyday.

    Cheap, YET RELIABLE high density storage solutions are still not readily available. I know we are now down to a $1 per Gig, but the average size of a user's file has increased now. Media (legal or otherwise), games, and other programs are chewing up hard drive space.

    There needs to be more research into trustworthy, lowcost high volume storage mediums.

    --
    -"Those who fought today will die tommorow."-
  13. Smart move. by abelikoff · · Score: 4, Insightful

    As much as I hate conspiracy theories and Microsoft bashing, this may be an extremely clever move. As of now, mainframe and supercomputing worlds are still relatively safe from commiditization. Unlike Linux, which is still virtually ireelevant on the desktop, mainframes and supercomputers are much bigger a piece to swallow for Microsoft. By recommending Linux clusters, Microsoft may actually be trying to establish commodity hardware in the world of supercomputing. The keyword here is hardware. Once clusters become ubiquitous, Microsoft will start aggresively pushing Windows 200X Server Cluster Edition, fighting an enemy it has already much experience with.

  14. I don't think that's what they said by jridley · · Score: 5, Insightful

    I think they're advocating spending the big bucks on data storage rather than on big iron.

    When they mention beowulfs, it's in the context that when researchers need the equivalent of a supercomputer, they can just build/use a beowulf cluster. What they can't do on their own is come up with petabyte storage facilities and the data in them.

    So what they're really advocating is spending money on storage; it doesn't say in the article what form that storage should take.

    The government may very well like this. They're going to need big data farms to support the TIA program. It takes a lot of space to remember what kind of toppings every person in the US likes on their pizza.

  15. Hell, if we're going to talk all SERIOUS and shit by Bold+Marauder · · Score: 5, Interesting

    You have to wonder why, all things seriously being equal, they don't recommend a *BSD-based solution instead of a Linux-based one. Esp given the near-equivalent functionality of the *BSDs, and the fact that MS has publicly endorsed the BSD license in the past, citing it as an superior alternative to the GNU License.

  16. They work in a Microsoft research facility... by fruey · · Score: 4, Interesting
    But that doesn't mean they have to push Windows solutions, since they're really more into a full on research program looking at computing theory, a level up from the "let's bash MS about their desktop and server dominance strategies" - both these guys have long histories in the Internet and networking and clustering, worked on PDP-10s and their ancestors, etc.

    From the MS site, the Bay Area Research Center is "... a small Microsoft Research group located in the San Francisco Bay Area. We've been working on two large projects with other universities, companies, other Microsoft Research groups, and with Microsoft product groups in Redmond and Cupertino. These projects are Scalable Servers and Media Presence. "

    I can't see scalability involving commodity hardware with MS OSes. In spite of Microsoft's desktop domination strategies, and small business server dominance (arguably, at least for the moment) they know they won't be taken seriously about clustering Windows 2003 server, purely because there is no design AFAIK in the kernel for operating in clusters in the first place. This is supercomputing using commodity hardware, not supercrashing using commodity OSes. Linux is perfectly situated to be recommended by anyone because it is not a competitors product, per se.

    The homepages of the two men can be seen here, if anyone is interested in some of the more interesting history of the two. Little of it has to do with Microsoft propaganda and the marketing machine:-

    Gordon Bell
    Jim Gray

    --
    Conversion Rate Optimisation French / English consultant
  17. Yes, but we need research into BOTH by alispguru · · Score: 4, Interesting

    Raw speed will always be useful for problems that are hard to parallelize. Right now those problems (parts of crypto, some quantum physics calculations, etc.) are important scientifically, but away from the money.

    Industry will spend R&D money on clustering for storage and reliability, without major government subsidy, because there's a crying need for it. How much government money went into Google/eBay/Amazon?

    Government research is supposed to complement industry R&D - to be aimed at fields where the results are still important, but maybe not as profitable. This is why government should not abandon raw speed as a research goal.

    --

    To a Lisp hacker, XML is S-expressions in drag.
  18. They DO mention Linux by afidel · · Score: 4, Informative

    By rewriting existing scientific programs, they say, researchers will be able to get powerful computing from inexpensive clusters of personal computers that are running the free Linux software operating system.
    "The supercomputer vendors are adamant that I am wrong," Dr. Bell said. "But the Beowulf is a Volkswagen and these people are selling trucks."


    All the people who are responding saying they don't mention Linux didn't read the second page.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  19. Username/Password by YeeHaW_Jelte · · Score: 4, Informative

    I saw that it could be google too, but anyhow, I made a username/password for y'all:

    slashdot124
    slashdot

    Be wary however, I registered as a North Korean military R&D official under high salary.

    --

    ---
    "The chances of a demonic possession spreading are remote -- relax."
  20. supercomputers and the Nuclear Test Ban by elwinc · · Score: 4, Informative
    One of the big reasons for using supercomputers over the past decade or more has been to simulate nuclear explosions. When we (the USA) simulate weapons instead of testing them, it allows us to lead by example when we argue for a ban on nuclear tests. Because simulation is technically challenging, it slows down nuclear proliferation. It's a creative form of deterrence.

    All this for the price of a few supercomputers every year. And the market for supercomputers pushes several technologies; for example, high speed interconnect and gallium arsenide, and sets the bar for high performance silicon. Pretty good deal, doncha think?

    But now the Moron-in-Chief wants to bring back nuclear testing. (pardon me, 'nookyuler.' Bush can't be wrong about something as simple as pronunciation, can he?). Farewell to deterrence. Farewell to common sense...

    --
    --- Often in error; never in doubt!
  21. Which is what makes this so sad by goombah99 · · Score: 5, Insightful
    This is such a no brainer its pathetic. The fed gov SHOULD NOT abandon ultra-fast super computing in place of mega beowulf clusters.

    Research on building Mega beowulf clusters is a legit govt activity and so is building some. But the beauty of the beowulf cluster is that it is affordable to bussinesses, acadmeics and govt, plus its very adaptable to budgets and interconnection schema (fast, slow, grid, scavenger).

    but beowulf clusters wont replace the need for super fast, super scalable, computers with well architected interconnects. there are lots of problems in this class, mostly physics simulation, that just cant be done well on beowulf clusters.

    I should probably note that my own work involves large computer clusters. However my probelms (in biology) are in fact well suited for beowulf clsters. thus I'm happy to hear of more money for beowulf computing. but frankly I think that this should be in addition to the fast computers.

    the flip side here is that it might be the case that money for fast computer resources is not being well spent as it could be at present. there seems to be too much emphasis on "landing the contract" for the computer center than on building a good design. congress via DOE tends to doll these things out in a political fashion making sure each big client gets funding for a center rather than letting the best center get the most contracts. as a result some of the so-called super computers may be just glofied too-expensive-per-cpu unscalable systems already that could be eclipsed by a comparable low cost beowulf system.

    but that being said its still an area that the gov needs to fund since it wont drive itself commercially but its needed for lots of science and simulation.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  22. Data Rules! by imnoteddy · · Score: 5, Insightful
    I attended a talk given by Jim Gray on the subject of "Databases Meet Astronomy" about a year ago. He gives a lot of talks on databases and science. He talked about sky surveys generating petabytes of data. The VLBA radio observatory generates 1 gigabyte per second. Much of the data mining could be accomplished with a google type model of lots of machines working on pieces of the problem.

    He also talked about CERN generating 10 PetaBytes a year when their new collider comes on line

    Supercomputers are sexy, but are losing the technology war. If you start designing a new one today it will be years before it is ready. During those years Intel and AMD will crank up their clock speeds and negate much if not all of the CPU speed advantage you get from your fancy design. Why not go for parallelism from cheap machines?

    --
    No electrons were harmed creating this post, though some may have been subjected to electrical and/or magnetic fields.
  23. Re:I disagree respectfully. by trog · · Score: 4, Informative

    Imagine what a cluster of 700 to 1,000 blade servers running the latest Intel Xeon CPU's can do now! =)

    Actually, it would be a very crappily-performing cluster. Blade servers are designed with two major goals - CHEAP and SMALL. Blade servers are engineered for high availability applications (think webserver farm).

    Just because you CAN do something doesn't mean it's the optimal solution. It amazes me when I see vendors selling blade server clusters.

    (Disclaimer: I work as an engineer with a company with builds Linux based clusters for universities and labs)