Slashdot Mirror


IBM Retakes Fastest Supercomputer Title

dshaw858 writes "BBC News reports that IBM has unveiled its new Blue Gene/L machine. The Blue Gene project already has two of the top ten supercomputers in the world. Big news for IBM! I wonder what great things they can calculate in just seconds now... maybe I should get a stronger PGP key."

275 comments

  1. Don't worry by FiReaNGeL · · Score: 4, Interesting

    "IBM and its partners are currently exploring a growing list of applications including hydrodynamics, quantum chemistry, molecular dynamics, climate modeling and financial modeling."

    So no PGP key cracking. At least officially.

    I wonder how the Fold@Home total CPU power compare to this in terms of percentage?

    1. Re:Don't worry by mtrisk · · Score: 0

      financial modeling Well, with all that computing power, they can model the girls over in financials anytime, baybe!

      --

      Without a proper flamewar, Anonymous was undecided on what shell to run.
    2. Re:Don't worry by Coryoth · · Score: 5, Informative

      So no PGP key cracking. At least officially.

      You really need something more than just a really fast/powerful computer to do PGP cracking. You're going to need something that can help you get your fingernails under the problem, because even this machine couldn't brute force PGP keys. There has been some papers written on theoretical weaknesses in RSA that, given a custom built machine, could be exploited. This is not a custom built RSA cracker. It may have enough raw power to make up for that of course, and that means you might manage 1024 bit RSA cracking if you are determined. Unfortunately any sane PGP/GPG users are using Diffie-Hellman/El-Gamal rather than RSA as their public key system, and for now there aren't any similar attacks for the discrete log problem as there are for factoring.

      Your paranoia is misplaced. You should be worried that the NSA has come up with a serious break in RSA and Diffie-Hellman schemes that let them be cracked by a nice ordinary supercomputer, rather than worried about computer power overtaking key size. Most key sizes are chosen to have a fairly long lifespan even with massive increases in computing power. You aren't going to brute force 128bit symmetric systems any time soon, no matter how much computing power you stack up against it. No, the fear is in breaks to the encryption scheme.

      Jedidiah.

    3. Re:Don't worry by JPriest · · Score: 5, Funny

      If people want your key so bad they will build a supercomputer this big to crack it, you have plenty other things to worry about.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    4. Re:Don't worry by metlin · · Score: 4, Interesting

      Financial Modelling _is_ a big thing. I've worked on modelling stock and economic data using game theory and various analytic methods -- it's not as simple as that.

      There's a lot of patterns, and a hell lot of data processing to be do.

      However, that said, financial data modelling is not something which I think can be cracked using brute-force power. Although there has been a lot of fundamental progress in terms of using OR and GT algorithms and the like, it hasn't really had that "big breakthrough" to fundamentally determine the basis of financial data and market behaviour, and perhaps we never will.

      Ofcourse, as always hope springs eternal - but that would also make markets a whole lot deterministic and bring about some serious differences in the way business is done.

    5. Re:Don't worry by Duncan3 · · Score: 2, Insightful

      I wonder how the Fold@Home total CPU power compare to this in terms of percentage?

      Folding@home has almost 3x the FLOPS, but we're all on the same side here. Slightly different problems can be tackled when you have local bandwidth.

      Also keep in mind that Folding@home is not one project, but dozens of projects sharing the same CPU pool.

      Years to go before we figure out how folding really happens...

      --
      - Adam L. Beberg - The Cosm Project - http://www.mithral.com/
    6. Re:Don't worry by Anonymous Coward · · Score: 0

      > Unfortunately any sane PGP/GPG users are using Diffie-
      > Hellman/El-Gamal rather than RSA

      I was just reminded me of this

    7. Re:Don't worry by Anonymous Coward · · Score: 0

      well done for slashdotting this poor Internode user's connection :)

    8. Re:Don't worry by Anonymous Coward · · Score: 0

      Aren't Diffie-Hellman and El Gamal just key exchange methods? I didn't know they had anything to do with the encryption itself...

    9. Re:Don't worry by Anonymous Coward · · Score: 0

      BTW, I like your website

    10. Re:Don't worry by Anonymous Coward · · Score: 0

      isnt slashdotting when the server keels over from hits?

    11. Re:Don't worry by Anonymous Coward · · Score: 0

      I concur, you should move out of USA borders before it's too late.

    12. Re:Don't worry by mystran · · Score: 1
      Ofcourse, as always hope springs eternal - but that would also make markets a whole lot deterministic and bring about some serious differences in the way business is done.

      But hey, that'd immediately change the markets, so you'd probably need a new model.

      I don't believe that predicting the markets on the big scale is ever possible, simply because the predictions affect the system. You would have to predict how your predictions affect the system, and if that was public, then how the predictions on effects of predictions... and so on..

      --
      Software should be free as in speech, but if we also get some free beer, all the better.
    13. Re:Don't worry by Coryoth · · Score: 4, Informative

      Aren't Diffie-Hellman and El Gamal just key exchange methods? I didn't know they had anything to do with the encryption itself...

      Diffie-Hellman is just key exchange, El-Gamal is effectively using Diffie-Hellman style operations for encryption. The important thing to remember is that PGP/GPG only uses the public key aspect for key exchange. The message itself in encrypted with a symmetric cipher scheme, and the public key is simply used to exchange the one time key for the symmetric cipher for that particular message.

      Jedidiah.

    14. Re:Don't worry by orangesquid · · Score: 1

      Hmm.

      But when do you think distributed.net will have a BlueGene/L port?

      --
      --TheOrangeSquid Is it any wonder things seem so awry? We swim in a sea of confusion and don't have to think to survive
    15. Re:Don't worry by Anonymous Coward · · Score: 0

      The scientists at LLNL are not interested in cracking the code to your collection of homemade wonderwoman erotica.

      Yet.

      Give the New-Right Hegemony half a chance, then only the rich can have porn.

    16. Re:Don't worry by Tim+C · · Score: 4, Interesting

      Good point.

      What would you do - sink a few hundred million in building a supercomputer to crack some guy's PGP key, or kidnap him, hold a gun to his head and ask for the passphrase?

      You'd build the computer if it was imperative that the guy not know you'd cracked his encryption, or if you wanted to do it on a large scale. If it's just one or two guys, and secrecy isn't necessarily an issue, there are other ways...

    17. Re:Don't worry by Gil-galad55 · · Score: 4, Funny
      As my number theory prof once famously said, "There are easier ways of finding out secrets than factoring large primes."

      Well, I thought it was funny!

      --

      To follow knowledge like a sinking star, / Beyond the utmost bound of human thought. ("Ulysses", Tennyson)

    18. Re:Don't worry by Anonymous Coward · · Score: 0

      > I wonder how the Fold@Home total CPU power compare to this in terms of percentage?

      Not to worry the Folding@home has more power in terms of TFLOPS than the Blue Gene/L (195 TFLOPS vs. 70 TFLOPS):
      http://vspx27.stanford.edu/cgi-bin/main.py?qtype=o sstats

      But there is no competition, the Pande Group and Blue Gene/L teams are cooperating:
      http://forum.folding-community.org/viewtopic.php?p =67420#67420

    19. Re:Don't worry by fatphil · · Score: 2, Interesting

      How can something that says "this machine couldn't brute force PGP keys." and "that means you might manage 1024 bit RSA cracking if you are determined" get moderated to +5?

      You're gibbering, sir. You say one thing and then the opposite.

      No-one "brute forces" PGP keys, that's not how you crack them. Exactly how you crack them depends on what the underlying algorithm is, it's either GNFS factoring or discrete logarithm, but _neither_ is brute force. So your first point is wrong.

      With current algorithms, 1024 bits is completely out of reach. The algorithms are mostly "embarassingly parallel", and therefore there's little gain from a tighty-coupled supercomputer (except at the LA stage at the end, but that's a fraction of the total workload). So this machine is no greater than the sum of its parts (i.e. several thousand high speed processors). Such a setup cannot crack 1024-bit keys. So your second point is wrong.

      FP.

      --
      Also FatPhil on SoylentNews, id 863
    20. Re:Don't worry by JanPeterBalkenende · · Score: 1
      I wonder how the Fold@Home total CPU power compare to this in terms of percentage?
      They don't. This seems something that needs to be cleared up every supercomputing topic. Things you can calculate on a supercomputer, like the LINPACK benchmarks, are impossible using distributed network computing. Network computing is only useful for problems that can be chopped up in many pieces, each of which can be solved by one computer on its own.

      In problems that supercomputers have to deal with, hydrodynamics, climate modelling, the work can be chopped up, but partial results of each processor need to be communicated to other processors and this many times during computation. Now if you think how many messages you can send over a network in a second and compare this with the number of computations that can be done in a second, it is easy to see that this kind of communication easily becomes a bottleneck. Even a processor accessing its own memory experiences this kind of bottlenecks, now imagine a system in which a few thousand processors have to share some information. As an extra handycap the problems of cooling an overclocked pentium is child's play compared to cooling thousands of processors crammed together.

      If it weren't for these practical problems, a little math shows that if you would tie some 20,000 Pentium-4, 3Ghz 's together (each giving you about 3800 MFlop/s), you would have yourself a system of 76 TeraFlop/s for only $20 milion. And you think you can buy a Blue Gene for that money....
    21. Re:Don't worry by NanoGator · · Score: 1

      "If people want your key so bad they will build a supercomputer this big to crack it, you have plenty other things to worry about."

      If somebody actually gained access to one of these machines for that specific purpose, I'd just hand them the key and say "You win!"

      --
      "Derp de derp."
    22. Re:Don't worry by Vicsun · · Score: 1
      I wonder how the Fold@Home total CPU power compare to this in terms of percentage?
      F@H is currently at 196 TFlops, while the IBM machine is at 70.72 TFlops. So Folding@Home runs at 270% the speed of Blue Gene/L. Pretty neat =)
    23. Re:Don't worry by spitefulcrow · · Score: 1

      Only for now. BlueGene/L has 70 teraflops while still under construction. When finished, as TFA said, it'll do 360. I know one of the guys working on this, he said the architecture can scale to 4 million processors before it becomes inefficient.

      --
      Sorry, my karma just ran over your dogma.
    24. Re:Don't worry by spitefulcrow · · Score: 1

      BlueGene/L has some neat solutions to those problems. The interconnects are done in a 3-dimensional torus where each processor communicates (over a custom bus) with those around it in 6 directions. Memory is on the same card as the processors. 16 processor cards (with 4 processors on each one) make up one board. The boards are mounted sixteen to a frame, two frames to a rack (2048 CPUs per rack) and talk to each other and the storage system over GigE.

      --
      Sorry, my karma just ran over your dogma.
    25. Re:Don't worry by ezzzD55J · · Score: 1
      " As my number theory prof once famously said, "There are easier ways of finding out secrets than factoring large primes."

      Nitpick: Factoring primes eh?

      The technical term for one such method is rubber-hose cryptanalysis..

      I was a bit relieved to find out that, according to a book (Ross Anderson's Security Engineering I think) I've read, the implied method is slapping a rubber hose against the subject's feet.. I was worried about more awful forms of rubber hose application to the human body.

      I suppose this is plenty awful soon enough though.

    26. Re:Don't worry by Gil-galad55 · · Score: 1

      Yeah, I deserve that ;) My excuse is that it was early morning... but here's hoping my professor doesn't read this!

      --

      To follow knowledge like a sinking star, / Beyond the utmost bound of human thought. ("Ulysses", Tennyson)

    27. Re:Don't worry by EngMedic · · Score: 1

      to quote from the jargon file

      rubber-hose cryptanalysis: n.

      [sci.crypt newsgroup] The technique of breaking a code or cipher by finding someone who has the key and applying a rubber hose vigorously and repeatedly to the soles of that luckless person's feet until the key is discovered. Shorthand for any method of coercion: the originator of the term drily noted that it "can take a surprisingly short time and is quite computationally inexpensive" relative to other cryptanalysis methods.

      --
      filter: +3. Hey, look! all the trolls went away!
    28. Re:Don't worry by Anonymous Coward · · Score: 0

      Why doesnt any 'geek' worry/care about what is actually inside the machine ?

    29. Re:Don't worry by PingPongBoy · · Score: 1

      Unlikely to target just one person - an attack would be a demonstration of a crack. In a way of speaking supercomputers are cracking the secrets of nature - to find some reliable pattern of prediction without having to do the massive calculations required by fundamental models, or if all else fails to demonstrate that massive calculations are still doable for problems at the scale of humanity.

      --
      Know your pads. One time pad: good for cryptography. Two timing pad: where to take your mistress.
  2. Bah by zaxios · · Score: 4, Funny

    IBM Retakes Fastest Supercomputer Title

    If their supercomputers really were that fast, they would have taken the title back earlier.

    1. Re:Bah by RealProgrammer · · Score: 1

      That's comedy gold!

      --
      sigs, as if you care.
    2. Re:Bah by Anonymous Coward · · Score: 0

      Huh?

  3. Again? by abrotman · · Score: 0, Redundant
    1. Re:Again? by SonicBurst · · Score: 2, Informative

      No, that record was set by a previous machine. This one is just a prototype for a much larger/faster version, and still managed to hit 70 teraflops...

      --

      Geek used to be a four letter word. Now it's a six-figure one.
    2. Re:Again? by Anonymous Coward · · Score: 2, Insightful

      The machine has more nodes this time. It clocked in at over 70 teraflops, instead of the "mere" 36 that they had last time.

      They probably did this because NASA/SGI's Columbia machine did over 40 teraflops a few weeks ago and the Top 500 list is coming out this Monday. They wanted to be on top, I think. :)

    3. Re:Again? by NanoGator · · Score: 1

      "Slashdot's Previous story"

      I agree. On another note, it really bugs me when they hold the Olympics every four years when the record was set a long time ago. Old news.

      --
      "Derp de derp."
    4. Re:Again? by Anonymous Coward · · Score: 0

      This one is just a prototype for a much larger/faster version...

      ...the parameters of which this one is not worthy to calculate!

  4. Uh oh by paul248 · · Score: 5, Funny

    So, IBM is taking the "Fastest Supercomputer" title away from NEC's Earth Simulator. How can NEC stand for this obvious theft of intellectual property? I sense a lawsuit brewing...

    1. Re:Uh oh by LiquidCoooled · · Score: 5, Funny

      Yes, the RIAA are going to sue IBM for billions of dollars.

      They played one illicit mp3 at 70 teraflops.

      An RIAA spokesperson said "Playing a song at those astronomical speeds is highly illegal, it almost burnt our accountants fingers just counting the zeros!"

      --
      liqbase :: faster than paper
    2. Re:Uh oh by fbform · · Score: 3, Funny

      They played one illicit mp3 at 70 teraflops.

      Knowing the RIAA's history, they'd probably claim that it was equivalent to playing millions of MP3s at consumer PC speeds. :-)

      --
      Time flies like an arrow. Fruit flies like a banana.
    3. Re:Uh oh by Anonymous Coward · · Score: 0

      They played one illicit mp3 at 70 teraflops.

      Yeah, but when they played the Beatles' "I am the Walrus" backwards, Paul actually came back to life.

  5. Hm by TupperTrenine · · Score: 0, Redundant

    Obligitory infinite loop comment

    1. Re:Hm by dtfinch · · Score: 1

      Oblicatory beowulf cluster comment

    2. Re:Hm by dtfinch · · Score: 1

      Typed a little too fast there

    3. Re:Hm by irc.goatse.cx+troll · · Score: 1
      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    4. Re:Hm by dtfinch · · Score: 1

      According to the comment id's and times it appears I was.

  6. "has two of the top ten supercomputers" by Anonymous Coward · · Score: 5, Funny

    Ah...

    Must be those 2 guys I always see playing Quake with 1ms pings.

    1. Re:"has two of the top ten supercomputers" by dshaw858 · · Score: 1

      No, those are the guys with the OC-128 lines.

      - dshaw

    2. Re:"has two of the top ten supercomputers" by adler187 · · Score: 1

      Don't you mean Doom 3?

    3. Re:"has two of the top ten supercomputers" by 26199 · · Score: 1

      ...who are also very close to the server. The speed of light is only 300,000km/s, so if you want a 1ms ping, you can only be 150km from the server, at the very most.

    4. Re:"has two of the top ten supercomputers" by Anonymous Coward · · Score: 0

      $25? What the fuck? Here in Finland I just paid 9 euros for Quake 1 (I figured that since I spent several years playing hours of Team Fortress every day, I should finally buy the original). One euro about equals one dollar, as far as I know.

    5. Re:"has two of the top ten supercomputers" by Anonymous Coward · · Score: 0

      "The speed of light is only 300,000km/s"

      ONLY?!

    6. Re:"has two of the top ten supercomputers" by badpenguin · · Score: 0

      I bet $100 the servers within.... there house.

    7. Re:"has two of the top ten supercomputers" by Anonymous Coward · · Score: 0

      I thought the Earth Simulator guys were playing Quake all day...

    8. Re:"has two of the top ten supercomputers" by 100_Monkeys_Typing · · Score: 1

      electricty moves slower than the speed of light in copper. So unless everything is fiber... it would have to be a lot closer.

    9. Re:"has two of the top ten supercomputers" by Anonymous Coward · · Score: 1, Informative

      this also applies to fiber because the rays actually travel like /\/\/\/\/\/\/\/\

    10. Re:"has two of the top ten supercomputers" by 26199 · · Score: 1

      True. But I believe it's something like .7 times the speed of light. So in fact it's not that big a difference.

      Remember, it's not the electrons which transfer information (they travel very slowly indeed, on average). It's waves in the electric field.

  7. Re:Oh, this is so great by Demogorgo · · Score: 0, Troll

    what vendor do you recommend for jewkilling?

  8. What about SGI? by enigma32 · · Score: 5, Interesting

    I recently read that SGI was to be claiming the world's most powerful supercomputer record from the Earth Simluator...

    Does this mean that IBM leapfrogged SGI or does this mean that the SGI machine (to be built for NASA) wasn't all that exciting?

    http://www.sgi.com/features/2004/oct/columbia/

    1. Re:What about SGI? by Anonymous Coward · · Score: 0

      There has been a shuffle of a handful of new computers, each successively beating Earth Simulator. IBM first then some others then IBM again to make sure it stays on top fo the anouncement at Supercomputing 2004 conference next week

    2. Re:What about SGI? by LnxAddct · · Score: 2, Informative

      It means that the SGI announcement was of theoretical performance. In theory it is the fastest machine on earth... they are in the process of verifying that with tests right now. Once its proven you'll see the title taken by SGI again. Then the Earth Simulator will be 3rd on the list.
      Regards,
      steve

    3. Re:What about SGI? by Anonymous Coward · · Score: 3, Interesting

      There will always be a competitor claiming the fastest supercomputer. It's always a game of leapfrog.

      The rankings used in supercomputing measure very specific benchmarks and have very specific deadlines.

      In this case, SGI has a computer reportedly faster than Blue Gene/L, but it is neither 1) in production by the deadline nor 2) independently verified results.

      Sure, they might do this, but by then the next supercomputer will shame SGI's new baby. Like I said, leapfrog.

      Rankings are all about a fairly arbitrary snapshot in time.

    4. Re:What about SGI? by Anonymous Coward · · Score: 2, Insightful

      No, it just means that IBM (this time, at least) are full of PR-shit. The supercomputer they're talking about has one big difference from NASA's new system - the IBM box hasn't even left development yet, whereas the SGI system has been shipped and installed at a paying customer's site.

      Need proof? Here's one way you could go about getting it:

      (you) Hi IBM, I'm thinking of buying a BlueGene system for my lab, but I'm wondering - what operating system can I install on it?
      (IBM) It runs Linux!
      (you) But I looked carefully through the Linux source code, and couldn't find any mention of BlueGene systems. Are you sure it'll work?
      (IBM) Actually, you need to use our modified version of Linux.
      (you) Oh okay, no problem. Where can I get the source?

      At this point, the IBM sales rep's head will implode as he realises he has only two options: he can either stall (and the longer he stalls, the more it looks like he might be violating the GPL!), or he can admit the truth: the operating system doesn't _actually_ exist yet in any sort of finished form yet.

      On the other hand, SGI's version of Linux that runs on the 256-way Altix BX2 systems is a free download, as it should be. Start here.

      Hope this helps! Your post does raise the interesting question of where the Top500 group (or benchmarking people more generally) should drawn the line: it's nice to know about cutting edge machines, which may even be "one of a kind" installations, but somehow it's not so helpful when companies announce performance results of things they haven't even finished building it. It would not be out of the realms of possibility that the final BlueGene machine shares little (or nothing) in common with the machine they're talking about today, which would mean that this PR is basically nothing but a fairly baseless grab at mindshare.

    5. Re:What about SGI? by Anonymous Coward · · Score: 1, Informative

      SGI are NUMA. This is a cluster.

      SGI NUMA boxes are the fastest *single system image* machines around. No question.

    6. Re:What about SGI? by Anonymous Coward · · Score: 0

      I personally didn't find a super computer that uses 10,240 Itanium 2 procs to achieve 15 teraflops very exciting, considering that it only takes 3,132 G5s to exceed 25 teraflops. :)

      http://www.apple.com/science/profiles/colsa/

    7. Re:What about SGI? by Anonymous Coward · · Score: 0

      Er that Itanium box runs at 55TFLOPS, not 15. Wake up dude.

    8. Re:What about SGI? by NanoGator · · Score: 1

      "Does this mean that IBM leapfrogged SGI or does this mean that the SGI machine (to be built for NASA) wasn't all that exciting?"

      That depends: Are we talking today or yesterday?

      --
      "Derp de derp."
    9. Re:What about SGI? by eXtro · · Score: 1

      Bullshit. The sgi machine was up at NASA doing real work. The IBM machine's benchmarks have only been repeated in their manufacturing floor. I'm not saying the results are bogus but I'm saying that sgi is the one with the production ready supercomputer.

      The bigger deal is that this sucker was put together and running customer code in 15 weeks. The build went so smoothly that people were surprised when a freshly installed machine didn't just run by the end of the day.

    10. Re:What about SGI? by Johnny+Mnemonic · · Score: 1


      (you) Oh okay, no problem. Where can I get the source?

      (IBM) When you purchase (and take delivery of) the system, we'll be happy to give you the source upon request. Of course, there's nothing in the GPL that requires that we give source to everyone! Only to those who purchase and take delivery of our binaries.

      --

      --
      $tar -xvf .sig.tar
    11. Re:What about SGI? by Wesley+Felter · · Score: 1

      Wow, nice FUD. It is true that BG/L is not finished, but it's more mature than you make it out to be. The hardware is finalized; the only difference between the current system and the final LLNL system is the number of racks. The software is working well enough for people to run real apps; all that's left is fixing bugs and tweaking for better scalability.

    12. Re:What about SGI? by Anonymous Coward · · Score: 0

      I see, now I've been informed. But in actuality this system peaked at 42.7 Teraflops. Not bad, but still not exciting for over 10k of CPUs. :)

    13. Re:What about SGI? by Anonymous Coward · · Score: 0

      "Informative"?

      NUMA doesn't mean the opposite of cluster. It's just refers to one way (non-uniform) of implementing the shared memory.

      And Blue Gene/L is not a cluster. It is a single system image supercomputer.

      IOW, the parent talks bollocks.

    14. Re:What about SGI? by thatguy[tc] · · Score: 1

      Actually... The Top500 rankings system does establish some limits to prevent vendors from building, benchmarking, and publishing results on systems which are not available to customers. The restriction is that only 5% of a single vendor's total listed processing power can be at vendor owned facilities. See the Call for Participation.

      We're not sure if BlueGene will be included on the list to be published this week, as it's an engineering system on IBM's manufacturing floor, and does not (yet) belong in a comparison of production systems. IBM needs 1,330 Terraflops of non-internal systems on the list to qualify BlueGene. The current list has ~400 TF worth of IBM systems, so BlueGene is unlikely to be on Tuesday's list unless the list maintainer decides to include it anyway.

      What's certain is the the Earth Simulator will no longer be #1: NASA's SGI cluster was installed on site and in production even before being benchmarked, and the announced results of 42TF will push it down a notch just as easily as the "quietly submitted" results of 51.

      IBM's system will certainly be high on the list when it enters, but subject to the list maintainer's discretion, they may have to wait until actually shipping it before they can have it included on the list. If they can manufacture, ship, and benchmark a 70TF system in the next 6 months, they likely will be #1 when the next list is published. Unless of course somebody buys an even larger Altix cluster or another vendor releases something competitive.

      The restriction on submissions was designed for exactly this type of situation, and there's two parts to it:
      What can be built in a lab is a function of money, and the larger vendors with other revenue streams can afford to build large systems for no purpose other than to post a benchmark - while smaller vendors can only afford to build what they can sell.
      Posting more flops than anyone else is good work, but it really doesn't mean much to the HPC industry or user community until people can buy one, have it installed, and run their code on it.

    15. Re:What about SGI? by RageEX · · Score: 1

      > Does this mean that IBM leapfrogged SGI

      Yup. Though I don't think anything is 'official' till the new top500 list comes out.

      > or does this mean that the SGI machine (to be
      > built for NASA) wasn't all that exciting?

      Columbia is definitely exciting. Even if it doesn't post the largest LINPAK numbers it is an exceptional machine on several different metrics. And don't use the future tense, the system was finished in October.

    16. Re:What about SGI? by RageEX · · Score: 1

      > In this case, SGI has a computer reportedly
      > faster than Blue Gene/L,

      All IBM has is a report too. Nothing is 'official' until the next top500 list is released.

      > but it is neither 1) in production by the
      > deadline

      Amazing what people believe and then pass on without checking out the facts. The SGI system was fully installed and running in *October*. This was on Slashdot last week. In fact one of the interesting things about the story was that the whole system was built in only 4 months. In fact it is the IBM system which is not running in production. This is such a glaring error I wonder if you typed SGI instead of IBM...

      >nor 2) independently verified results.

      Neither are IBMs. Wait for the top500 list. 3 numbers have come from SGI, 42-ish, 51-ish, and 60-ish. But ultimately who cares? It's merely interesting trivia. Besides the SGI system is interesting for several reasons and even if it is not at the top of the top500 list it still leads in other metrics.

  9. How 'bout by iminplaya · · Score: 2, Interesting

    I wonder what great things they can calculate in just seconds now...

    How 'bout this? 1,000,000! It tatkes pretty long on my P3.

    --
    What?
    1. Re:How 'bout by Anonymous Coward · · Score: 0

      perhaps a cure for hemorrhoids? .

    2. Re:How 'bout by Anonymous Coward · · Score: 0

      I just did that a few days ago for fun.

      It took about 19.51 hours to calculate the number and then about 25.35 hours to convert it to decimal. That, with a program written in java on a Duron 850MHz laptop.

      The resulting number is 5,565,709 digits long.

    3. Re:How 'bout by Anonymous Coward · · Score: 0

      thats what you get for writing it in java. the next time you need something to do some real math, even vb will do better.

    4. Re:How 'bout by acidblood · · Score: 1

      You just need the right software. With PARI-GP my 2.6 GHz P4 takes a little more than 13 seconds.

      --

      Join the NFSNET. Our prime goal is making little numbers out of big ones. http://www.nfsnet.org/

    5. Re:How 'bout by Eric604 · · Score: 1

      for something like that, asm is the right tool

  10. Chaos Theory... by oneiron · · Score: 5, Interesting

    They really need to get these things crackin on chaos theory... How many inhabited planets equals one amino acid chain? What are our odds of hitting the protein jackpot? You know?

    1. Re:Chaos Theory... by nwbvt · · Score: 1, Insightful
      "What are our odds of hitting the protein jackpot?"

      100%. Given that we exist on this planet (which is of course a necessary fact in order for there to be a 'we' in the equation), proteins must exist on our planet. The probability of any given planet having proteins evolve is irrelevant as we do not live on just 'any given planet', we must (as a condition of our existence) live on a planet on which life did evolve.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    2. Re:Chaos Theory... by Coryoth · · Score: 3, Insightful

      They really need to get these things crackin on chaos theory... How many inhabited planets equals one amino acid chain? What are our odds of hitting the protein jackpot? You know?

      Ah, Chaos Theory possibly the most widely popularised, yet least widely understood areas of mathematics ever. Exactly how is Chaos Theory going to help in counting extrasolar planets, or calculating probabilities? You need to actually have some understanding of the system before you can hope to actually apply any dynamical system theory to it at all. Presently, I don't think we do understand exactly how random chemicals manage to form proteins, and self replicating chemicals. I don't see how a fast computer and a fueld of math largely irrelevant to the subject at hand is going to help.

      Jedidiah.

    3. Re:Chaos Theory... by oneiron · · Score: 1

      Do we exist on this planet or do we exist in this universe? I'm not sure if you grasped my point. I was hinting at a wild idea/hypothesis/theory that popped into my frontal lobe, recently:

      -Our universe as part of a pool of goop on a planet which exists on a size-scale millions of times greater than our own.

      -Humans as the worker-bees trying to create the puzzle pieces of the amino-acids/protiens that are developing in this pool of goop.

      -Or maybe a pool of goop inside of some alien uterus or maybe that's all existence is....an infinite loop of birth and death and alien uteruses... (new idea just now)

      Ok, I could go on forever...more and more metaphysical with each passing sentence. You get the point. Is your scientific frame of mind bored yet? What about your spiritual one? Are they both just annoyed?

    4. Re:Chaos Theory... by oneiron · · Score: 1, Flamebait

      Think in broader terms, please. I know what Chaos Theory is. It doesn't answer my questions directly, but it points us in the right direction.

    5. Re:Chaos Theory... by __aaijsn7246 · · Score: 1

      You do awesome drugs...
      But seriously, I have had similar thoughts :)
      Maybe our universe is just a logic gate?! All that we do just goes down to 1 output..!@#@

    6. Re:Chaos Theory... by div_B · · Score: 1

      we must (as a condition of our existence) live on a planet on which life did evolve.

      Or maybe life evolved somewhere else and arrived here sometime before now. You want to consider that? Or does that just complicate things to much for you, and you'd rather not make pesky distinctions like that between necessary and sufficient?

    7. Re:Chaos Theory... by Photar · · Score: 1

      My wife hits the "proten jackpot" quite often. Oh wait, that protein jackpot. Nevermind.

      --
      He who knows not and knows he knows not is a wise man. He who knows not and knows not he knows not is a fool.
    8. Re:Chaos Theory... by nwbvt · · Score: 1
      Highly unlikely and completely irrelevant even if it did happen. It doesn't really matter if the "protein jackpot" evolved here from lose amino acid bases or came here from an extraterrestrial source. Their abundancy is still a necessary condition of our existence.

      And it is certainly not a sufficient condition. Anyone with half a brain knows that just because amino acids were able to come into existence in no way means that intelligent life, much less us in particular, would also come into existence on the same planet.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    9. Re:Chaos Theory... by nwbvt · · Score: 1

      Those are some powerful drugs you are taking there. Doesn't mean what you wrote is in any way meaningful.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    10. Re:Chaos Theory... by nwbvt · · Score: 4, Funny
      "I know what Chaos Theory is."

      No you don't. Put down the joint before you hurt someone.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    11. Re:Chaos Theory... by Anonymous Coward · · Score: 0

      Unless your hypothesis is as consistent or more consistent with our observations of reality as other hypotheses, and at least as simple it's not particularly useful.

      If you don't like that, go do some more observing.

      Or maybe Kermit The Frog is God, manipulating us through the Muppet Show, and all history predating the Muppet Show is just a fancy special effect. You want to consider that? I thought so.

    12. Re:Chaos Theory... by NanoGator · · Score: 0, Troll

      ""What are our odds of hitting the protein jackpot?"

      100%."


      What are the odds of our ship exploding? It's got saftey devices and so on. I mean, the odds of it blowing are 1 to.. *BOOM*... one.

      Smeg.

      --
      "Derp de derp."
    13. Re:Chaos Theory... by Anonymous Coward · · Score: 0

      How many inhabited planets equals one amino acid chain?

      I don't know.. how many melons equals one shoebox?

      What are our odds of hitting the protein jackpot?

      What is the "protein jackpot" supposed to be?

      You know?

      No, I don't. If you've got something to say, make your point in certain and clear terms and don't just throw around words expecting people to think you're smart.

    14. Re:Chaos Theory... by oneiron · · Score: 0, Flamebait

      No you don't.

      I know more than you think.

      Put down the joint before you hurt someone.

      Good advice. Unfortunately, for your ego.. I didn't need it.

    15. Re:Chaos Theory... by oneiron · · Score: 1

      Meaning is a relative term.

      I know my ideas are nothing more than a few of the billions of infinite possibilities of existence. Can you say the same of yours?

      Is it dangerous to aspire to such great heights? I think it could be, but I'm still learning (you've helped). There is a balance. I know this much. I intend to position myself just to the left of center because I've found the surface in the middle is a tad slippery.

    16. Re:Chaos Theory... by Anonymous Coward · · Score: 0

      YOU ARE DENSE.

    17. Re:Chaos Theory... by div_B · · Score: 1

      Highly unlikely and completely irrelevant even if it did happen. It doesn't really matter if the "protein jackpot" evolved here from lose amino acid bases or came here from an extraterrestrial source. Their abundancy is still a necessary condition of our existence.

      Of course having amino acids in abundance is a necessary condition of our existence. However, you originally stated something quite different:

      we must (as a condition of our existence) live on a planet on which life did evolve.
      That's just plain wrong. Just because there are humans here, it doesn't immediately follow that life evolved here. It's a good bet, sure, but you were taking it to be a logical truth, which it aint. That's why it it's very relevant, because the possibility life evolved somewhere else, and arrived here, denies it the status of logical truth.

      And it is certainly not a sufficient condition. Anyone with half a brain knows that just because amino acids were able to come into existence in no way means that intelligent life, much less us in particular, would also come into existence on the same planet.

      Granted, and I should have spelled it out more carefully:

      We see that human life exists here. That this life could be traced back through it's evolutionary ancestry to a few amino acids forming in a rock pool, on this planet, under god knows what conditions, would be sufficient to explain our observation. It wouldn't be necessary though, as there are other ways we could have arrived at the state we observe today. That's the distinction I was talking about.

    18. Re:Chaos Theory... by nwbvt · · Score: 1
      "That's just plain wrong. Just because there are humans here, it doesn't immediately follow that life evolved here. It's a good bet, sure, but you were taking it to be a logical truth, which it aint. That's why it it's very relevant, because the possibility life evolved somewhere else, and arrived here, denies it the status of logical truth."

      There are truths other than logical truths. Logical truths can only exist in an abstract representation of the world. I was clearly discussing a scientific truth. All evidence suggests life evolved on Earth, and no respected scientist will argue otherwise. Regardless, your nitpick is still irrelevant.

      "That this life could be traced back through it's evolutionary ancestry to a few amino acids forming in a rock pool, on this planet, under god knows what conditions, would be sufficient to explain our observation."

      Your egregious misuse of the terms "necessary" and "sufficient" make your nitpick concerning my use look downright silly.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    19. Re:Chaos Theory... by div_B · · Score: 1

      Unless your hypothesis is as consistent or more consistent with our observations of reality as other hypotheses, and at least as simple it's not particularly useful.

      [Sigh] Of course, that would be true if I were hypothesizing, however I was not, and nor was the GP. He was supposedly deducing that life must have evolved here, given that we are here today. I agree that it's very likely that life did evolve here, but it's certainly not so bloody self-evident that it has probability 1. And if he were hypothesizing, then being so ridiculously dogmatic about one's position wouldn't exactly make for good science, IMHO.

    20. Re:Chaos Theory... by oneiron · · Score: 1

      I know.

    21. Re:Chaos Theory... by oneiron · · Score: 1

      Maybe our universe is just a logic gate?! All that we do just goes down to 1 output..!@#@ In some sense...

    22. Re:Chaos Theory... by ratsnapple+tea · · Score: 1

      Dude, lay off the poor guy. You don't have a lot of friends, do you?

  11. Yeah. by Anonymous Coward · · Score: 2, Funny

    But can it cook me dinner yet? Seriously how much f***ing computer power do we need to bake brownies? I can't wait to throw out my girlfriend 1.0 once they finally come up with one that doesn't put up a inpenetrable firewall in bed.

    1. Re:Yeah. by Anonymous Coward · · Score: 1, Funny

      AMD makes the only chip hot enough to bake anything.

    2. Re:Yeah. by Anonymous Coward · · Score: 0

      You haven't tried new Lays Spicy Cajun.

    3. Re:Yeah. by konstantinlevin · · Score: 1

      /sbin/bake -Cc cookie
      rpm frontdoor
      order -pmsgo --timelimit=30 pizza

      --
      What the hell was I supposed to be doing? I was going to do something, and now I'm on /.
    4. Re:Yeah. by prockcore · · Score: 1

      I can't wait to throw out my girlfriend 1.0 once they finally come up with one that doesn't put up a inpenetrable firewall in bed.

      That reminds me of that old joke:

      "The only thing that a hacker can't get past is a pair of panties"

    5. Re:Yeah. by Anonymous Coward · · Score: 0

      But can it cook me dinner yet? Seriously how much f***ing computer power do we need to bake brownies? I can't wait to throw out my girlfriend 1.0 once they finally come up with one that doesn't put up a inpenetrable firewall in bed.

      Which is funny, as I heard your girlfriend is planning to switch to an iBoyfriend running Mac Oh Sex which is more stable, better looking, less likely to pick up viruses, stays up long into the night being creative and doesn't spew out male chauvinstic crap in public forums.

    6. Re:Yeah. by YetAnotherGeekGuy · · Score: 1

      But can it cook me dinner yet?

      At 1.5 MW it can cook dinner for a whole city. Reminds me of all the Mainframes that got donated to universities since the 60's. They're really neat to have as a museum piece (even if they do consume the entire basement's space), but no University runs them because they can't afford the power to turn them on.

      --

      to the Engineer, the glass is neither half full nor half empty. Its just two times too big.
    7. Re:Yeah. by NanoGator · · Score: 1

      " I can't wait to throw out my girlfriend 1.0...that doesn't put up a inpenetrable firewall in bed."

      Impenetrable firewall, or are her available sessions in use?

      --
      "Derp de derp."
    8. Re:Yeah. by IdleTime · · Score: 1
      --
      If you mod me down, I *will* introduce you to my sister!
    9. Re:Yeah. by Anonymous Coward · · Score: 0

      another reason to support IBM!
      Bake em cross!

  12. This begs the question: by Anonymous Coward · · Score: 1, Funny

    Will this computer be able to beat humans at chess?

    1. Re:This begs the question: by Clueless+Moron · · Score: 1
      My ancient palmpilot can beat pretty well anybody on the street at chess.

      Get over chess fetish already. It's not what humans are best for.

    2. Re:This begs the question: by Anonymous Coward · · Score: 0
    3. Re:This begs the question: by Anonymous Coward · · Score: 0

      *cough* RAISES the question.

    4. Re:This begs the question: by Anonymous Coward · · Score: 0

      Humans are generally best for preparing fast food and locating, scanning and bagging items for me at Wal-mart.

    5. Re:This begs the question: by Mathiasdm · · Score: 1

      You don't even NEED a 70 teraflops computer. This one will do: http://www.research.ibm.com/deepblue/meet/html/d.3 .html

      --
      Join the anonymous, help develop the network: http://www.i2p2.de
    6. Re:This begs the question: by sxtxixtxcxh · · Score: 1

      ... says our new supercomputer overlords.

      --
      for a minute there, i lost myself...
    7. Re:This begs the question: by whataboutMike · · Score: 2, Interesting

      As mentioned in this article http://games.slashdot.org/article.pl?sid=04/01/06/ 0511220&tid=127&tid=208&tid=10 computers have no problem beating humans at chess. What would really make news is if computers would start beating humans at Go. Then again, Go is much less about brute force and deep searching; and more about pattern recognition. Something that humans seen to have a monopoly on.

    8. Re:This begs the question: by jackinluv · · Score: 1

      Chess is a game of predictable logics. Only thing is that chances are 50/50 to win or loose. But even the worlds most fastest computer ever designed will led to just three options WIN LOSE DRAW. So not a big deal

  13. Appliccations by RealProgrammer · · Score: 5, Funny
    They meant hydrodynamics, financial modeling, etc. But no mention at all of how to combat spurious lawsuits.

    In an apparent first for /. today, mo mention of robots, either.

    This is OT, but I never noticed it before - the following HTML works here:

    link to slashdot:
    <a href="/.">/.</a>
    --
    sigs, as if you care.
    1. Re:Appliccations by Anonymous Coward · · Score: 5, Informative


      That html works anywhere, its an absolute path on the current server (slashdot.org) the path is /. which expands to http://slashdot.org/. and the . is either removed by your browser or redirected by the webserver to http://slashdot.org/ or http://slashdot.org/./ (which is of course, the same as http://slashdot.org/)

    2. Re:Appliccations by Anonymous Coward · · Score: 0

      yes we all know that, but only here it actually goes to slashdot

    3. Re:Appliccations by sik0fewl · · Score: 1

      No, that's complate and udder (yes, like the cow) nonsense. This is magic and clearly only works when used on the real slashdot

      --
      I remember when legal used to mean lawful, now it means some kind of loophole. - Leo Kessler
    4. Re:Appliccations by Jeff+DeMaagd · · Score: 1

      I've tried it outside of slashdot and it doesn't work, not even in Firefox, which surprises me. IIRC, if it's a few words or at least not a valid URL, Firefox tends to look up the item in Google's "I'm feeling lucky" search and go there. It doesn't seem to work even with putting "/." in the address bar, it tries to do "I'm feeling lucky" but it doesn't work.

  14. Yes, again. But... by Thu25245 · · Score: 4, Informative

    ...this time, it's from NASA. http://www.space.com/businesstechnology/nasa_super computer_040809.html

    There's been a lot of turnover recently. For those of you keeping track at home, it's now:

    IBM BlueGene/L (70.7 teraflops, up from36 in your article)

    (?) NEC SX-8 (Not yet installed anywhere; estimated 58.5)

    NASA/SGI Columbia (42.7)

    NEC Earth Simulator (35.9)

    1. Re:Yes, again. But... by Jeremy+Erwin · · Score: 1

      Often, cluster builders test their systems with a submaximal number of nodes (so as to detect nasty bugs, and so forth). "Project Columbia" actually benched 51870 GFlops. And NEC's SX-8 is still close to vaporware.

      Notice how the BlueGene/L folks released a benchmark just barely enough to beat the reigning Earth Simulator. Then, when NASA released its monster, they added nodes in earnest, retaking the "title".

  15. Just remember by Raul654 · · Score: 5, Funny

    Don't mess with people who measure their server power in acres. :p

    --


    To make laws that man cannot, and will not obey, serves to bring all law into contempt.
    --E.C. Stanton
    1. Re:Just remember by Orgazmus · · Score: 1

      That is one of the finest lines of text i have read in a while. And the .sig is great too ;)

      --
      The system had the verbosity of HTML combined with all the readability of compiled assembly viewed as bitmap images
    2. Re:Just remember by darkmeridian · · Score: 1

      ENIAC was a roomful. My TI is stronger than that.

      --
      A NYC lawyer blogs. http://www.chuangblog.com/
    3. Re:Just remember by mog007 · · Score: 3, Funny

      Can your TI read punch-cards? I THINK NOT!

    4. Re:Just remember by roman_mir · · Score: 1

      Yeah, well, you are certainly taking the parent's joke out of context.

    5. Re:Just remember by spitefulcrow · · Score: 1

      No, it only takes up a room. I've seen the earlier model at IBM's TJ Watson lab in Yorktown, NY (dad works there). They have a few racks with processors and then a few more racks for storage (tape robots!). But each of the processor racks holds 2048 CPUs.

      --
      Sorry, my karma just ran over your dogma.
  16. Re:Oh, this is so great by HBI · · Score: 4, Informative

    The parent poster is referring to this book, which was from about three years ago.

    I have read it. It's fundamentally a hatchet job. IBM was the prime supplier of Hollerith punched card machines worldwide, whether they were sorters or keypunch machines or whatever. The fact that they supplied them to the Nazis was used to create a conspiracy whereby IBM favored the extermination of Jews.

    The book appeared to be angling to tarnish Thomas J. Watson, the founder of IBM, primarily, rather than the modern company.

    --
    HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
  17. The future of patent law has just struck me by zaxios · · Score: 4, Funny

    This brings up an enticing possibility. What if Microsoft just patented "being first"? Wouldn't that get rid of all the prior art rubbish they have to cope with with their other patents? I mean, if someone showed prior art for "feline flatulence" or whatever else is developing in Bill Gates' unfortunately windowless office, they would be infringing Microsoft's "being first" patent. This is it folks! The future!

    1. Re:The future of patent law has just struck me by name773 · · Score: 1

      Bill Gates' unfortunately windowless office
      wait, so he's using office on a mac?
      the world i once knew is crashing down before my eyes...

    2. Re:The future of patent law has just struck me by Anonymous Coward · · Score: 0

      What if Microsoft just patented "being first"? Wouldn't that get rid of all the prior art rubbish they have to cope with with their other patents?

      Unfortunately for Bill, no. Turns out that a requirement for a patent is "reduction to art", and we all know that if its from Microsoft and ends in ".0" it doesn't work. Therefore "Being First 1.0" can't claim anything from anyone else that actually works infringes.

  18. No key cracking by acidblood · · Score: 5, Interesting

    I recall reading on the RealWorldTech forums that these are highly specialized machines and particularly geared to floating point computation. As integer factorization, index calculus computation for discrete logarithm cracking, Pollard rho attacks for computing elliptic curve discrete logarithms, etc. are integer algorithms, crypto should be safe from this particular beast.

    And before anyone asks about symmetric/secret-key cryptosystems and hash functions, recall that these are also based on integer operations, so they're safe from the BlueGene as well.

    --

    Join the NFSNET. Our prime goal is making little numbers out of big ones. http://www.nfsnet.org/

    1. Re:No key cracking by Anonymous Coward · · Score: 0

      And before anyone asks about symmetric/secret-key cryptosystems and hash functions, recall that these are also based on integer operations, so they're safe from the BlueGene as well.

      Hold on a second. Quantum computing can easily factor the big numbers that make other computers unsuitable for code breaking. All you need is floating-point and a true (not pseudo) random number generator to simulate Quantum mechanics. I wouldn't be so fast to conclude we're safe.

      ----
      These are not the MIPs you seek. Move along now.

    2. Re:No key cracking by fatphil · · Score: 2, Informative

      Anything that does arithmetic with integer maths can be done in FP too. My PIES project, like GIMPS and all the others, does integer maths almost entirely in the FPU units.

      Logical operations, yup, they're out of scope, but addition and multiplication, which are the heart of all the arithmetic algorithms you mention, can all be hived off to the FPU.

      Phil

      --
      Also FatPhil on SoylentNews, id 863
    3. Re:No key cracking by acidblood · · Score: 1

      Hello Phil, how are you doing? Sorry I didn't answer your email back when I received it.

      However, I don't think we can easily do sieving, for instance, using the FPU. That would rule out the most powerful factoring algorithms like NFS and MPQS.

      Also, GIMPS is completely different from your ordinary key cracking workload. They're doing huge FFTs on really huge numbers. You can't really compare it to a factoring program working on hundred-digits integers.

      --

      Join the NFSNET. Our prime goal is making little numbers out of big ones. http://www.nfsnet.org/

    4. Re:No key cracking by acidblood · · Score: 1

      Yes, quantum computing can factor integers in polynomial take. However, it takes exponential time to simulate a quantum Turing machine. So in the end your algorithm is still exponential on a deterministic Turing machine, and probably with much worse asymptotics to beat. I bet my lowly Pentium 4, running an implementation of the Number Field Sieve, would be faster the Blue Gene running a simulation of Shor's quantum factoring algorithm.

      --

      Join the NFSNET. Our prime goal is making little numbers out of big ones. http://www.nfsnet.org/

    5. Re:No key cracking by Jeff+DeMaagd · · Score: 1

      I am guessing the chips do have integer units though. I suppose they could drop the intmultiply and intdivide units from the circuit masks but it doesn't make sense to do that. The strong point of this kind of supercomputer is the data interconnect, whether that data is int or FP is secondary, although it should definitely be fast at FP.

      Actually, I think it makes sense to keep a intmultiply unit in there for calculating table addresses, it is silly to drop that, hardware is likely to do this faster than software.

    6. Re:No key cracking by fatphil · · Score: 1

      Hi Decio, things are fine, the ECM job is pulling factors out by the dozen daily, but it's an enormous task. You're invited to join in for a bit if you like.

      Inasmuch as the 'sieves' are memory bound, then yes, the task don't benefit vastly from use of the FPU. However, everything else can. The FPU concretely helps me in my sieving tasks on <64 bit numbers (50% int, 50% FPU, twice the throughput), and also for medium-sized numbers too. Look at DJB's zmodexp, for example. How do you do your modular square roots in MPQS? Most of the time it's a modular exponentiation, in which case, I'd definitely be using the FPU a la zmodexp.

      Phil

      --
      Also FatPhil on SoylentNews, id 863
  19. 1000000! in hex by 3770 · · Score: 2, Interesting

    I did that in hex on a 486DX266 back in the day. It took approximately a month.

    I did it in hex because it was easier to write an efficient algorithm.

    And then I decided to write a program which would convert that huge resulting hex number to decimal.

    Only, that is when I realized that it would take more computational power to convert that number to decimal from hex, than to start from scratch and do it in decimal "natively".

    --
    The Internet is full. Go Away!!!
    1. Re:1000000! in hex by iminplaya · · Score: 1

      I had to read that twice to realize you didn't have a 266mhz 486.

      --
      What?
    2. Re:1000000! in hex by andreyw · · Score: 1, Informative

      No, he had an i486-DX2 clocked at 66Mhz.

      http://www.cpu-collector.com/menu/searchresults/ re cord/127.htm

      Anyways I posted this just in case you thought he was jokeing. I

    3. Re:1000000! in hex by Anonymous Coward · · Score: 0

      That's ok, I had to read it twice to realize that the poster wasn't just excited about the number one million. :) Damn factorial symbol.

    4. Re:1000000! in hex by Scott+Carnahan · · Score: 1

      A month sounds awfully long for a 486, and it suggests that you were using a rather non-optimal multiplication algorithm.

      Judicious use of an FFT-based algorithm should reduce the computation time by some orders of magnitude. There are also fast base conversion algorithms for large integers. These can be found in e.g. Knuth, TAOCP.

      --
      "Your notation sucks!" -- Serge Lang (1927-2005)
  20. Oh sure by Clueless+Moron · · Score: 2, Funny

    But can it play Doom3?

    1. Re:Oh sure by Anonymous Coward · · Score: 0

      Just, but it will need a memory upgrade to run Longhorn.

    2. Re:Oh sure by Anonymous Coward · · Score: 0

      Only in medium detail, sorry.

      You will need to wait for the Blue Gene Ultra.

  21. Penguin Power. by Anonymous Coward · · Score: 2, Funny

    "Big news for IBM! I wonder what great things they can calculate in just seconds now..."

    Their sales of Linux.

    1. Re:Penguin Power. by NanoGator · · Score: 1

      "Their sales of Linux."

      Error: Division by 0.

      --
      "Derp de derp."
    2. Re:Penguin Power. by Thomas+Miconi · · Score: 1

      "Their sales of Linux."

      Error: Division by 0.


      You mean they tried to calculate the ratio of people switching to linux over people switiching back to MS ? :)

      Thomas-

  22. ob by eobanb · · Score: 0, Redundant

    Imagine a beowulf cluster of these.

    --

    Take off every sig. For great justice.

    1. Re:ob by a3217055 · · Score: 1

      actually it can play doom, it might not have the opengl but it can play doom3. It is based on a ppc architecture with a good linux ppc virtual machine you can paralellise Doom3 for BlueGene.

  23. If you were to RFTA before submitting... by nwbvt · · Score: 1, Offtopic
    "I wonder what great things they can calculate in just seconds now... maybe I should get a stronger PGP key."

    It is quite clear what these computers are doing. They are designed to compute the folding patterns of protein molecules, a task which requires immense computational power.

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    1. Re:If you were to RFTA before submitting... by Dept.+Head+Rawlings · · Score: 1

      Yes, nwbvt, the ab-initio calculations are much harder. N-body quantum mechanics is not easy. The naive classical approximation has O(N^2) operations per timestep. You then need to integrate over a lot of timesteps to see the protein fold, so there's an enormous prefactor there. Does this prefactor depend on N? Of course not, that would require the existence of N(thantos) based equations. I don't see any reason the timestep depends on N, and recall N^2, but I may be wrong... From what I recall from work by Marcus Snir 4 years ago, current calculations didn't even come within orders of magnitude of the timescales on which proteins are known to fold. PGP is easy compared to this. Of course blue gene changes all this. Jim Rheingold would be happy, we all know the sacrafices he made to make this happen. One step closer, yes.

    2. Re:If you were to RFTA before submitting... by tho+1234 · · Score: 1

      The DOE does not compute folding patterns or anything else that will benefit humanity. The sole purpose of this computer is for the development/simulation of new generations of nuclear weapons.

    3. Re:If you were to RFTA before submitting... by nwbvt · · Score: 1

      Actually they do. But feel free to keep on your tin foild hat if you like, it looks good on you.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    4. Re:If you were to RFTA before submitting... by bhima · · Score: 1
      If you'd spend a little time dredging around IBM's Blue Gene/L website you'd find that it is not specifically designed to any one thing and computing folding patterns of protein molecules is sort of their demo task (I suppose because it does take a lot of computational power and you wind up with pretty pictures)

      I read a power point sales presentation and the plan seemed to be secure the top spot on the super computer list and then sell little versions to all sorts of folks.

      Anyway I read several interesting applications that are already in the works like brain mapping and large scale radio telescope interferometry. So a lot of cool stuff is going to going on in the Blue Gene world.

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    5. Re:If you were to RFTA before submitting... by Anonymous Coward · · Score: 0

      Look at the title of your post.... then follow the instructions, straight from the TFA: "The final machine will help scientists work out the safety, security and reliability requirements for the US's nuclear weapons stockpile, without the need for underground nuclear testing. " The department of energy does not do biology. Period.

    6. Re:If you were to RFTA before submitting... by nwbvt · · Score: 1
      Yeah, working out "safety, security and reliability requirements" is different from "developing nuclear weapons".

      Confused? Think about what the negative effects of radiation (a byproduct of nuclear weapons) on the human body are.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    7. Re:If you were to RFTA before submitting... by Anonymous Coward · · Score: 0

      RFTA? Royally Fuck The Acronym? No wonder nobody wants to do it.

  24. good use? by Vash_066 · · Score: 0

    why not put it to good use...they build a few of these machines...say like 50, and wire them all up and get to work solving this SPAM problem we seem to have.

    1. Re:good use? by sp0rk173 · · Score: 1

      Personally, and this is just me, solving scientific problems involving proteins and whatnot is a bit more important than the inconvenience of spam. Again, that's just me.

  25. Guessing vs Gut feeling by Taco+Cowboy · · Score: 2, Insightful

    In this business, more than others, Gut feeling plays a leading role.

    Financial Data Modelling is a fine idea, but the whole thing boils down to human psyche - and unless someone comes up with a perfect AI - one that is one step ahead in psycho term than human, - be it GT or OR or whatever else, market trend is very much based on butterfly effect + herd instinct + stochastic resonance with a whole lot of chaos effects thrown in.

    That is why it's so dynamic !

    --
    Muchas Gracias, Señor Edward Snowden !
    1. Re:Guessing vs Gut feeling by Anonymous Coward · · Score: 1, Funny
      butterfly effect + herd instinct + stochastic resonance with a whole lot of chaos effects thrown in.

      Wow, that's basically meaningless. Nice work!

    2. Re:Guessing vs Gut feeling by metlin · · Score: 2, Insightful

      Absolutely.

      That's why a lot of these systems use such things as socio-cultural influences, press and media data and the like.

      Unfortunately, the stock market is an area that is an ecosystem of its own -- preys and victims -- and therefore, predicting that is almost as hard as predicting human behaviour.

      And ofcourse, the only reason the economies _thrive_ is because of the chaos - everyone would like to believe that they can leverage it to make a profit for themselves. :-)

      And the best part is, everyone can, if they played their cards carefully enough.

    3. Re:Guessing vs Gut feeling by name773 · · Score: 2, Insightful

      an ecosystem of its own -- preys and victims...And the best part is, everyone can, if they played their cards carefully enough.
      how can everyone be making money? you already said there are preys & victims, and people have to be making that money from somewhere

    4. Re:Guessing vs Gut feeling by Anonymous Coward · · Score: 0


      You can be both a prey and a victim.

      Economics is all about money going round and round.

    5. Re:Guessing vs Gut feeling by DAldredge · · Score: 1

      Everyone does not refer to the investor. It refers to all the brokerage, exchanges and clearing houses involved in the trade. They all will make money under an 'ideal' system, the trader isn't a factor.

    6. Re:Guessing vs Gut feeling by NanoGator · · Score: 1

      " market trend is very much based on butterfly effect + herd instinct + stochastic resonance with a whole lot of chaos effects thrown in."

      Suddenly, a bunch of monkeys find work...

      --
      "Derp de derp."
    7. Re:Guessing vs Gut feeling by jrexilius · · Score: 1

      Wealth is usually created not stolen. There isnt an absolute limit on the amount of money or products in an economy and so it doesn't have to be based on "victims" and "predators".

      Not to say that there aren't a lot of thieves on wall street but they generally are not the ones creating the wealth, just pooling money for others to create wealth with.

    8. Re:Guessing vs Gut feeling by name773 · · Score: 1

      if it were truly an ideal system, the investors would be a factor...

  26. prime number search? by Backstab · · Score: 0

    i wonder how long it would take it to calculate the next prime number for that contest thing: http://www.mersenne.org/prime.htm

    --
    http://www.backstab.net
  27. Speed of the computer? by Avuton+Olrich · · Score: 2, Interesting

    Well, I'm confused, how can they figure out the speed so easily, when it's so hard to test the difference in speed between x86 AMDs & Intels? The other computers aren't faster at some things? Is it some special bench?

    1. Re:Speed of the computer? by vspazv · · Score: 4, Informative

      The test is called linpack.

      http://www.top500.org/lists/linpack.php

    2. Re:Speed of the computer? by a3217055 · · Score: 1

      Actually the speed is a function of a linpack problem size with communication functionality with the different cpus. Each linpack for each supert computer is highly highly optimized. They have mathematicians hacking FORTRAN libraries trying to get the last bit of performance out of the system.

    3. Re:Speed of the computer? by raxx7 · · Score: 1

      You are right.

      The Top500.org list rank is based on one particular benchmark: Linpack. But Linpack is a very particular benchmark and a poor measure of system performance. In fact, it's regarded more as a pissing contest than a meaningful benchmark.

      In defense of the authors of Top500.org, they didn't intended to use Linpack for ranking, they just wanted a census of the biggest machines.

    4. Re:Speed of the computer? by NanoGator · · Score: 1

      "Well, I'm confused, how can they figure out the speed so easily, when it's so hard to test the difference in speed between x86 AMDs & Intels? The other computers aren't faster at some things? Is it some special bench?"

      I think you answered your own question. Notice your use of the phrase 'benchmark' is singular? These aren't general purpose machines. I'll put it another way: If you bought a PC for the sole purpose of playing Quake 3, then the Quake 3 demo would be the definitive and ONLY benchmark you'd need.

      Of course, I could be talking out of my rear. I don't know much about these types of computers. So if I'm wrong about the 'single purpose' implication I made, I'm happy to recieve corrective info.

      --
      "Derp de derp."
    5. Re:Speed of the computer? by forkazoo · · Score: 1

      They basically use three benchmarks:

      -Raw peak performance

      -Linpack

      -SPEC

      None of these is automatically going to indicate how the machine compares to another machine at a certain task. But, the primary difference between guys who work with Big Iron, and the gamers is that the Big Iron guys know that the benchmarks in isolation don't mean anything. By and large, there will be a lot of special custom code that takes up the bulk of compute time on a big system, so your "special purpose" idea holds some water. If this is the case, they just check to see how their custom code runs on the system, what the bottlenecks are, etc.

      SPEC is generally considered the best benchmark for general purpose stuff, but it takes a fair amount of digging to understand exactly whether or not it means anything to you. Since it's broken up into many parts, you may find that your own application tracks a certain subset of the benchmarks very closely due to similar code. Other types of code are small, and tight, and don't care about bandwidth, and will track the raw FLOPS number very closely.

  28. Don't worry by Anonymous Coward · · Score: 0
    maybe I should get a stronger PGP key

    Thew scientists at LLNL are not interested in cracking the code to your collection of homemade wonderwoman erotica.

  29. Just Imagine... by mr_don't · · Score: 1, Funny

    "A Beowulf Cluster of these!!!"

    What? No one has posted that already?

    1. Re:Just Imagine... by perhj · · Score: 1

      You know, I had hoped that the days when you could score some easy karma by throwing in spurious Beowulf references were over. Obviously, I was mistaken.

    2. Re:Just Imagine... by Anonymous Coward · · Score: 0

      You know, I had hoped that the days when you could score some easy karma by throwing in spurious Beowulf references were over. Obviously, I was mistaken.

      Imagine a whole cluster of Beowulf cliche bemoaners.

    3. Re:Just Imagine... by Quobobo · · Score: 0

      Thankfully, the funny mod doesn't give karma. I thought this was an unfair idea until I remembered all the beowulf/sovietrussia/etc jokes that some mods think are funny.

      I think an ideal solution would to have a user automatically lose karma every time they posted something like that, but there's not much I can do about it.

    4. Re:Just Imagine... by Wesley+Felter · · Score: 1

      No no, BlueGene/L is a cluster, so you have to imagine a single node of it.

    5. Re:Just Imagine... by Anonymous Coward · · Score: 0

      In Soviet Russia, Beowulf Cluster imagines YOU!

    6. Re:Just Imagine... by sp0rk173 · · Score: 1

      That's SOOOOOOoooOOooOOOOOOooOO 2002.

  30. I defeated your girlfriend's firewall... by Anonymous Coward · · Score: 2, Funny


    "...I can't wait to throw out my girlfriend 1.0 once they finally come up with one that doesn't put up a inpenetrable firewall in bed...."

    I defeated your girlfriend's firewall: I used her built-in back door.

  31. That new computer is so fast by Anonymous Coward · · Score: 1, Funny

    it can process an infinite loop in under 3.8 microseconds.

  32. Re:Oh, this is so great by Anonymous Coward · · Score: 0

    Yes, and Dow made napalm that killed thousands-down with the US exchange!

  33. I vote for my hamster. by Anonymous Coward · · Score: 0

    No particular reason.

    Mod me down for it. Don't care.

    1. Re:I vote for my hamster. by Anonymous Coward · · Score: 0

      Somebody mod the parent up. Pity, Random act of Kindness, just to piss 'em off that they might have gotten karma if they had only use their handle -- you pick.

  34. Distributed.net by Anonymous Coward · · Score: 0

    What some people will do to win the RC5-72 prize from Distributed.net... sad really.

  35. Re:Oh, this is so great by Anonymous Coward · · Score: 0

    mmmkay so Lockheed Martin selling to US military is coincidental, right? The day Dubya get sentenced for war crime, this company can just walk away like if they didn't know what they were getting themselves into?

  36. that we know of...... by Anonymous Coward · · Score: 2, Interesting

    I would rather get a list of top secret fatest computers in the world.

    1. Re:that we know of...... by Anonymous Coward · · Score: 0

      Vat-we actually live inside the fastest vat-computer.

    2. Re:that we know of...... by NanoGator · · Score: 1

      "I would rather get a list of top secret fatest computers in the world."

      I'm surprised somebody didn't make a stale joke about any machine running Windows being the 'fatest' computer. Come to think of it, where are the Beowulf, Longhorn, or Doom 3 jokes?

      --
      "Derp de derp."
    3. Re:that we know of...... by TheLink · · Score: 1

      Yeah, I wonder how fast google's machines really are.

      I believe recently some guy at Google mentioned running something that took weeks of total CPU time but only a few minutes real time. Or something like that. Anyone got the reference?

      They can probably make money just by figuring out what the "dumb sheep" "investors" are going to buy next (most of them are dumb sheep).

      --
  37. BlueGene/L get 70.72T/s by myisaacxu · · Score: 1

    The IBM BlueGene/L now get 70.72 T/S,and this is beta machine,it is only 1/4 finale.The more information ,please visitor the site:http://www.llnl.gov/llnl/06news/NewsReleases/ 2004/NR-04-11-01.html

  38. See I told you Mac's were faster! by Anonymous Coward · · Score: 0

    I wonder if Apple will just sell iPods now and sell the Mac division to IBM?

    1. Re:See I told you Mac's were faster! by Anonymous Coward · · Score: 0

      I wonder if Apple will just sell iPods now and sell the Mac division to IBM?

      Nah. But they are in negotiations to put the next iPod on this hardware. Access to all the songs ever sung over the history of homo sapiens sapiens -- all in the palm of your hand. The new iPod/L.

  39. PGP by Lord+Kano · · Score: 1

    maybe I should get a stronger PGP key.

    I'm using a 4096 bit key. Simply because it's not perceptable slower to use it for encryption but it takes more work to brute force it for decryption. Well, when compared to a 1024 bit key.

    LK

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  40. Yes but does it run Linux like the SGI? by msevior · · Score: 1

    That really increases the SGI usefulness. Develop/Debug/setup on your laptop/desktop and ship to the Supercomputer for production.

    This is a pretty useful thing I think.

    1. Re:Yes but does it run Linux like the SGI? by nchip · · Score: 3, Informative

      Yes and no.

      The Linux-based host nodes manage user interaction functions, while the Linux-based service nodes provide control and monitoring capabilities.

      Linux is also used in I/O nodes, which provide a gigabit Ethernet connection to the outside world for each group of 64 compute nodes, or every 128 processors. Thus, the full BlueGene/L system will have 1024 I/O nodes, which essentially form a Linux cluster.

      The actual compute nodes -- the 128,000 processors -- do not run Linux, but instead run a very simple operating system written from scratch by the Project's scientists.

      --
      signatures pending - ansa@kos.to - (dont mail there)
  41. Bluegen at over 70TF by a3217055 · · Score: 2

    Bluegen hitting over 70TF is a tremendous effort. There is nothing that comes near. And this is only 16 racks ( 25% of the total system) of the 64 rack system.
    Hats off to IBM for doing an outstanding job. And to the others in the race better luck next year.

    Also this runs ppc chips what else do you want an Itanium/Opteron what you want radiation burns.....

    PS I posted this on thursday night but the moronic slashdot editor threw it out. This is old news... Anyway... C'est la vie.

    1. Re:Bluegen at over 70TF by msevior · · Score: 0

      Except for the SGI machine shipped to NASA which hit around 60 TF with a premilinary benchmark.

    2. Re:Bluegen at over 70TF by a3217055 · · Score: 1

      yeah do you know how many processors the NASA machine needs and also the ammount of power thost Itanium chips suck up. Also the Nasa machine has a scalability problem. It doesn't like doing certain configurations. This is what you get... so what if NASA's SGI system goes at 80TF. Bluegen will beat it by size, cooling, and cpu too.. Also the BlueGene machine has 2 FPU. take care

  42. The Sims? by Buzz_Litebeer · · Score: 0

    Maybe we are just one really, really, really cool video game.

    Perhaps we amuze the people watching and controlling us to no end. Perhaps, just perhaps, the reason there are more humans all the time is people getting into the game, and CPU speed going up. When people die off, and their are wars, thats because the CPU cant handle the calculations for all of the poeple, so a built in life span was included. But, eventually, the CPU will become powerfull enough that no player or power gamer will ever have to have his character die.

    OR, maybe this is all just kind of really stupid talk and we should focus on really really cool and very fast super computers.

    --
    If you don't vote, you don't matter, so don't waste your time telling me your opinion
    1. Re:The Sims? by oneiron · · Score: 1

      Haha! I like that one.

      OR, maybe this is all just kind of really stupid talk and we should focus on really really cool and very fast super computers.

      You might be on to something... Personally, I think the focus should be somewhere between the two. That's where I like to keep it, anyway.

  43. modeling cortical circuits by grounded_roamer · · Score: 1

    The Brain-Mind Institute http://bmi.epfl.ch/ at EPFL (Lausanne, Swiss) is about to aquire one for modeling cortical circuits (or brain modules). This requires simulation of 100,000 neurons, each one is composed of a couple of differential equations. You need a lot of computer power (both speed and memory) just to get results for 1 second of real time. What will be learn from this kind of project is still a open question ...

  44. Is it needed? by Ceriel+Nosforit · · Score: 2, Interesting

    The final machine will help scientists work out the safety, security and reliability requirements for the US's nuclear weapons stockpile, without the need for underground nuclear testing.

    Could someone explain to me why this task requires such a monster of a machine? And how can one address (as in write code for) the numerous unknowable factors that seems to be included in the problem that is to be solved? The definition just seems to be too abstract to be an actual solvable problem, and if it is solvable it would require an immense human resource contribution for the code it is to run. Wouldn't it be simpler to just stick those people into a room and not let them out until they've solved the problem?

    I've long wondered who comes up with the code they run on these 'pooters. Anyone who can offer some insight on the usual complexity of the code that is run/problems that are solved?

    --
    All rites reversed 2010
    1. Re:Is it needed? by Anonymous Coward · · Score: 1, Informative

      Could someone explain to me why this task requires such a monster of a machine?

      They're simulating nuclear explosions. They need to solve monstrously complicated coupled nonlinear differential equations for hydrodynamics, at high mesh densities. They also need to simulate aging of stockpiled weapons, a complex three-dimensional problem in fault dynamics, diffusion, etc. These are among the most difficult numerical simulations computers have been asked to run.

      And how can one address (as in write code for) the numerous unknowable factors that seems to be included in the problem that is to be solved?

      Which "unknowable" factors are those? Remember, we already have the benefit of detailed studies from real tests, a solid knowledge of how the warheads were constructed, and we have all kinds of instruments that can inspect their current condition.

      Wouldn't it be simpler to just stick those people into a room and not let them out until they've solved the problem?

      How are they going to solve it without either real-life tests, or computer simulations?? Pencil and paper? Pure thought??
  45. June 21, 2004--For the first time, two IBM Blue Ge by Anonymous Coward · · Score: 0

    June 21, 2004 .. Did I miss something here? This is OLD NEWS.

  46. Quantum cracking algorithms? by mikelang · · Score: 1

    And what if they build a little quantum computer?

    1. Re:Quantum cracking algorithms? by EsbenMoseHansen · · Score: 2, Interesting

      Indeed. Not so long ago I heard that a team had succesfully factorized 12 (into 4*3) using a quantum computer. (It was a 7 qubit 'puter) :)

      Quantum computer has a way to go, even by paranoid standards.

      --
      Religion is regarded by the common people as true, by the wise as false, and by rulers as useful.
    2. Re:Quantum cracking algorithms? by fatphil · · Score: 1

      15 = 5*3

      FP.

      --
      Also FatPhil on SoylentNews, id 863
  47. How much is this machine worth to IBM? by Combuchan · · Score: 0

    Not too long ago, we had a post regarding SGI's reclaim of the record. Shortly thereafter we now have IBM saying they've got something better in the works and it's only a tenth the speed of the final rollout.

    With the next Top 500 list a week away, it seems to me that companies are putting more credence into their position on the list...which begs the question, how much is maintaining the fastest supercomputer in the world worth a company like to IBM, or any other company?

    It seems that with IBM's resources, they could easily maintain a machine owned by them that would hold that #1 spot on the list for all time. Of the serious contenders for such a position, I only see IBM as having the manufacturing, research, and consulting potential to use this machine for both marketing and research values. Ergo, anyone with a computational problem could send the job over to IBM and have the answer at a cost representative of the timeliness of the answer and the computing power it would take to solve it.

    I don't know how much such an endeavour would cost to build and maintain, but given IBM's financial resources, I think they could afford it.

    --sean

    --
    "[T]he single essential element on which all discoveries will be dependent is human freedom." -- Barry Goldwater
  48. Too late by vile7707 · · Score: 2, Funny

    *snip*
    " maybe I should get a stronger PGP key."

    We've already calculated your next 250 pgp keys, and divined your future. Hint: avoid badgers.

  49. More Power to the People by YetAnotherGeekGuy · · Score: 1

    Just imagine a whole Beowulf cluster of these babies!

    When they talk about 5 nines in big iron, who knew it would be the percentage of time spend in the System Idle Process?

    --

    to the Engineer, the glass is neither half full nor half empty. Its just two times too big.
    1. Re:More Power to the People by bhima · · Score: 2
      OK, I know you are just amusing yourself with a tired joke but you should have a look at IBM's Blue Gene site and read up on their networking stratagies (all three of them). It's really interesting and makes Beowulf clustering seem sort of... tired.

      That and it's really low power... somwhere in the powerpoint presentations they have a graphic showing the Blue Gene/L uses a little less power than the same volume of IBM thinkpads.

      Oh.. and given the costs involved I think idle time will wind up being sort of low.

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
  50. Does anyone find it weird by Anonymous Coward · · Score: 0

    that Slashdot looks better in Windows than in Linux, despite it being a Linux enthusiast site? All of the fonts are too large, but on other sites the fonts are right. No, it's not JUST a Linux thing - it seems to be the same in Solaris (both with either Mozilla or Firefox). Any solutions?

    1. Re:Does anyone find it weird by Anonymous Coward · · Score: 0

      It probably has to do with the fonts you have installed. Try Bitstream Vera.

  51. applications by photonic · · Score: 2, Informative

    Machine number one will go to Livermore, probably for doing some nuclear stuf. Number two will go to the Netherlands for the Lofar project. This is a 300 kilometer diameter radio telescope that observes at low frequencies (up to 250 MHz). It constists of thousands of small antennas spread across half the country. Their signals will be interferometrically combined to form the images (compare e.g. to the VLA). Blue Gene will be used to combine all the signals in real time, I believe the total bandwidth from the antennas is some terabyte/sec.

    --
    karma police: arrest this man, he talks in maths; he buzzes like a fridge, he's like a detuned radio. [radiohead]
    1. Re:applications by Anonymous Coward · · Score: 0

      Very cool, didnt know about LOFAR till you mentioned it.

      On reading it seems much more radical than VLA though, it has taken it to it's logical conclusion. Build the cluster with the cheapest antennas possible, and let Moore's law work for you on the processing side. LOFAR seems far more scaleable than any system based on large dish-telescopes could hope to be.

      I wonder to what extent this approach is applicable to optical telescopes.

  52. arbitrary snapshot in time by Anonymous Coward · · Score: 0

    You've made me think that lots of snapshots updated on some web page that would show an almost real-time measurement of the fastest. These labs would not have to wait half a year before getting recognized, nor would the manufacturers. You wouldn't stay on top consistently perhaps, but it would be very interesting to see the machines climb as the kinks are worked out.

  53. Climate modeling by LarsWestergren · · Score: 2, Interesting

    Ok, so of the three fastest computers in the world, one is almost exclusively dedicated to environmental climate models, and the other two have it as part of their tasks.

    Perhaps this could bury the arguments on Slashdot that there is no hard data or serious research about global warming.

    --

    Being bitter is drinking poison and hoping someone else will die

    1. Re:Climate modeling by HeghmoH · · Score: 2, Insightful

      Playing devil's advocate:

      Just because people are running a bunch of simulations on climate change doesn't mean the results are useful. If people were running a bunch of simulations on the existence of dragons and fairies, I would hardly expect reasoning people to use that as evidence that they're real.

      --
      Mod down posts with a "Free Mac Mini/iPod" sig, they're spam!
    2. Re:Climate modeling by hawkeye · · Score: 2, Informative

      While I'm certainly an advocate of playing it safe with the environment, I do, however, understand the point(s) of those that don't subscribe to the global warming theory.

      In truth, we don't have enough data, from our past, to understand whether our climatic changes are just brief glitches or undeniable trends.

      --
      "...The smart and lazy ones I make my commanders." - Erwin Rommel
    3. Re:Climate modeling by Anonymous Coward · · Score: 0

      My model predicts that, if we stop telling dragon stories to children today, the fairies will have taken over completely by 2021.

  54. Obligatory Redundancy by Mystilleef · · Score: 1

    No, John, I can't imagine a Beowulf cluster of those.

    --
    "My logic is undeniable."
  55. gentoo stage 1 by Anonymous Coward · · Score: 0

    i bet this thing can compile as entire OS with multiple desktop WMs & office & other applications from source in less than a minute...

  56. Not too bad! by Anonymous Coward · · Score: 0

    Yeh I bought me a couple, run Doom 3 not too badly...

  57. Top Supercomputer? by dutt · · Score: 1

    I really wonder if the list of the worlds fastest supercomputers is fully updated. I wouldn't be surprized if in the future, it is revealed that NSA had the fastest computer all along. I don't think it's too far fetched to say that the worlds fastest computers are used to crack encryptions. ... so yeah, I guess it's time to upgrade those PGP keys! :)

    1. Re:Top Supercomputer? by Anonymous Coward · · Score: 0

      Have you been reading Dan Brown?

      Unfortunately I'm not too sure about the following and I don't have a hard link to anything... but a friend of mine (a cryptographer) told me that it had been "proven" that a brute force attack on the best encryption keys today is impossible with todays technology. The proof was something along the lines of:

      If we have an encrypted message and we try a brute-force attack to find the key, it will take so and so many bitflips in a computers memory to produce all the possible keys. Since we know how much energy it takes to perform a bitflip in memory (something along a few microwatts or even less) we can multiply that by the number of bitflips required.

      In short, they found out that the amount of energy required to do the bitflips only (not even taking into account the power it took to apply the new key to the encrypted message and validate the result) was something close to the total of the suns energy output for a few thousand years.

      I'm sorry that I don't have any direct references to this "proof".

      Also, this may apply to something else than PGP (it very likely does). I'm not too familiar with this field so maybe we do need to worry about brute-force on our PGP keys... but at least I know that there is a method out there that is "safe" (given that there doesn't exist an exploit to that algorithm that is unknown to almost everyone and that someone hasn't found a way to harvest the energy of a few thousand suns in the universe).

    2. Re:Top Supercomputer? by cbrocious · · Score: 1

      There are sooo many better ways than brute-force cracking to figure out keys. The NSA specializes in finding these methods, not throwing hardware at the problem like many people do. If they want to crack a key, they'll do so.

      --
      Disconnect and self-destruct, one bullet at a time.
  58. The BBC article is misleading by BillsPetMonkey · · Score: 0

    Because IBM's system is a prototype. It's not a real-world production system.

    NEC's Earth Simulator in Yokohama is a functioning super computer on which researchers can run simulations. You can't do that yet with the IBM system.

    --
    "It's not your information. It's information about you" - John Ford, Vice President, Equifax
    1. Re:The BBC article is misleading by Anonymous Coward · · Score: 0

      The moderation for this comment is a great example of how the moderation system is abused. How can a comment be moderated "overrated" when it hasn't even been rated yet?

      Or is the opinion just unpopular?

  59. Does Moore principle apply to quantum computing? by mikelang · · Score: 1
    The question is:
    • how fast do they make progress in the number of qubits "per chip"?
    • how expensive the "chip" is?
  60. Think they'd let me borrow some cycles? by Anonymous Coward · · Score: 0

    I'm slipping in the Seti@Home rankings. :)

  61. Re:Does Moore principle apply to quantum computing by EsbenMoseHansen · · Score: 2, Interesting

    Currently, it isn't even a chip (or at least, last I heard). It was (a lot of) molekyles with 7 "mutable" spots (I think it was rotation). The state was read using NMR spectroscopy).

    It is about as close to a chip as a printing press to a photocopier ;-)

    --
    Religion is regarded by the common people as true, by the wise as false, and by rulers as useful.
  62. It's only going to get faster by pyite · · Score: 1

    Coincidentally, as I was hiking through the woods yesterday, I was talking about Blue Gene with one of the guys who works on the project at IBM. Blue Gene is intended to go to 400 TFlops, and the 70 TFlops number is due to the second piece of the machine being put together. For a while Earth Simulator was running LINPACK fastest at like 36 TFlops. Then IBM came out with piece one of Blue Gene and ran it at 40 TFlops. Then NEC announced something running at like 46 TFlops. Looks like IBM is back on top. It should be a good race.

    --

    "Nature doesn't care how smart you are. You can still be wrong." - Richard Feynman

    1. Re:It's only going to get faster by Anonymous Coward · · Score: 0

      Being the fastest is not necessarily the most important feature. How about the MareNostrum blade server?

      "Dubbed MareNostrum, the supercomputer employs a cluster of 2,520 eServer BladeCenter JS20 systems running the Linux operating system. IBM expects it to be the first supercomputer to attain a top 10 ranking using blade server technology.
      IBM expects the computer's peak performance to reach 40TFLOPS(trillion floating-point operations per second). At its current configuration, the computer already reached a sustained performance of 20.53TFLOPS, with peak performance of 31.36TFLOPS, IBM said."

      This machine uses blade servers which can be assembled at a fraction of the cost of the specialized processors of Blue Gene.
      More like supercomputing for the (quite rich) man in the street.

  63. Fast vs. Powerful by SimonShine · · Score: 1

    But really, is this not a general misconception? Are computers' capacity measured by how fast they are and not by how powerful they are? After all, the unit Hz already has "per second" defined, and the system isn't running anywhere. :)

    --
    Take off every 'ZIG' !!
  64. Re:Does Moore principle apply to quantum computing by Haydn+Fenton · · Score: 1

    IIRC, for each qubit you add, the computing power doubles. So while we're not into the really powerful stuff yet, progress should be pretty rapid. I've dug up a little info from google and this seems to be a great place to learn as to how it all works. Because of superposition (read the link), "the number of computations that a quantum computer could undertake is 2^n, where n is the number of qubits used. A quantum computer comprised of 500 qubits would have a potential to do 2^500 calculations in a single step. This is an awesome number - 2^500 is infinitely more atoms than there are in the known universe (this is true parallel processing - classical computers today, even so called parallel processors, still only truly do one thing at a time: there are just two or more of them doing it)". 7 doesn't seem like much, but a few times more and you have an extremely powerful computer. As for the price, I haven't got a clue, Google it.

  65. No, really! by Anonymous Coward · · Score: 0

    An old joke (heard it circa 1990 and it was probably old then), but I heard it arose from a supercomputer that really did process an infinite loop in finite time... I don't really remember the details, but I think somebody put it in a loop (for test purposes?), but it had glitchy hardware (memory fault, maybe?) -- it changed the jump instruction or something, and exited the loop. I imagine the operator was quite surprised that the program terminated without being killed by the user or OS.

    1. Re:No, really! by Anonymous Coward · · Score: 0

      Google up "The Story Of Mel", too. The famous loop without any test in it... But the programmer wasn't surprised at all ;-)

  66. slash who? by chyllaxyn · · Score: 1

    wow, old news.
    I think Drudge actually broke this and I submited it to slashdot on Friday.
    You guys aren't still sore about that comment I made about Slashdot being run by a bunch of liberal lozers...are you? .)
    awwww, I was just gloating
    ,
    ,
    ,

  67. Is it powerful enough? by jbohanon · · Score: 1

    ...to tell us that the meaning of life is 42?

  68. the virginia tech's apple must drop out of top ten by cyfer2000 · · Score: 1

    Ya know, it is November and apples drop.

    --
    There is a spark in every single flame bait point.
  69. Yey for IBM. Now I can stop hearing about the earth simulator and how great it is

  70. IBM PGP key retrieval service -- free trial by SysKoll · · Score: 1
    Hello dshaw858,

    Thank you for trying the IBM PGP key recovery service. Your are entitled to a free 6-month trial period.

    As per your request, we analyzed your PGP-signed posts and deduced your passphare. Your current PGP passphrase is:
    My b3st computer for a g1rlfriend!
    (Strength: 38%)

    We suggest you pick a less obvious PGP passphrase in the future.

    Thank you,

    -- The IBM BlueGene team.

    --

    --
    Mad science! Robots! Underwear! Cute girls! Full comic online! http://www.girlgeniusonline.com/

  71. My honest opinion. by Anonymous Coward · · Score: 0

    Im sure that the actual fastest supercomputer in the world is probably directly in the hands of the NSA.

    they have an undisclosed budget, but one that probably runs into the billions of dollars to spend on hardware each year..