Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Networking Hardware

There's A Cluster of 750 Raspberry Pi's at Los Alamos National Lab (insidehpc.com) 128

Slashdot reader overheardinpdx shares a video from the SC17 supercomputing conference where Bruce Tulloch from BitScope "describes a low-cost Rasberry Pi cluster that Los Alamos National Lab is using to simulate large-scale supercomputers." Slashdot reader mspohr describes them as "five rack-mount Bitscope Cluster Modules, each with 150 Raspberry Pi boards with integrated network switches." With each of the 750 chips packing four cores, it offers a 3,000-core highly parallelizable platform that emulates an ARM-based supercomputer, allowing researchers to test development code without requiring a power-hungry machine at significant cost to the taxpayer. The full 750-node cluster, running 2-3 W per processor, runs at 1000W idle, 3000W at typical and 4000W at peak (with the switches) and is substantially cheaper, if also computationally a lot slower. After development using the Pi clusters, frameworks can then be ported to the larger scale supercomputers available at Los Alamos National Lab, such as Trinity and Crossroads.
BitScope's Tulloch points out the cluster is fully integrated with the network switching infrastructure at Los Alamos National Lab, and applauds the Raspberry Bi cluster as "affordable, scalable, highly parallel testbed for high-performance-computing system-software developers."
This discussion has been archived. No new comments can be posted.

There's A Cluster of 750 Raspberry Pi's at Los Alamos National Lab

Comments Filter:
  • by Entrope ( 68843 ) on Sunday November 26, 2017 @11:02AM (#55624589) Homepage

    Did they make a Beowulf cluster of those?

  • When somebody buys 750 all at once.

    It was my experience that pi's are hard to buy so i gave up trying to get one. Mind you when people use ancient rasbian os and make 'secure' email servers on port 26 and then get called out for issues it is good to see that somebody is using them properly instead of poorly.

    • The PI is sold everywhere, at the site + amazon etc... got mine quickly. Sure if you try to get the latest thing the next day, that could be challenging.
      • The PI is sold everywhere, at the site + amazon etc...

        The RPi Zero has been sold out continuously everywhere for months.

    • It was my experience that pi's are hard to buy so i gave up trying to get one.

      Maybe once upon a time...?

      You can get them from many of the major vendors these days. I usually get mine from RS but I suspect the likes of Farnell and so on sell them too. I expect Amazon sells them too!

    • Mind you when people use ancient rasbian os and make 'secure' email servers on port 26 and then get called out for issues it is good to see that somebody is using them properly instead of poorly.

      You know Raspbian is basically Debian? So it's pretty solid for the most part.

    • Re: (Score:2, Informative)

      by Anonymous Coward

      Element 14 has 80,000 in stock and ready to ship.

      750 would be a small order.

  • As in bidirectional communication I assume!

  • If you cannot get 1000's of slow cpu's to scale, then wasting debug time on the big fast server is really a waste. Today's programmers need to learn how it used to be. Even with using RPI's they have an advantage. The network is much faster than what we had 20 or 30 years years ago. Internal busses are faster, ram/memory is faster, caches are faster. This is a smart way to spend money for a bringup development environment on the cheap.

  • You don't need a supercomputer to figure out that the headline is poor usage. The Chicago Manual of Style will do that for you.

  • 1kW at idle is a lot. You could cut that down by shutting down Pis in banks as they went unused, and firing them up again as needed. It wouldn't require very much more hardware, just some microrelay boards which can be driven by some of the Pis themselves.

    • by dj245 ( 732906 )

      1kW at idle is a lot. You could cut that down by shutting down Pis in banks as they went unused, and firing them up again as needed. It wouldn't require very much more hardware, just some microrelay boards which can be driven by some of the Pis themselves.

      Electricity in New Mexico is $0.11 to $0.12 per kwh. So at maximum they would save $0.12 per hour. You would spend far more in labor/coding/hardware than you would ever save in power costs. Plus you may introduce bugs or other issues that would take even more time to fix or delay useful work.

      Do you work in academia?

  • There's A Cluster of 750 Raspberry Pi's at Los Alamos National Lab

    I saw a bunch of them at the grocery store before Thanksgiving, next to the apple ones.

  • Speed (Score:4, Interesting)

    by tigersha ( 151319 ) on Sunday November 26, 2017 @04:41PM (#55625949) Homepage

    Purely out of academic interest, how fast is this thing? How does it compete with, say, a 16 core Xeon or Threadripper workstation?

    • by qubezz ( 520511 )

      A Rasberry Pi 3 can do 6GFLOPs, if you can keep it cool enough to not immediately start throttling. 6x750= 4.5TFLOPs. A single NVidia GTX 1080Ti does 4TFLOPs double-precision and 11.5TFLOPs single-precision.

      The academic interest is that this actually has 750 separate and independent CPUs and nodes, so one can see how tasks scale and bottleneck. You can't accurately virtualize all these parameters.

  • I think this was also on slashdot last year:

    https://robertmcgrath.wordpress.com/tag/the-megaprocessor-laughs-at-your-puny-integrated-circuits-stephen-cass/

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...