Slashdot Mirror


Student and Professor Build Budget Supercomputer

Luke writes "This past winter Calvin College professor Joel Adams and then Calvin senior Tim Brom built Microwulf, a portable supercomputer with 26.25 gigaflops peak performance, that cost less than $2,500 to construct, becoming the most cost-efficient supercomputer anywhere that Adams knows of. "It's small enough to check on an airplane or fit next to a desk," said Brom. Instead of a bunch of researchers having to share a single Beowulf cluster supercomputer, now each researcher can have their own."

8 of 387 comments (clear)

  1. not so impressive... by toQDuj · · Score: 4, Insightful

    It's just four motherboards sitting in a single frame. connected by an ethernet switch.

    True supercomputing machines (sun, ibm) have a little bit better interconnectivity between the components than a mere 1Gb/s line. This can serve its purpose though, VASP will run wonderfully on it. GAMESS probably as well.

    B.

    --
    Every experiment which ends in a big bang is a good experiment.
    1. Re:not so impressive... by pablochacin · · Score: 3, Insightful

      >Are Intel processors "super computers" now or something?
      No, processors ARE NOT supercomputers (actually, the are not computers at all). But if you put enough of them together in the appropriate way, they BECOME a super computer.
      Super computers are no longer made from special purpose hardware. Now it makes much more economical sense to build them from general purpose hardware like those Intel or Power PC processors. Look at the Marenostrum, a super computer here is Spain.

  2. On an airplane? by biocute · · Score: 3, Insightful

    It's small enough to check on an airplane

    With security concerns nowadays, it's the amount of cables coming out of it that worries an airline, not the size or weight of this machine.

  3. Lame. by Anonymous Coward · · Score: 4, Insightful

    I am impressed with how amazingly lame this story is. It should have been entitled, "College Senior and Professor discover Ethernet, MicroATX, and PXE boot. Funding dried up before paying for cases. News at 3 am because we can't find anything else to report."

    Honestly, our whole research lab is filled with PXE booting MicroATX computers connected via ethernet. And I guarantee that four "nodes", aka Linux PCs, are cheaper than $2500. Whoop-de-freaking-do.

  4. Not to rain on their parade, but... by fgodfrey · · Score: 5, Insightful

    ...this is *hardly* a supercomputer. This is 152.57 times slower than entry number 500 on the Top 500 List. There isn't a nice neat definition of what a supercomputer is anymore, but "capable of running Beowulf" isn't it. Leaving aside the more custom machines that the company I work for (and a few others) build, there are plenty of Linux clusters that *do* qualify. The fastest one seems to be number 8 on the current Top 500 list (a Dell Infiniband cluster at NCSA).

    --
    Go Badgers! -- #include "std/disclaimer.h"
  5. Actually... Microwulf might well be revolutionary by Colin+Smith · · Score: 3, Insightful

    One of the problems with supercomputers is that there aren't really very many of them, because of the size and cost. It means that the tools you use to run your supercomputing applications are similarly unusual. The skills to use and develop on parallel systems are then equally scarce. Access to a supercomputer isn't exactly common.

    Microwulf could make all of the above common. For the price of a high spec PC. The commodity nature of it could bring super computing and super computing applications to the masses.

    Then you can scale your application from microwulf to miniwulf to superwulf with little more effort than installing it on the bigger machine.

    Course, they'd have to produce a commodity pre-built system.

    --
    Deleted
  6. Re:What would you do with one? by davmoo · · Score: 3, Insightful

    This is kind of like the old joke about a dog chasing a car...what's it gonna do with the thing if it catches it.

    I've thought several times about building a small cluster, just for the experience and the nerd factor. But I never do because I also get in to the issue of just what am I going to do with it once its finished, other than heat my workshop.

    --
    I want a new quote. One that won't spill. One that don't cost too much. Or come in a pill.
  7. Re:Imagine... by Jonner · · Score: 3, Insightful

    In this case, I think it's a somewhat serious idea. This design has only four nodes, so connecting several in a modular fashion might make sense, and retain some of the advantages in portability and cost. You could move the individual Microwulfs around, but bring them together for really big problems. Think of it as a LAN party for scientists.