Slashdot Mirror


Japan's Newest Linux Supercluster: 13TB RAM

green pizza writes "Following its sale of a 10240 processor cluster to NASA, Silicon Graphics Inc has announced that it's supplying a 2048 processor Altix 3700 Bx2 to the Japan Atomic Energy Research Institute. Aside from running Linux on Itanium2 processors, the beast also features 13 TB of RAM!"

9 of 163 comments (clear)

  1. That'll suffice by tgv · · Score: 5, Funny

    I guess that'll be enough to run Longhorn then.

  2. oh my... by Quasar1999 · · Score: 5, Interesting

    I remember back in my electronics course when we had to design the flip-flop grid for memory... the teacher said he'd give 100% to anyone that could draw out 64K of memory... 13TB just makes me cringe...

    --

    ---
    Programming is like sex... Make one mistake and support it the rest of your life.
  3. bottleneck by igny · · Score: 5, Insightful

    Do all processors share 13TB? Because if they don't the bottleneck is that subprocesses have only 13TB/1024 available ( a mere 13GB each), and still have to communicate a lot.

    --
    In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
    1. Re:bottleneck by amorsen · · Score: 5, Informative

      The whole point of Altix is that it's a single system image, not a cluster. Every processor can access all 13TB. That doesn't mean communication is free, of course, but it's vastly faster than your favourite Beowulf cluster.

      --
      Finally! A year of moderation! Ready for 2019?
  4. Nuclear research by Big+Nothing · · Score: 5, Informative

    The puter will be used for nuclear research (bushspeak: nucjular reesatch) by the Japan Atomic Energy Research Institute. More info about the organisation, their projects, etc. can be found at: http://www.jaeri.go.jp/english/index.cgi.

    --
    SIG: TAKE OFF EVERY 'CAPTAIN'!!
  5. got us beat by theMerovingian · · Score: 5, Funny



    2048 processors, 13 terabytes of ram, AND it comes with a smaller, more ergonomic controller.

    --
    "If you think you have things under control, you're not going fast enough." --Mario Andretti
  6. Is this the BIGGEST sale for Itanium2, so far ? by Taco+Cowboy · · Score: 5, Funny



    A whooping sale of 2048 Itanium2 processors in one shot - is this the BIGGEST sale for the Itanium2 chip, so far ?

    --
    Muchas Gracias, Señor Edward Snowden !
  7. Luckily by bmajik · · Score: 5, Informative

    SGI has been working through this in hardware for over 10 years.

    The distributed shared memory concept of the Altix (first seen on Origin 200 / Origin 2000 in the commercial space, and previously based on the Standford DASH/FLASH projects) uses a hardware based memory router.

    Each PE has local ram and local CPUs and a "MAGIC" chip that routes cache invalidations, memory block "ownership", etc messages to other PE's as necessary. Unlike SMP designs, cache coherencvy doesn't destroy the whole shebang because its not a shared bus, it's a heirarchial directory system. I.e. PE0 knows it only needs to contact PE3, PE6, and PE13 to invalidate a cache block. Turns out that thats much more efficient than broadcasting a message to PE0-PE63 saying "invalidate this block!"

    Now, as far as _all_ processor sharing the full 13TB - i am not sure.

    The memory density / system image equation is sort of a tradeoff, as more PE's require more router hops in the topology. More router hops increase latency. SGI has sold 256 and 512p single-image systems, and may have gone up to 1024 or 2048p / system.

    To be perfectly honest, the system-system latency is different than the intra-system latency, but nothing like it would be on an x86-with-ethernet shared nothing cluster.

    SGI's big installations are cool as they have advantages of both SMP and MPP designs.. each autonomous machine gives you signle-image benefits but with really high proc counts.. . and then you link a bunch of those together to get this outrageously sized machine.

    --
    My opinions are my own, and do not necessarily represent those of my employer.
  8. Not the largest memory capacity by Anonymous Coward · · Score: 5, Informative

    Sorry to spoil the excitement for everybody but actually, Columbia far exceeds the Japanses system's memory capacity at 20 TByte. See this description for details of Columbia's config.