Slashdot Mirror


Supercomputer Breaks the $100/GFLOPS Barrier

Hank Dietz writes "At the University of Kentucky, KASY0, a Linux cluster of 128+4 AMD Athlon XP 2600+ nodes, achieved 471 GFLOPS on 32-bit HPL. At a cost of less than $39,500, that makes it the first supercomputer to break $100/GFLOPS. It also is the new record holder for POV-Ray 3.5 render speed. The reason this 'Beowulf' is so cost-effective is a new network architecture that achieves high performance using standard hardware: the asymmetric Sparse Flat Neighborhood Network (SFNN)." Because this was a university project, KASY0 was assembled entirely by unversity students, which while being a source of cheap labor, is also a good way to get a lot of students of involved in a great project.

48 of 281 comments (clear)

  1. Wow! by fryguy451 · · Score: 5, Funny

    Imagine a Beowu... errr... Oh..

  2. Let the Beowulf cluster jokes begin! by Anonymous Coward · · Score: 5, Funny

    Note to moderators, Beowulf cluster jokes CANNOT be offtopic.

    Imagine a Beowulf cluster of Beowulf cluster jokes!

  3. Also I wonder by HanzoSan · · Score: 5, Interesting



    How much electricity will these super computers use up?

    All those wires, it looks like it takes up alot of juice.

    --
    If you use Linux, please help development of Autopac
    1. Re:Also I wonder by rusty0101 · · Score: 2, Informative

      Per the FAQ on the site, the supercomputer draws 210A. Power requirements provide an yearly cost equivalent to the cost of the network equipment connecting the nodes.

      210A at 120Vac via the power law comes to 25.2kw/hr. Tripple that to allow for cooling (It takes approx 2 watts of power to remove the heat generated by 1 watt of power usage) and you come to almost 76kw/hr. Take a look at your utility bill to come up with the hourly cost for electricity while this thing is on.

      The equipment does not have cooling isolated from the rest of the building. As a result the cooling costs will ultimatly be absorbed by the operational cost of the building, and probably will not show up as a line item for the cost of this cluster.

      -Rusty

      p.s. more wire does not meed more juice, just more pathes for signals to follow.

      --
      You never know...
  4. To those who might not know... by qrash · · Score: 2, Informative

    gigaflop

    As a measure of computer speed, a gigaflop is a billion floating-point operations per second (FLOPS).

    --
    you may find the Higgs in this signature.
    1. Re:To those who might not know... by ant_slayer · · Score: 2, Informative

      If you're going to try to be informative, at least be accurate. There's no such thing as a "gigaflop". That would mean "Billions of Floating point Operations Per..." without the unit of time.

      It's a gigaflops (singular). The 's' is very important. It's how we know how long it takes to perform a billion floating point operations.

      It's like when people say "I had my engine up to 6000 rpms". What's an rpms? Is it a plural rpm? If so, what is pluralized? The acronym expansion yields "revolutions per minute", so would it be "revolutionses per minute", "revolutions per minutes", or "revolutions per minutes"s? None of 'em make sense. Technically, anything that revolves revolves at 6000 revolutions per some number of minutes... oi.

      The Earth rotates at 6000rpms... if the unit of time is in blocks of 8640000 minutes... This type of confusion is why the time unit in our units of speed is usually unity.

      -Josh O-

  5. Let's not get too excited.... by CGP314 · · Score: 5, Funny

    Supercomputer Breaks the $100/GFLOPS Barrier

    Not after you factor in the SCO license fees.

  6. It's a university project by Anonymous Coward · · Score: 3, Funny

    Remember, everyone, this was a university project. *BSD was also a university project originally, and now *BSD is dying. So obviously university projects are not of very high quality.

  7. Asymmetric Sparse Flat Neighborhood Network by FreeLinux · · Score: 5, Interesting

    Obviously, I don't get it. This doesn't look any different than redundant backbones or what is frequently done with VLANs. Multiple paths between hosts is what I see. How is this "new"?

    1. Re:Asymmetric Sparse Flat Neighborhood Network by flymolo · · Score: 5, Informative

      Due to "creative" (computed) wiring, if all switchs are functioning, no node is more than one hop from each other node. This requires a routing table written for each pc. It could be used for redunancy, but it is being used to minimize latency, and collisions, which are both killers in clusters.

      --
      "Sometimes it's hard to tell the dancer from the dance." --Corwin Of Amber in CoC
    2. Re:Asymmetric Sparse Flat Neighborhood Network by FreeLinux · · Score: 2, Interesting

      no node is more than one hop from each other node. This requires a routing table written for each pc.

      Admittedly, I understand that no node is more than one hop away. But, how is this different than all nodes plugged into a large switch like a Cisco 6500 or a Nortel Passport 8600? These switches can have ~128 ports and can switch 256Gbps aggregate throughput at wire speed. Add another switch and then add a second NIC to each host and you increase the capacity even further. Additionally, this does not require special routing tables or software on the hosts.

      The technique that was used seems to be more of a mental exercise in making spaghetti, I don't see it reducing latency or increasing performance beyond the currently used techniques.

    3. Re:Asymmetric Sparse Flat Neighborhood Network by Rich+Dougherty · · Score: 3, Informative

      Here's a quote from the site:

      Does The World Need Yet Another Network Topology?

      One would think (well, we did ;-) that the latest round of Gb/s network hardware would have made the design of a high-bandwidth cluster network a trivial exercise. However, that isn't the case when the prices are considered:

      • When we invented FNNs in 2000, the cheapest of the Gb/s NICs available were PCI Ethernet cards priced under $300 each; now they are $50-$100. Prices have continued to drop. Prices on custom high-performance NICs (e.g., Myrinet) start at close to $1000 and have not been going down.
      • In late 2002, 48-port 100Mb/s Fast Ethernet switches have dropped to less than $25/port. Gigabit Ethernet switches are starting to follow the same trend, with $100/port pricing in sight for switches up to about 48 ports. Wider switches with the needed performance are unlikely to become cheap in the near future. Thus, it would be necessary to build a heirarchical switch fabric using multiple layers of switches, yielding higher cost, higher latency, and significantly lower bisection bandwidth (unless you use a "fat tree" or other scheme, which adds still more expense -- especially because cheap layer 2 Ethernet switches don't support those topologies).

      In summary, the cost of the "obvious" Gb/s network for KLAT2's 66 single-processor nodes was OVER 30 TIMES the cost of the network we built for KLAT2. In fact, to match KLAT2's bisection bandwidth, a network built using Gb/s hardware would have cost even more. Gigabit Ethernet is getting cheaper, but obvious topologies just are not competitive with FNN performance. So, if you've got tons of money that you have to spend immediately, you can impress your friends by buying expensive custom network hardware that can use an obvious topology and still be competitive with FNN performance. Otherwise, read on.... ;-)

  8. Students as Slave Labor by gremlin_591002 · · Score: 5, Funny

    Ponders while there are not University students pictures in the National Geographic Article on Slavery....

  9. this is nice by the_2nd_coming · · Score: 2, Interesting

    but super computers as in giant iron are becoming more specialized and as such would woop the pants off a Beowulf cluster when competing in the specialty.

    of course, if you just need a lot of general purpose super computing, it is obvious that you cannot compete with this.

    --



    I am the Alpha and the Omega-3
    1. Re:this is nice by stdarg · · Score: 2, Insightful

      Wait until computers start shipping with a few FPGA units. Then you can flash a new image onto the FPGA's for each specialized application you use the cluster for.

  10. Playstation2 at 5.5GFLOPS costs only $199 $40/GFL by gorim · · Score: 4, Insightful

    And it was introduced to consumers just a couple years
    ago. Sorry, the AMD beowulf cluster at $100/GFLOP just
    isn't that impressive.

  11. The burning question by Timesprout · · Score: 2, Funny

    though is how many mp3's are these students sharing on this monster ?

    --
    Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
    What truth?
    There is no dupe
    1. Re:The burning question by HanzoSan · · Score: 3, Insightful



      People dont share mp3s anymore, if they do the FBI, NSA, Secret Service, CIA, and Homeland Security Dep will swarm them and put them in the bay.

      I mean I wish we could crack down like this on organized crime, or on domestic terrorists, I'm surprised we are so aggressive at arresting teenagers who download music, but the KKK and Neo Nazis can collect a million guns and spread their crazy hate speech and its protected by freedom of speech.

      I'd think that hate speech does more harm than copyright infringement.

      --
      If you use Linux, please help development of Autopac
  12. hot damn, they're case modders! by mrgreenfur · · Score: 2, Funny

    each node has two side case fans! that's gotta be the most dedicated case modding job i've ever seen! 132 pc's with 2 fans! too bad they didn't put fan guards ... or interior lights.. or blue led's... but i guess all that junk about a supercomputer makes up for it...

  13. So much power... by krahd · · Score: 5, Funny

    and it still can't run Doom III at a decent rate.

    --krahd

    mod me up, scottie!

    --
    mod me up scottie!
  14. cable management by HBI · · Score: 3, Interesting

    What a mess of cables! I understand they were hitting a price point, but would it have killed them to spring $500 or so for a cable management system?

    There's something professional looking about having the cables look neat. On the other hand, maybe i'm just anal about things.

    --
    HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    1. Re:cable management by HBI · · Score: 2, Informative

      I would consider something like this, bent into a circular pattern.

      We use this in one of my closets to provide a feed from the ceiling to a rack with a patch panel. We had moved the rack 4' to the left and we needed something to bring the ceiling stuff down to the new rack. We used fittings with tek screws and wire ties to hold it firmly in place and linked it into the drop ceiling framework as well for additional stability.

      I could see doing something like that here between the stainless shelving units. Other adequate solutions could be arrived at. Also, the snake tray probably cost us $150 tops.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
  15. Cooling by bengoerz · · Score: 4, Informative

    I toured the previous cluster these guys did (KLAT2) and was very impressed. However, using AMD Athlon Thunderbirds last time, it did get quite hot. I remember standing by the cluster looking at all the wiring and being bombarded by an overhead cooling vent. I'm also assuming that these cooling issues is the reason that each case has two blow-holes. I'd also like to see these guys post in-depth specs of each machine. Being a hardware nut, I'd like to see how they got so many machines so cheap, and maybe even what vender they used. As I remember, they worked REALLY hard on their last cluster to keep costs to an absolute minimum.

  16. Is that a real number or a marketing number? by Sycraft-fu · · Score: 5, Insightful

    I'm guessing the latter. You see all sorts of BSified numbers from marketing departments on processors, but they have little to do with reality. The number for this AMD cluster is a real, actual, measured-using-a-real-world-app number. To give you some idea of BS console numbers, the Xbox has a PIII 733 processor in it (ok, technically it's a little different, but it's a P3 core). Now the Gflop claim is 2.93. Out of a P3 733? Ya right, on paper perhaps but never in the real world, much less on a real app.

    Then, of course, there is the issue of specialised chips vs normal chips. A GeForce 4 4400 can claim, roughly, 80 Gflops peak. That sure beats the hell out of any sinlge CPU I've ever heard of, including the Power4. Thing is the GeForce 4 is a graphics DSP, it isn't a general purpose CPU. It can do that kind of math when all its units are working at what they do best, but try to reprogram it to do something else and it will slow to a crawl (for that matter I'm not even sure that it is turing complete).

    So don't take any hype on a console to equate to real performance in a general task. Oh, and the BS marketing number I see for the PS2's Emotion Engine is 6.2Gflops.

    1. Re:Is that a real number or a marketing number? by drinkypoo · · Score: 2, Insightful

      Of course, assuming it's only half the parent comment's assertion, thus 2.25 GFlops, at $180 it's still cheaper than $100/GFlop. However, as others (should?) have pointed out by now, it's useless as a supercomputing node for all but the smallest tasks since it has no local storage and extremely limited main memory. You will have to spend another $200 for a linux kit to get storage and networking, bringing it up to $380 for the system. If it were actually 5.5 GFlops in the real world, then that would still be cheaper than $1/GFlop, but of course neither you nor I believe it is that fast while doing general-purpose processing.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  17. Here is the bill! by borgdows · · Score: 5, Funny

    Dear customer,

    At the cheap introductory price of 699$ for 80 lines of code in the Linux kernel, it will cost you 8,377,500$ by kernel since we have discovered that in fact 1000000 lines of SCO IP were copied into Linux.

    Designation .. Price .. Qty .. Total
    Linux kernel .. 8,377,500$ .. 128 .. 1,118,400,000$

    So you must pay us only 1,118,400,000$, and in my kind almighty I will offer you a discount of 118,400,000$ so you only have to pay ONE BILLION DOLLAR if you pay before tomorrow!

    Please send you creditcard number at darl@sco.com

    Sincerely yours,

    -- Darl Mac Bride

  18. Re:Please mod parent down by gorim · · Score: 2, Informative

    A playstation2 costs $199. That information is in your local newspaper. Actually, sales peg it at $179 lately, my mistake. The playstation2, with 2 vector processing units, each with 4 floats wide registers (128bit), capable of doing a multiply-add operation per clock cycle on whole registers, at 300mhz independant of the main CPU which still has its own scalar floating point coproc, handily does 5.5GFLOPS, and is well documented as such if you google around. Check out http://playstation2-linux.com/

  19. Nice wiring! by nate.sammons · · Score: 2, Insightful

    Looks like most of the wiring jobs I've seen done by students: kasy0core.jpg.

    God forbid they use cable gutters ;-)

    Other than that, kick ass job guys!

    -nate

  20. In cache maybe by msgmonkey · · Score: 2, Informative

    These numbers for microprocessors etc mean nothing because they are usually referring to operations on data in cache.. you'ill find that real life performance is 10-20x slower because thats how much slower accessing main memory is.

  21. Wrong by imsabbel · · Score: 3, Informative

    In reality, beowolf clusters are good for only a subset of supercomputing tasks and the "real" supercomputers are still best at general purpose supercomputing.

    If you can paralize your application well enough, beowoulf rules, but if you need a lot of node2node communication, the network cost quickly surpasses the cpu cost of the system

    --
    HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    1. Re:Wrong by sjames · · Score: 3, Insightful

      Really, it's a spectrum. One one end you have fully commodity beowulf, in the middle, you see things like Dolphin and Myrinet, and on the high end you see fully custom backplanes and sometimes RAM and I/O controllers as well. Purpose built CPUs are becomming less common now, but not unheard of.

      Each step up the spectrum widens the domain of problems that the machine can work on efficiently, and raises the price for the machine. In many cases, a 'real' supercomputer is more or less a cluster with a specialized network and OS and mounted in a single cabinet so it doesn't look like a cluster.

      In general when a lower end machine can efficiently run your program, there is no benefit to using a more expensive machine.

      As server hardware improves and 'exotic' hardware becomes more mainstream, the gap between the low and the high end narrows. There will probably always be a small but existant set of problems that call for the 'real' supercomputer, but that set is shrinking.

      There are other considerations as well. If the Beowulf in your lab can solve the problem in 1 week and is available now, while the 'real' supercomputer on the other campus can solve it in 4 hours and will have a timeslot available in 2 weeks, the Beowulf is 'faster' from your point of view.

  22. How many university have larger clusters? by SilverSun · · Score: 5, Interesting

    I wonder which universities/institutes have larger and maybe cheaper clusters, but just don't bother with running benchmarks. I for one are sitting next next to a tiny cluster with 40 dual-cpu nodes, which is connected (GRID like) to a 340 dual-node cluster in a nearby town. Non of us high ernergy physicists bothers with running any benchmarks on our clusters, other than our own applications. I wonder how many "linux-cluster-supercomputers" are out there which would easyly make it into the top 500, but noone has ever heard of....

    Cheers.

    --

    KdenLive/PIAVE - non-linear video editing

    1. Re:How many university have larger clusters? by Chilles · · Score: 3, Funny

      I wonder how many "linux-cluster-supercomputers" are out there which would easyly make it into the top 500, but noone has ever heard of....

      Well... probably more than one, definitely no more than 500.

  23. University students by SuperBanana · · Score: 5, Insightful
    Because this was a university project, KASY0 was assembled entirely by unversity students, which while being a source of cheap labor, is also a good way to get a lot of students of involved in a great project.

    At the risk of being flamebait- No. Using university students is almost always purely a way of getting cheap labor to do semi-mindless, or completely mindless, stuff the staff doesn't want to do- it's a common myth that students 'learn' by doing grunt work. I should know- I have several grad student friends, and they've thusfar spent a large part of their academic careers working in labs doing mind-numbingly boring stuff(according to them.)

    Imagine if a Bio lab did this. The following would sound pretty absurd: "Help us move our lab, you'll learn about cellular recombination!". No. You'll learn what a bunch of lab equipment looks like, how eccentric the professors are, and how expensive/fragile/heavy the equipment is, and the next morning what sore muscles are like. Let's get a reality check here.

    (from the site):Our group develops the systems technology for cluster supercomputing; the more people we can show how to apply these technologies, the better.

    Huh? What cluster supercomputing "technology" does assembling a PC and plugging it into ethernet teach you? Did they give a presentation about how clustering technology works, for example? Did they explain to each person, as they put a machine in a particular place and wired it to a particular switch, WHY it was going there etc? Obviously I wasn't there, so perhaps someone from the group can contribute on this point.

    1. Re:University students by panda · · Score: 4, Informative

      Having worked there, and knowing what Hank Dietz and his students are doing, I can tell you that it is different from just slapping PCs together, stringing wire between them and installing clustering software.

      Dietz specializes in networking and all the wiring that you see in the photos is charted out by custom software that he's written just for this purpose.

      He works in the realm of optimizing communications among the nodes to avoid network latency and so on. If you read the POVRay benchmarks, you'll notice that the author comments that several clusters' CPUs spend most of their time idle due to network latency. Dietz is researching the best ways to eliminate much of that latency so that the CPUs in the cluster can spend more of their time crunching data rather than just throwing off heat. To my knowledge, he is succeeding at this and better than most other researchers in the field.

      As for what his students learned from this, I don't know exactly which students helped him on this. For KLAT2, there were several undergrad volunteers who helped with wiring and assembly, mostly from the campus Linux Users' Group. I know his grad students and research assistants are learning a lot about how clustering and network tech works, and a couple are doing their Ph.D. disserts in this very subfield of E.E.

      --
      Just be sure to wear the gold uniform when you beam down -- you know what happens when you wear the red one.
  24. And how much HEAT? by Surak · · Score: 2, Funny

    I mean these things are Athlons! Heck, they're saving money just from the fact that they'll never have to turn on the furnace again!

    Did you guys notice from the pics that there doesn't seem to be any fans in the holes on the sides? Are they crazy? These are Athlons. I hope they put enough fans in those things.

    1. Re:And how much HEAT? by lederhosen · · Score: 2

      As much heat as power.

  25. why not DSP? by mike_g · · Score: 4, Interesting
    Why are not DSPs used in configurations such as this. The TI 67xx series are able to perform about 1 GFLOP/s running at only 150 MHz and cost only about $40 per chip.

    This price/performance ratio seems to make them very attractive compared to general purpose CPUs. According to the NASA G5 Study, the P4 2.66 GHz is only able to achieve 255 MFLOP/s. And the P4 costs about 4x the price of the 6711 DSP.

    It seems that DSPs should be the clear winner in supercomputer applications, what are their disadvantages and why are they not used? Granted there is a lack of mass produced hardware such as motherboards for DSPs, but that alone should not exclude them from the supercomputer realm.

    1. Re:why not DSP? by SmackCrackandPot · · Score: 3, Informative

      Actually, they do, but they are referred to as vector processors rather than DSP's. Probably the most famous and the first was the Cray supercomputer. And there was also the INMOS "Transputer"

      DSP's are optimised to handle streamed data of a particular maximum size (Eg. 4-element float point variables). Useful for image processing (red,green,blue,alpha) and 3D graphics(XYZW), but if you're modelling something like ocean currents, global weather, every data element is more than likely going to have more than four variables (eg. temperature, humidity, velocity, pressure, salinity, ground temperature), you may not get full optimisation.

      Plus, you also need a means of getting all these processors to talk to each other. DSP's are nearly always optimised to operate in single pipelines, so don't need much communication support (eg. Sony Playstation 2). However, if you're designing a supercomputer system, the major bottleneck is the communication between processors (network topology). Some applications might only need adjacent processors to talk to each other (global weather simulation usually represents the atmosphere as a single large block of air, with sub-blocks assigned to seperate processors. Other applications might assign individual processors to different tasks, which complete at different rates (eg. the Mandelbrot set). A configurable network architecture allows the system to be used for many more different applications.

  26. Re:Hmm Math? by r00zky · · Score: 2, Informative

    128+4...
    That's like 132 isn't it?


    From the FAQ:

    KASY0's configuration is:
    128 + 4 "cold spare" PC nodes, each containing:
    One AMD Athlon XP 2600+ (the 2.075GHz version)
    One 512MB PC2700 DDR SDRAM
    BioStar M7VIT Pro motherboard
    Two Linksys LNE100TX NICs
    Codegen 6042L case with 400W power supply
    18 BenQ SE0024 24-port Fast Ethernet switches
    405 Cat5 Fast Ethernet cables
    RedHat Linux 9.0, modified Warewulf 1.11


    So it's 128, the other 4 are spares!

    --
    I'm a chainsmokin' alcoholic sociopath, so-ci-o-path
  27. Mckenzie Cluster, faster, cheaper per TFlop by prof_bart · · Score: 5, Interesting
    Hmmm...

    Nice machine, but this January, CITA and the astro department at the University of Toronto brought a 256 node dual Xenon system on line: "1.2 trillion floating point mathematical operations per second (Tflops) on the standard LINPACK linear algebra benchmark." Total cost: CDN$900K (including tax) (in January prices, that's $600K U.S. or $0.50USD/GFlop.) It's being used for some very cool Astro simulations...

    See http://www.cita.utoronto.ca/webpages/mckenzie

    1. Re:Mckenzie Cluster, faster, cheaper per TFlop by afidel · · Score: 2, Informative

      $600,000 dollars / 1,200 Gflops = $500/Gflop. I think you misplaced a decimal in the $Cad->$US conversion =)

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  28. Re:Playstation2 at 5.5GFLOPS costs only $199 $40/G by Arker · · Score: 2, Informative

    Gah feel free to mod the previous version of this comment into oblivion, I hit submit accidentally.

    The numbers you're looking at are marketing numbers first off, and overly generous. Second you don't scale for free - you never get anything like 100 times the performance of a single box when you wire 100 together, for the same reason that you don't get twice the horsepower out of an engine twice the size.

    The previous price/performance champ was in fact a PS/2 cluster, mentioned here, but this AMD cluster is roughly three times the performance for the dollar. You can check the stats with different assumptions on their FAQ page, particularly the section labeled 'Is KASY0 really the first supercomputer under $100/GFLOPS?'

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  29. There is Flop and Flop by Tiosman · · Score: 4, Insightful

    It's not the first time that these folks in KY work around the definition of the acronym "Flop". A Flop is a floating point operation on 64 bits, not 32 bits. All entries in the Top500 used results with 64 bits HPL, nobody else in the world is running HPL on 32 bits. So claiming the moon on 32 bits is easy, useless for the sake of comparaison and almost unethical. I cannot believe that Dr Dietz do not know the difference by now.

    The same machine would yield average results on 64 bits. Difficult to draw attention without headline numbers...

  30. Re:Can't hook ps2's together? by alienw · · Score: 2, Interesting

    Good luck getting a beowulf cluster with that crap. Ethernet is not a good interconnect technology. It's not even a good networking technology. And interconnect technology is the main performance-determining factor with a beowulf cluster.

    Anyway, if you think you can do better with PS2s, why don't you do so?

  31. overclocking by snooo53 · · Score: 2, Insightful
    Looking at the specs I'm curious if anyone thought of overclocking the machines to get an even bigger performance increase. It seems that with most Athlons you can get at least a good 100 mhz of extra speed, even with a stock cooler, by increasing the fsb/multiplier and not even touching the voltage. Even a modest increase like that would yield an extra 12.8GHz of power, dropping that price figure even further. Depending on what type of computing they're doing, increasing the fsb might have an even bigger effect than more GHz

    Granted there might be some heat problems, but judging by their setup, I'm guessing the room is well-cooled.

    --
    The sending of this message pretty much inconveniences everyone involved.
  32. Re:Way to miss the whole point by pclminion · · Score: 2, Interesting
    It depends what sort of cluster it is. If you have a standard network of workstations, and you're running something like PVM or MPI, then each node can run at a different speed. In fact, they don't even have to be the same kind of nodes (you can have different platforms, say Solaris and Linux, both running in the same virtual parallel machine).Usually you will have to adjust your algorithms to account for nodes running at different speeds. But it doesn't make it impossible.

    MOSIX is a parallel cluster operating system based on Linux that can run on nodes of different speeds. They all need to be the same platform, though -- you can't mix Sparc and Intel for example.

    Other supercomputer applications are written specifically under the assumption that all nodes are the same speed, they are linked together a certain way, etc. It all depends on the application.

  33. What about $170K by Axe · · Score: 3, Funny
    That they own to SCO, that damn commies? Did they at least aknowledge using stolen property?

    What a shame. Freeloaders. They would never be able to achieve such performance if not for the fruits of labour of SCO .. eeeh.. lawers?

    --
    <^>_<(ô ô)>_<^>