Slashdot Mirror


Linux Cluster attains 125.2 GFLOPS

akey writes "CPlant98, a Linux cluster composed of 400 Digital Personal Workstation 500as, achieved 125.2 GFLOPS, which would place it at #53 on the Top 500 list. And this was only a 350-node run... " I'm hearing rumors of 1000+ Linux Clusters. I'm itchin' for it to come out of the closet so we can see some real benchmarks.

66 comments

  1. Stone SouperComputer by Andy+Dodd · · Score: 1

    Such a machine exists. See the subject for the name.

    It's linked to from the Beowulf site somewhere.

    --
    retrorocket.o not found, launch anyway?
  2. Re:Slim chassis by SoftwareJanitor · · Score: 1

    Maybe we've worked with different style cases, but the ones I've used don't have power supply issues.

    Probably, there are so many different cases out there. Many of the 'slim' cases I have seen only have 120-175 watt power supplies, which may be adequate for most uses, but may not be the best for sustained heavy duty use. Typical mid tower cases usually have 200-250 watt supplies.

    As for floppy drives - simple - don't put one in the box.

    The problem there is that it may increase the time necessary to service a machine if it dies.

    For bulk serving you don't need it.

    Very true under normal circumstances, but my concern is when the proverbial excrement hits the rotary oscillator. I want to be able to fix any problem ASAP. Having to find and install a floppy drive in a machine to bring it back up is time I may not want to take.

    Nor a CD ROM drive.

    That is normally something that you can usually do without, provided one is available on a network reachable machine.

    If the box is at a colocation, you're going to get to it via ssh, not standing in front of it.

    Provided you aren't dealing with a crashed hard drive or some other issue that can't be solved remotely.

    Another complaint I have about a lot of 'slim' cases I've seen is many of them have limited quantities of front-panel accessable drive bays. While that isn't a big deal for most things, one useful thing when you are dealing with a large number of servers is the inexpensive IDE 'lock and load' trays, which make swapping in and out hard drives much faster and easier. It can make large scale upgrades or dealing with crashed drives a lot faster since you can do the work on another machine and then only take down the server box to do the actual swap.

  3. Re:Super HUGE cluster problems by Anonymous Coward · · Score: 0

    No, an int is usually 32-bits these days, making it more like 4G.

  4. Re:Maybe you have an answer to my question by Apocros · · Score: 1

    I honestly don't know for certain, but aren't the big cray machines and other microprocessor supercomputers effectively clusters of SMP nodes? Could the disparity here be fairly weak SMP performance of Intel's SMP scheme?

    --
    "onward!" cried the copper man, little knowing brass corrupts...
  5. Re:Super HUGE cluster problems by Anonymous Coward · · Score: 0

    It's not that bad. You can create a 4D network out of 100b switches and get good performance out of really large networks. 8-port 100bT switches are about $250 these days, and that gives you 4 nodes to a switch, adding only $75 to the price of each computer.
    By "pretty large" .. hmm, if you don't want more than 8 hops between any two nodes, that gives you a cap of sixteen thousand nodes ( 8**4 switches, times four nodes per switch ).

  6. Re:How does price relate to "true" supercomputers? by Anonymous Coward · · Score: 0

    Don't forget India. And Pakistan (don't know about Iraq) definitely has the intelectual resources to create super computers. Just not economically, and probably not of the same quality as their American counter-parts. I don't think building a super-computer is as complex an engineering task as building a nuclear bomb....correct me if I'm wrong...





  7. Re:How does price relate to "true" supercomputers? by Anonymous Coward · · Score: 0

    In a word, "yes" to all of those questions. Clusters are well-suited to running the software the gummint's concerned about -- simulating nuclear physics -- and they're not sure of what to do about it. There's been a lot of talk, but the politicos just don't understand computer technology. It's like a bunch of MBA PHB's trying to figure out how to detect cycles in a linked list by committee.
    Basically, the control freaks are fucked. Computer technology is simply not controllable. If America shuts off all computer exports, then Korea (or any of a hundred other countries) could easily start manufacturing low-end microprocessors and sell them to India et al.
    Welcome to the precursor to technological singularity.
    "This is the first day of the last day."

  8. Re:1000? 2000? 2600? by Anonymous Coward · · Score: 0

    Yes, there is usually an upper limit to the number of machines you can effectively add to a cluster. Although, this is usually a pretty fuzzy limit for a few reasons.

    First, there are limits that depend entirely on the characteristics of the cluster architecture you're building. For example, things like the maximum practical number of nodes you can put on the network you are using as an interconnect. Theoretically you can scale these things to infinity, but practically you begin to find out that you have too many hops in your network for the interconnect to be effective.

    Second, the characteristics of the particular applications you are running on your cluster determines the maximum scalability. This is pretty application-dependent. For example, if you are running an application that uses software-driven distributed shared memory, then this application will usually scale up far less effectively as a message passing application.

  9. Re:Slim chassis by gelfling · · Score: 1

    Or get a bunch of SBCs - you can put at least four 2way SBC cards in a standard backplane in a 19" rackmount and stack them 6 or 10 high giving you something like 80 cpu's in a standard network rack. 5 racks across is about 8 linear feet for 400 cpu's

  10. Re:Slim chassis by David+Roundy · · Score: 1
    Provided you aren't dealing with a crashed hard drive or some other issue that can't be solved remotely.

    Of course, on this machine the compute nodes aren't equipped with hard drives... :) Seriously, in a huge cluster like this, if a node fails, they will take it out, and may not even bother trying to fix it, I imagine.

  11. Re:Maybe you have an answer to my question by David+Roundy · · Score: 1
    No, the big cray machines are not, in fact, clusters. I have a supeconmputer expert friend who laments that there are no new supercomputers since Cray is dead. All the new "supercomputers" are just big clusters. The Cray T3E (my favorite supercomputer) runs a single operating system which controls all the nodes.

    A cluster runs a separate operating system on each node. This generally (again, this is hearsay) makes it much harder to maintain a cluster than a supercomputer (meaing one with one operating system). We purchased a small 8 node IBM sp2 computer six months ago, and still haven't figured out how to make it act like a single computer. :( Oh well.

  12. Re:Maybe you have an answer to my question by Apocros · · Score: 1

    ok, so a cluster has a separate copy of the os for each node, whereas the conventional supercomputer has a single os controlling all it's nodes. that being the case, is it possible to take a supercomputer (perhaps the above mentioned t3e) and run it as a cluster, with a separate instance of the os for each node. i'm guessing that you wouldn't really want to do this, but is it possible. an anti-beowulf setup, if you will.

    --
    "onward!" cried the copper man, little knowing brass corrupts...
  13. Re:Maybe you have an answer to my question by David+Roundy · · Score: 1
    Actually, quite a few cluster environments run SMP for one very good reason: communication overhead. Communication is much faster in a shared memory environment.

    NERSC, for example, has recently purchased an IBM SP system which has two processors (or was is 4?) per node, with plans to upgrade to 16 processors per node.

    The problem with SMP and clusters is that the message passing software has to be smart emnough to take advantage of the shared memory situation, and needs to and this can also complicate things when you try to optimize your code.

  14. yes! by Suydam · · Score: 1
    This has to be good news. Linux is attacking the desktop (lowest end) AND the supercomputer (highest end) at the same time.

    How many Windows NT machines rank in the top 53 of the worlds fastest machines?

    --


    Werd.
    1. Re:yes! by MikeCamel · · Score: 1

      Well, doesn't that all depend on exactly _who_ you get to do the benchmarking?

    2. Re:yes! by Anonymous Coward · · Score: 0

      Well... Actually the lowest end would be PDAs and embedded systems. Linux runs on PalmPilots and on the Itsy, DimmPC's and more, you know :-)

    3. Re:yes! by Balial · · Score: 1
      I thought that benchmarks were worthless tests and proved nothing. I belive the words were -"bench-marketing," as Penguin's Mark Willey derisively referred to it -- is fundamentally flawed. Benchmarks don't reflect real-world situations, and are too easy to manipulate.


      By that logic this cluster is no faster than my 386 with 2mb of RAM.

    4. Re:yes! by Andy+Dodd · · Score: 1

      There are some cases where benchmarks are more valid than others.

      The Linpack benchmark is one that's been around a long time, and is pretty much an agreed-upon benchmark in the computing industry.

      In addition, the numbers are submitted by the USERS of the machines, not the vendors, and this makes a LOT of difference in the trustworthiness of the benchmark.

      --
      retrorocket.o not found, launch anyway?
    5. Re:yes! by Trepidity · · Score: 1

      Actually, the Linpack benchmark pretty much sucks. If you read the webpages of the Top 500 people, they mention that they only use it because it's the only benchmark that will run on such a variety of hardware and software.

    6. Re:yes! by Anonymous Coward · · Score: 0

      You can buy NT Cluster Server, which support
      a whopping 2 machine 'cluster'.. it's more
      a mirror than a cluster actually ;-)

    7. Re:yes! by Anonymous Coward · · Score: 0

      I was just struck by the thought (ouch!) that one could possibly create a Beowolf cluster out of 386/486/586 machines. How many would it take to get on the "top 500 supercomputers" list. Of course if you were after a GigaFlop rating you'd need FPU's. If they were castaway PC's the cluster price/performance ratio could be incredible. Yea, I know... Stupid thought, but wouldn't that be an interesting factoid to throw in Billy's face?

    8. Re:yes! by Old+Ben · · Score: 1

      How can there really be a low end and a high end? Wouldn't that vary by what the machine was designed to do? ASCI Red is #1; but can it run DOOM? My PC can run DOOM, but can it outperform ASCI Red? Embedded machines are only to deal with the device that they're placed in; not really any point to compare them to supercomputers...

  15. Slim chassis by L1zard_K1n6 · · Score: 1

    Every time I see a photo of one of these clusters (assuming the sandia photo os of the cluster they are using), it seems everyone has opted for full-sized boxes. Would seem they could cut down on rack space by 50% or more by going with a slim chassis. Go by any co-location and you can tell the newbies from the vets by who maximizes their shelf space.

    1. Re:Slim chassis by joatmon · · Score: 1

      we've got a 8 node 1 master test cluster that is in a 43" [ i think ] high x 19" rack. compared to a irix challenge [ think fridge ] or any of the other racks we have, our beowulf is just a tiny little beast.

    2. Re:Slim chassis by EngrBohn · · Score: 1

      Sometimes it's less expensive to buy a nodes pre-assembled. Sometimes it's necessary because of the particular fund the money's coming from (a system I built was in this boat -- about a fourth of our money came from the "desktop computer" fund). Sometimes it's a question of effort -- they'd rather not spend time physically assembling the nodes.
      Christopher A. Bohn

      --
      cb
      Oooh! What does this button do!?
    3. Re:Slim chassis by richnut · · Score: 1

      Because space is cheap in the USA. If this cluster were in Japan you can guarantee that space would be maximized. I work for a global company and in the far east especially, we will pay a premium for smaller machines because space is such an issue.

      Once vendors start selling 1U machines with one disk, one processor, and one slot, this kind of thing will be more accessible to those outside the USA. I know VA has some 2 or 3U machines, that's the right direction to be going.

      -Rich

    4. Re:Slim chassis by thingfish · · Score: 1

      Telenet Systems is currently offering a 1U system starting at $1000US

      http://www.tesys.com/servers/rackmount.shtml

      neal

    5. Re:Slim chassis by jg · · Score: 1

      At Usenix we were showing a 1U EV6 based system
      (based on the DS10, I believe).

      40 of these will fit in one rack.

      Is that Compaq(t) enough for you? (sorry for the
      very poor pun).
      - Jim Gettys

    6. Re:Slim chassis by SoftwareJanitor · · Score: 1
      Would seem they could cut down on rack space by 50% or more by going with a slim chassis

      Personally I hate most 'slim' style cases for a few reasons:

      • There isn't enough space to work in them, so SIMM/DIMM slots are often obscured by power supplies, etc. I want something that is easy to work in when I need to get things back up and running quickly.
      • Most of them use riser cards for the slots, which are a pain in the butt.
      • Most of them use non-standard motherboard layouts, and part of the idea of building clusters is to have cheap commodity priced, easily upgradeable hardware. Some of them even require goofy special floppy drives (due to custom faceplate bezels).
      • Slim cases often include wimpy power supplies which may not be as durable and reliable as higher output supplies used in larger cases.

      Personally, I like the 'mid tower' type of case. In today's world with huge capacity hard drives, the big full tower cases are often overkill, but the mini-towers are too cramped to work in.

    7. Re:Slim chassis by iggly_iguana · · Score: 1

      Well, for our little "proof of concept" cluster (as if it needs to be proved?) we just went with the "shelves in a rack" concept. All components are mounted on shelves using standoffs.

      When we build our approximately 100 node cluster (hmm, where can I get the money for the other 500 nodes????) We're considering using rack-mount boxes just because they would be easier to handle and simpler to install.

      I'ld tell you how many nodes we can stuff into a standard size 19" rack, but we're still building it!

    8. Re:Slim chassis by Anonymous Coward · · Score: 0

      From what I read at Avalon's website (a pure Beowulf, I dunno what Cplant is running). Their choice of minitowers on shelves came down to pure economics.

      It was cheaper to get desktop machines through their vendor (Carrera, I think) than special purpose hardware through a vendor like Alta.

      fog

      --He who no longer registers for ANYTHING on the Internet--

    9. Re:Slim chassis by L1zard_K1n6 · · Score: 1

      Maybe we've worked with different stule cases, but the ones I've used don't have power supply issues.

      As for floppy drives - simple - don't put one in the box. For bulk serving you don't need it. Nor a CD ROM drive. If the box is at a colocation, you're going to get to it via ssh, not standing in front of it.

  16. Two things by jabbo · · Score: 1

    re: Big-Ass Clusters

    Fermilab has plans to build a 2000-node cluster in the near future but is putting off purchasing all the nodes until the last second to maximize their value.

    re: Rackmounts

    They're more expensive, and typically the machine rooms at large Beowulf installations have enough space for whatever they choose to use. It's not like Los Alamos has to pay for space at the colo when they add a new pile of Alphas.

    --
    Remember that what's inside of you doesn't matter because nobody can see it.
  17. 2600 Node Cluster by a.out · · Score: 1

    In a talk with someone from VA linux they said that they *possibly* have a client who would is looking at setting up a 2600 Node Cluster..

    Umm.. really fast Quake .. umm... :)

  18. Re:Maybe you have an answer to my question by EngrBohn · · Score: 1

    IIRC, they're uniprocessor nodes
    Christopher A. Bohn

    --
    cb
    Oooh! What does this button do!?
  19. Maybe you have an answer to my question by Le+douanier · · Score: 1


    how much can this type of computer scale up.

    At least 2000 it seems (if somebody try to do it then it must thoerically scale to that extent), but do we have a theorical limit or something like that???

    And are these computers mono-processors or SMP?
    If Linux was going to have great enhancement in SMP for 4+ CPU's then would it be worth to create a cluster of SMP boxes given the price difference between SMP and non=SMP boxes actually (I suppose if you do a 2000 SMP cluster then you must have special price).

    --
    "The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers." Bill Gates,
    1. Re:Maybe you have an answer to my question by jhoffmann · · Score: 1

      my understanding is that the big sun servers (E10000, etc) do essentially that. i think there was talk about it with the articles on the ebay fiasco. you might want to look back at some of that. i think i read that unisys has a system like that, too, but i don't recall off the top of my head. i'm sure there are probably a lot of instances of this sort of system.

    2. Re:Maybe you have an answer to my question by Thinman · · Score: 1

      In clusters enviroments it's better to avoid the SMP machines.

      The reason is simple: The access to the resources are better with mono-processor systems, there is no need of competition among the procesors in the same machine.

    3. Re:Maybe you have an answer to my question by Le+douanier · · Score: 1


      Too bad. this would have been cool if it was possible to add the performances of Clusters with the performances of SMP. But that's pretty rare to be able to have the better of two worlds ;)

      thanks

      --
      "The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers." Bill Gates,
  20. Re:User accounts by jd · · Score: 1
    Nonononono. Short words confuse managers. Do a Dilbert.

    So it wouldn't be "distributed.net", but "joint research into highly parallelised, highly distributed encryption validation", and "SETI@Home" is actually "joint research into vastly parallelised radio inteferrometry, using test data from Aricebo".

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  21. User accounts by LordDartan · · Score: 1

    There's a place on the webpage to get a user account if you have a suitable project to run. Hmmm...wonder if they'd consider distributed.net or SETI@home suitable...

  22. 1000? 2000? 2600? by paRcat · · Score: 1

    Excuse my ignorance, but is there a conceivable limit to the number of nodes you can have on a cluster?

    Just how big of a room does it take to house 2600 nodes?

    1. Re:1000? 2000? 2600? by Trepidity · · Score: 1

      Well, if you're running ethernet, the more nodes you have, the more collisions you have. Eventually the network slows to a crawl. If you're using token ring...well nobody does anymore =)

    2. Re:1000? 2000? 2600? by mprinkey · · Score: 1

      Ethernet collisions are not a problem. No one uses hubs for Beowulf interconnects. Switched ethernet allows the network performance to scale with the number of nodes. Unfortunately, that is probably the real limiting factor...designing a large enough network. A typical two-tier approach would use 36- or 48-port Fast Ethernet switches with gigabit uplink ports connected to gigabit switches. I think you could assemble several hundred systems this way to a thousand systems. This is the approach LANL used for Avalon. Also, some of the big iron Cisco backplanes can take 24-port ethernet cards. I think some of them can support several hundred switched ports in a single tier.

      Unfortunately, I don't know of an ethernet solution that could scale beyond several hundred systems and still provide uniform bandwidth and latency among all of the nodes. Beyond that point, you will need to come up with a scheme to partition to the network or just accept some performance penalty for crossing subdivisions boundaries of the cluster.

  23. User accounts...Nope.. by Ellis-D · · Score: 0

    This is only for employees and contractors of that location. = They had an online form to fill out but they were asking for your managers authorization and all that......
    I ate my tag line.

    --
    I ate my tag line.
    -=Ellis (D)25=-
  24. Re:Super HUGE cluster problems by David+Roundy · · Score: 1
    Actually, it depends on your requirements. For a lot of nontrivial applications (matrix inversion and 3D Fourier transforms, for example) the entire dataset needs to be transmitted at each iteration.

    I know that for what I do (pseudopotential plane wave calculations) one 100bT switch would be too slow to connect an 8 node cluster. As in, you'd be better off with all the memory in one computer, and forget parallelization.

    Also, I think that typically you don't want more than two hops between nodes. Of course, it all depends what you're doing. If you're doing monte carlo stuff, you could probably get by with 9600 baud modems if it were cheaper than ethernet.

  25. 10 million nodes.... by Ellis-D · · Score: 0

    Actually no there is not really a limit. The only limit you would have is the band width, but with the technologies comming out right now, high band width will be like pocket lint...

    Space comsuption depends on what the use for their systems. If they use standard workstation then it will take up alot of room, but if you use SBC's (Single Board computer) the amount of room would decress quite abit.
    I ate my tag line.

    --
    I ate my tag line.
    -=Ellis (D)25=-
  26. Re:How does price relate to "true" supercomputers? by oldzoot · · Score: 1

    The first cray2 cost about $30 Million. Running a well-optimized code, it churned about 1 Gigaflop. Supercomputers seem to hang at about the same price ( $20-30 M ) but increase performance an order of magnetude or more per generation. This would put is in the range of teraflop machines now - building toward the petaflop for the same $30M. A single 450 MHZ pentium II can do about 70-100 Mflops depending on the exact operation , so ten to fifteen could do the same gigaflop as the cray 2. ( assuming embarrasingly parallel code. ) These computers are easily available for $1K in quantity. 150 should yeld 10GF at under 200k including network, and 1500 should yield 100GF at under $2M. I think this should still look like 10X more cost effective than the massive parallel and vector/mpp
    machines. If you used dual processor systems, the cost/performance would be even better.

    --
    enough is too much
  27. Re:Slim chassis - Compaq DS10 variant by Jeff+DeMaagd · · Score: 1

    There will be 1U chassis for a variation of the Compaq DS10 computer. Pricing hasn't been determined, but it is a huge bang for buck. The main drawback of such size is lack of expandability - only 1GB RAM, one drive and one open PCI slot. The time is this summer, I think.

  28. USA isn't the only tech producer! by Jeff+DeMaagd · · Score: 1

    Hey, Samsung makes Alphas in S. Korea, AMD will make K7's in Dresden, Germany, Fujitsu makes Sparcs in Japan, Intel has loads of plants in places like Isreal, Maylasia, Singaphore, etc.

    I wonder if this will make weenies go for more treaties. Ugh.

    1. Re:USA isn't the only tech producer! by Anonymous Coward · · Score: 0

      What you say is true. However, while AMD and Intel may have fab plants not in America, they are still American companies, and the American government can tell them not to sell products abroad (if a law gets passed, which of course AMD, Intel, et al would fight tooth-and-nail).

      Samsung and Fujitsu could of course sell whatever they like to whoever they like. This is basically all I was trying to say when I said that companies in other countries could make and sell microprocessors. I didn't mean to imply that there weren't *already* companies doing this.

  29. Re:Stone SouperComputer (URL) by Rendus · · Score: 0

    The URL is http://www.esd.ornl.gov/facilities/beowulf/

  30. Re:FIRST POST!!! by Brian+Knotts · · Score: 1
    Y'know...I was thinking...

    A brilliant epitaph for a Slashdotter would be:



    HERE LIES JOE BLOW


    LAST COMMENT!

    --
    Get your fresh, hot kernels right here!

  31. Super HUGE cluster problems by Anonymous Coward · · Score: 1

    Personally, I think that the biggest problem that people are going to face when creating super huge clusters (200+ machines) is not one of floor space, or heat dissipation. The problem is going to be with the networking of them. Sure, you can go to ATM, or gigabit ethernet, or ... but when it is absolutely critical that data gets to the next machine as fast as possible... and that the packet doesn't get lost somewhere along the way... And the whole reason (ok.. one of the main reasons anyway) for doing clustered supercomputers is because it is cheaper. When you start rack mounting them, and putting gigabit ethernet in them, and ... you are really starting to jack up the price of each node in your cluster.

    As far as the question about how large you can go with them, if you use an int to determine which machine you are addressing, that puts a theoretical limit of more than 60,000 nodes.

    1. Re:Super HUGE cluster problems by websearch · · Score: 1

      where did you get 60k nodes?

      if you use ip on a closed network, surely you get the basic math of 254*254*254*254 give or take a few addr's ?? [ thats approx 4162314256 nodes ].

      am I wrong?

      I run a 25 node mpi/pvm cluster of 486-66 DX2's over a NuSwitch fast switching ethernet hub, at just 10mb/s full duplex, and I have a load of fun with pvm-povray rendering my nut off!

      I'm now working on a multi node crawler to feed my search engine ( www.websearch.com.au ).

      ++dez;

  32. Cluster Scaling by _Quinn · · Score: 2

    How large can a cluster be?

    Short answer: it depends.

    Long answer: it depends on the applications and the usage patterns.

    (I'm assuming we're talking about practical limits here, not theoretical ones -- the theoretical limit is probably the address space of a cluster's message-passing interface (i.e. 4 billion nodes).)

    Some applications -- the so-called "embarassingly parellel" ones -- will scale with nearly no deviation from linear to any number of nodes, because they do loosely-coupled problems. (Which means the result of one part of the parellel computation does not depend on a result from some other parellel computation. The mandlebrot set is a good example of this.)

    In general, the more tightly-coupled the problem is, the harder it is to scale, as the amount of data that has to be exchanged pushes the limit of the interconnects. A 32-node cluster constructed on a hub will be faster for loosely-coupled programs than a 24-node cluster on a switch, which could beat the 32-node cluster on a tightly-coupled problem because of communications overhead in the 32-node cluster.

    Usage patterns also determine the maximum useful size. If you're at a large lab like Sandia, you can reasonably expect a large number of jobs to be running concurrently, which essentially parellelizes the cluster -- running 6 tightly-coupled programs, each on their own hypercube interconnect, will complete faster than running the six in series, each with the whole cluster.

    -_Quinn

    --
    Reality Maintenance Group, Silver City Construction Co., Ltd.
  33. What is a GFLOP? by Anonymous Coward · · Score: 0

    yes, I know I am ignorant, but what the heck is a GFLOP?

    1. Re:What is a GFLOP? by Ares · · Score: 1

      Easy. much as a GB is a gigabyte (1,073,741,824 or 1,000,000,000 bytes depending on who you ask), a GFLOP is a gigaFLOP, where a FLOP is a FLoating point OPeration (or so I remember).

    2. Re:What is a GFLOP? by Caktus · · Score: 1

      And they are not adequate to mesure performance.

    3. Re:What is a GFLOP? by DLR · · Score: 1

      Actualy GFLOPs are a better measure of performance than an any other that I am aware of, simply because floating point operations are what we deal with in the real world. So it doesn't matter how many millions of instructions per second a processor can execute. If it can't handle floating point operations quickly it's no good for real world applications.

      --
      "Like fire and fusion, government is a dangerous servant and a terrible master."~RAH
    4. Re:What is a GFLOP? by Kiaser+Zohsay · · Score: 1

      And generally, its GFLOPS, for Giga FLoating point OPerations per Second.

      --
      I am not your blowing wind, I am the lightning.
  34. How does price relate to "true" supercomputers? by marvinx · · Score: 1

    This sounds really promising, but how does the price/performance of a Linux cluster compare to other "real" supercomputers? For example, what is the price/performance of a VERY high end SGI, and what would it take (price wise) for a Linux cluster to match that. I've heard that Linux clusters cost considerably less, but I've never seen any hard statistics.

    1. Re:How does price relate to "true" supercomputers? by mike_the_kid · · Score: 1

      And also, I know the State Department keeps the Cray 2's under control (i.e., you need some clearence to get one), so would Pakistan or Iraq just opt for 1000 Linux machines ("the mother of all beowulf's), probably coming in around a cool million.
      Would such a cluster be close to such super computers? Would the State Department start stepping in?
      Food for thought.

      --
      Troll Like a Champion Today
  35. Beowulf in a box by Doug+Loss · · Score: 1

    Forget about slim chassis; how about no chassis? Take a look at Beowulf on StrongARM boards for $2000. These folks are looking at building 6 StrongARM processors with RAM and the necessary "glue" onto a single PCI card. Since easily obtainable PCs have 3 PCI slots in them, you should be able to set up an 18 node beowulf cluster inside one box (the PC itself acts as the controller). Can you usefully cluster a bunch of these (a cluster of clusters)? I don't know, but it's interesting to think about.

    Doug Loss

    1. Re:Beowulf in a box by Zurk · · Score: 1

      kewl, but no FPU.

  36. Linux doesn't scale like NT... by Anonymous Coward · · Score: 0

    Don't articles like this one make you want to LAUGH when you read articles that talk about whether or not Linux SCALES as well as NT?