Slashdot Mirror


GCHQ Builds a Raspberry Pi Super Computer Cluster

mikejuk writes GCHQ, the UK equivalent of the NSA, has created a 66 Raspberry Pi cluster called the Bramble for "educational" purposes. What educational purposes isn't exactly clear but you do associate super computers with spooks and spies. It seems that there was an internal competition to invent something and three, unnamed, GCHQ technologists decided that other Pi clusters were too ad-hoc. They set themselves the target of creating a cluster that could be reproduced as a standard architecture to create a commodity cluster. The basic unit of the cluster is a set of eight networked Pis, called an "OctaPi". Each OctaPi can be used standalone or hooked up to make a bigger cluster. In the case of the Bramble a total of eight OctaPis makes the cluster 64 processors strong. In addition there are two head control nodes, which couple the cluster to the outside world. Each head node has one Pi, a wired and WiFi connection, realtime clock, a touch screen and a camera. This is where the story becomes really interesting. Rather than just adopt a standard cluster application like Hadoop, OctaPi's creators decided to develop their own. After three iterations, the software to manage the cluster is now based on Node.js, Bootstrap and Angular. So what is it all for? The press release says that: "The initial aim for the cluster was as a teaching tool for GCHQ's software engineering community....The ultimate aim is to use the OctaPi concept in schools to help teach efficient and effective programming."

68 comments

  1. GCHQ Does Something Retarded by sexconker · · Score: 0

    News at 11

    1. Re:GCHQ Does Something Retarded by Captain+Splendid · · Score: 2

      What, exactly, is retarded about it?

      --
      Linux, you magnificent bastard, I read the fucking manual!
    2. Re:GCHQ Does Something Retarded by sexconker · · Score: 2, Troll

      The reinvented a wheel (a cluster) that was useless (an "educational" cluster) and did it using low end, shitty parts (Raspberry Pis), then reinvented the software side of it, three fucking times, until they settled on a Frankenstein amalgam of "Node.js, Bootstrap and Angular".

    3. Re:GCHQ Does Something Retarded by rwa2 · · Score: 1

      Heh, back in the first dotcom boom I was working for some company that was making supercomputing clusters that were recursively scaleable. Back then you could get all the dumb, fast 8-port switches you wanted for cheap, but if you tried scaling it up with a big flat Cisco backplane for more than a few dozen nodes, you'd easily start paying more for switches than for computers. Plus if any of that infrastructure broke, you'd be out of a huge part of your cluster.

    4. Re:GCHQ Does Something Retarded by khellendros1984 · · Score: 5, Informative

      The only positive is that it's a 64-node cluster cheaply. The Pi's USB and ethernet implementations are absolute shit, requiring constant handling from the CPU to function. There've always been problems with dropped network and USB packets when the CPU is under heavy load. A Hardkernel ODroid-C1 uses the ARMv7 architecture instead of v6 (and has a quad-core CPU, to boot), has better ethernet, better USB, faster storage options, and costs the same as the Raspberry Pi. It beats out the RPi 2 in every way.

      So, there's a better computer for the same price, which wouldn't have the unusually-strong requirement to avoid inter-node communication. The Pi's fine as a beginner's learning tool, but it's a bad model for scaling up to PC-type hardware that a "real" cluster would probably be built out of.

      --
      It is pitch black. You are likely to be eaten by a grue.
    5. Re:GCHQ Does Something Retarded by amiga3D · · Score: 1

      The C1 is pretty impressive but the Raspberry Pi Model 2 also has quad core ARM V7 and 1GB of RAM now. I might pick up a C1 to play with though, it has some neat stuff. It's the first $35 board I've seen that actually seems as good or better than the Rpi. I'd say the community around the pi might make it a better choice still. I picked up a couple of the Pi A+ boards and camera modules and for $45 dollars for the combo it's hard to beat for surveillance cameras. The A+ uses next to nothing in the way of power as well. I've been blown away by it and it fits in a damn Altoids tin. :)

    6. Re:GCHQ Does Something Retarded by amiga3D · · Score: 1, Insightful

      Yet still higher than yours.

    7. Re:GCHQ Does Something Retarded by ckatko · · Score: 1

      Buy a single damn video card.

      You can get GeForces these days with up to 2,048 CUDA cores and the memory bandwidth to actually use them. A Raspberry PI is a cute toy--I have one--but anyone wanting to do massively-parallel computation has plenty of faster and cheaper choices out there. There's also the FPGA route if your routines are simple enough and you have enough of an EE background.

      That's likely why he thinks it's retarded... it doesn't solve any problems that aren't better solved by other solutions.

    8. Re:GCHQ Does Something Retarded by osu-neko · · Score: 1

      Buy a single damn video card. [...] That's likely why he thinks it's retarded... it doesn't solve any problems that aren't better solved by other solutions.

      I'm not seeing how a single video card will help solve the problem of teaching how to build a cluster out of multiple networked computers. Nor would it look nearly as cool, which is directly relevant to the purpose of (to quote TFA) "getting children interested in science and engineering". It sounds like what GCHQ came up with succeeds much better at achieving the goals in question.

      --
      "Convictions are more dangerous enemies of truth than lies."
    9. Re:GCHQ Does Something Retarded by Anonymous Coward · · Score: 0

      node.js

    10. Re:GCHQ Does Something Retarded by Anonymous Coward · · Score: 0

      What a joyless sneering cunt you are. You world must be an ugly shit-filled chasm of misery.

    11. Re:GCHQ Does Something Retarded by rochrist · · Score: 1

      That's kind of the point of educational projects.

    12. Re:GCHQ Does Something Retarded by Anonymous Coward · · Score: 0

      I'm thinking they have a different kind of real clusters in mind, clusters that are explosion and bullet tolerant, or can be ad-hoc constructed out a those facility controllers and smart phones carried by the guards of that mansion you're trying to investigate in a "video game", or in an actual video game. Or they are investigating scalable, low energy and virtual battle field communications networks and clusters for the communication, coordination and processing needs for a discerning UK soldier who can carry only so many battery packs with his weapons and supplies.

  2. I was going to do that! by __aabppq7737 · · Score: 1

    Now I know that I'm generating good ideas.

  3. Virtual by itzly · · Score: 1

    Easier to do this with VM software and a big PC.

    1. Re:Virtual by jandrese · · Score: 4, Interesting

      I wonder which is faster. A box full of high end ATI cards doing GPU processing, or 64 RPis doing GPU processing? I'm guessing the ATI cards are probably faster because the Videocore IV on the Pi is pretty crappy. 66 Pis is roughly $2k. That would buy you 10 Radeon R9 280s, which is more than you can fit in a box. Lets assume you have 4 of them and use the other $1200 on the rest of the machine.

      This would get you 11,856 GFLOPS (4 * 2964) of raw performance. Those 64 Pis will crunch through roughly 1,536 GFLOPS (64 * 24). Wow, it's not even a contest. The big caveat will be power consumption, the Pis will be a lot more efficient than a modern Radeon card, offset by the fact that they'll have to work a lot longer to get the job done.

      So lets try using the CPUs instead. We'll compare this cluster against a modern medium-high end Intel processor. The Intel processor will be an I7-2600k. The Pis use a 700Mhz ARM processor that manages 0.041 GFLOPS, for a total of 2.624 GFLOPS. The Intel chip pushes 8.5 GFLOPS.

      As an efficient use of money, this Pi cluster is a total failure. As a research toy it has some value, but total performance is less than a fairly ordinary PC that costs roughly the same. This doesn't even count all of the switches and power supplies and whatnot you need for the Pi cluster. Even if you aggressively overclock all of the Pis they just won't catch up. In general you top out at about doubling the CPU performance of a Pi with aggressive overclocking and the GPU generally only overclocks about 50% or so. The power consumption figures aren't even all that different when you consider that the Pi needs to be crunching for at least 4 times as long on any particular problem and that you have 66 of them to feed. Even a couple of watts add up across that many machines.

      --

      I read the internet for the articles.
    2. Re:Virtual by Anonymous Coward · · Score: 0

      The ultimate aim is to use the OctaPi concept in schools to help teach efficient and effective programming

      Well, the goal was as stated. The conditions where this model of computing can be used varies widely, a point which the GCHQ might be considering. Perhaps something in the spirit of the SEI's tactical cloudlets is what is in their mind. Using ARM is also a patriotic act (*salutes*)!

    3. Re:Virtual by serviscope_minor · · Score: 1

      As an efficient use of money, this Pi cluster is a total failure.

      Depends what you but it for. If you buy it to maximise FLOPS/$ then yeah, it's a failure. If you buy it to have a super cheap ass-cluster on which you can run actual cluster code with realistic latencies and programming model for a network cluster and etc, then it's a perfectly good use of money.

      It's cheap enough that each programmer can have their own private cluster on which to develop, test and optimize high performance codes before they go and ship out runs on the full size compute cluster.

      Running a bunch of VMs on a single PC isn't the same since the commuication between the VMs will be far better than actual network communication.

      --
      SJW n. One who posts facts.
  4. Supercomputer Cluster? by Nerrd · · Score: 1

    Cluster? maybe. Super? hardly.

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

      by definition it is a super computer,

      keeping in mind the term was defined in the 80s

    2. Re:Supercomputer Cluster? by itzly · · Score: 1

      The common definition of super computer, is a computer with top performance compared to other computers. This one doesn't even come close.

    3. Re:Supercomputer Cluster? by Anonymous Coward · · Score: 0

      Yes but this is a salable model. Do they need to build a prototype to full scale first to use the word?

    4. Re:Supercomputer Cluster? by itzly · · Score: 1

      My desktop PC is also a scalable model of a super computer, if you look at it that way.

    5. Re:Supercomputer Cluster? by Anonymous Coward · · Score: 0

      That's simply asinine building out a cluster of 64 nodes with 2 head end controllers is vastly different than 'I are have a computer" *MASH KEY MASH KEY*

    6. Re:Supercomputer Cluster? by tnk1 · · Score: 3

      Your machine does not scale out to 64 processors for $2k.

      Yes, it is slower, and yes, it could probably be done with a better set of hardware like some video cards.

      However, the point is likely that the people doing the experiment wanted to have about 64 processors, and they knew how to use the Pi as opposed to the instruction sets for GPU coding. That and the Pi should have all the networking and other pieces on it to make it a standalone node.

      When you want to practice working on an computer with multiple compute nodes, it is more important to have more nodes, because that is where the complexity is. You then scale out on a better class of nodes using the same principles. Either more Pis, or replace the Pis with better ARM nodes with similar characteristics, but better performance.

    7. Re:Supercomputer Cluster? by Anonymous Coward · · Score: 0

      What way? Hah, with your head tightly squeezed in there!

    8. Re:Supercomputer Cluster? by laird · · Score: 1

      Sure. But the goal was educational, not production, what they did is pretty reasonable. That is, they built a large cluster of computers for kids to learn parallel programming on, using dirt-cheap commodity components accessible to kids. Sure, it's not a supercomputer in that it won't be on the Top 100 list, but it's a good educational "trainer" supercomputer, in that learning parallel programming teaches the the programming models (though not the specific languages) used by the real supercomputers.

      Now, if they could get FORTRAN running parallel on the cluster, that's be really useful for teaching kids to be ready for supercomputing! Not as 'hip' as Node.js, but really useful for doing supercomputing.

    9. Re:Supercomputer Cluster? by itzly · · Score: 1

      Your machine does not scale out to 64 processors for $2k.

      But in order to make a super computer (according to my definition above), 64 is not enough.

    10. Re:Supercomputer Cluster? by Nerrd · · Score: 1

      And thats how words loose their meaning. I don't mean to poopoo the educational aspect of learning to program for a cluster. I don't at all, just don't label it something it is clearly not.

  5. Super computer? by Guspaz · · Score: 1

    Can you really call something with the performance of a high-end desktop PC (or maybe a dual-processor workstation) a "super computer cluster"?

    1. Re:Super computer? by bill_mcgonigle · · Score: 4, Informative

      Can you really call something with the performance of a high-end desktop PC (or maybe a dual-processor workstation) a "super computer cluster"?

      Hey, some CS nerd had $4500 left in his budget for the year, and the PR dept at GCHQ was desparate for *anything* that didn't involve destroying the security of the UK people.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    2. Re:Super computer? by memph · · Score: 5, Insightful

      That thing is a lot more powerfull then a desktop. I agree it's no super computer, but it does have 264 900MHz Cortex-A7 cores. and woud be a good test bed for bigger 10000+ core systems.

    3. Re:Super computer? by Guspaz · · Score: 1

      Define "a lot". Those are 0.9 GHz Cortex A7 cores. How much faster is a 4GHz latest-gen i7, considering the i7 is much faster clock-for-clock, and also has a much-higher clockspeed? And what about when you've got eight of those cores?

      If we assume (and I'm pulling a number out of thin air here) that the Intel chip has four times the clock-for-clock performance, you'd get a dual-processor 8-core system having the performance of 284 RPi 2 cores, which is pretty close. Now, I pulled my numbers out of my ass, but it's probably not that far off...

    4. Re:Super computer? by itzly · · Score: 1

      Where are you getting 264 ? The article says 64.

      Raspberry Pi has about 850 DMIPS, or 54400 for the whole cluster, and an i7 has about 127000 DMIPS. And then you still have all the communication overhead for the cluster, and the divided memory. For floating point, it's a similar difference.

    5. Re:Super computer? by memph · · Score: 1

      i was just doing a rough cpu*cycles count. the 264 was from 66 cpu's * 4 cores each. from the dmips specs 1 intel i7 core seems to be about 20x faster then a Cortex-A7, so the system here would be about the same as a workstation with 13 intel i7 cores. the 'about 20x' part is tricky and would likely take testing for a particular application. also speed depends on the bottle neck, the system here has 66 separate paths to 66 separate main memory, and the intel workstation only has 1 (or 2).

  6. cluster or raspberry pi's doing chess by flok · · Score: 3, Interesting

    Slightly related: I created a cluster of raspberry pi's to do a distributed chess-game PuppetMaster. It participated in a CSVN (Dutch computer chess organisation) tournament and even won a couple of games! These little things can be pretty powerful.

    --

    www.vanheusden.com - home of Multitail, HTTPing, CoffeeSaint, EntropyBroker, rsstail, bsod, listener, nagcon, nagi
  7. Super Computer?? by OzPeter · · Score: 3, Interesting

    Since when does a collection of low powered machines ever deserve the term "Supercomputer"?

    Even the TFA doesn't call it a Supercomputer.

    All I can assume is a click-bait headline

    --
    I am Slashdot. Are you Slashdot as well?
    1. Re:Super Computer?? by joemck · · Score: 1

      The fact that it's a cluster of smaller compute elements does. Supercomputers are usually really powerful, but they don't need to be in order to qualify. It's about system architecture and parallelism, not power.

    2. Re:Super Computer?? by mean+pun · · Score: 1

      I think it is best to think of this as a scale model, just like those Eiffel towers some people have built out of matchsticks. Yes, it is not a real tower, because it is not really, err, towering, but it is still an Eiffel tower.

      The only difference is that this was done for training purposes (i.e. not let newbees burn CPU time on the expensive real supercomputer cluster), rather than as a hobby.

  8. Then they threw it at someone! by Anonymous Coward · · Score: 0

    6.25 lbs worth of Raspberry Pi could kill a man!

  9. Spy agency puts camera in cluster controller by maliqua · · Score: 1

    Shocked and amazed? anyone?

  10. I've done this with iPhones by Anonymous Coward · · Score: 0

    I have 40-50 iPhone 3GS's and setup something similar. Mostly for fun, partially for profit.

  11. "Efficient and effective programming" by Anonymous Coward · · Score: 0

    With java script. I guess "efficient" means something different over there across the pond. Like "boot" or "randy".

  12. Not a bad teaching tool by Aryeh+Goretsky · · Score: 3, Insightful

    Hello,

    This actually isn't a bad idea... as a training tool. It exposes GHCQ's interns (or other programmers and IT pros) who are not used to programming or managing clusters with the underlying concepts, so they can then go and apply those to whatever real projects they have.

    Not everyone gets exposure to distributed computing concepts as part of their education, and having a small, simple system like this is a good and inexpensive means of introducing them to new hires. The homebrew cluster management software is another example of this.

    Regards,

    Aryeh Goretsky

    --
    Dexter is a good dog.
    1. Re:Not a bad teaching tool by amiga3D · · Score: 2

      Sadly I think you're the only one I've seen that actually understood what it was all about. Everyone else seems to think they should have used 64 $1000 computers instead. Good idea for work, bad for a training project.

    2. Re:Not a bad teaching tool by itzly · · Score: 1

      You can do the same training on 64 VM's running on a single desktop PC.

    3. Re:Not a bad teaching tool by AmiMoJo · · Score: 1

      It must be weird being an intern for a vast criminal enterprise.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  13. Mostly academic... by MetricT · · Score: 1

    I manage a large compute cluster for my job. I also have a Pi and love it for what it is. Building a Pi cluster could give people an opportunity to try parallel programming, and learn the sysadmin side like getting a scheduler working or using Salt or similar management tool to manage a cluster.

    However, I imagine a single Intel i5-4960 would smoke a 64-node Pi cluster. It's a worthwhile experiment, but probably not the best thing for most real-world use.

    1. Re:Mostly academic... by AHuxley · · Score: 1

      GCHQ staff teach 'future spies' in schools (9 March 2011)
      http://www.bbc.com/news/educat...
      "It is this decline which prompted GCHQ to start visiting schools to promote languages and also science and technology."
      The option to use a chipset that was gaining traction in the media for eduction would have been a consideration.
      Good optics and branding with a happy all UK message.

      --
      Domestic spying is now "Benign Information Gathering"
    2. Re:Mostly academic... by serviscope_minor · · Score: 1

      but probably not the best thing for most real-world use.

      Unless the real-world use is writing and optimizing HPC codes for a cluster. Given that's actually 99% of the hard work, I'd say that the RPi cluster is an excellent choice.

      Then once you've written and tested and optimized your code without hogging up the expensive high performance cluster, you can then ship it out to that cluster and be rpetty sure it will work and work well.

      --
      SJW n. One who posts facts.
  14. Educational Purposes by joemck · · Score: 1

    They said it's for educational purposes. The point isn't performance -- you're not getting that from RasPis. The point is either to train people on supercomputer programming or to test supercomputer programs on smaller data sets without using time on a real, expensive supercomputer.

    I could see building a smaller scale one of these myself as a way to learn MPI.

    1. Re: Educational Purposes by Anonymous Coward · · Score: 0

      The odroid c1 kernel is also easy to obtain and build from scratch, unlike the RPI kernel.

    2. Re:Educational Purposes by prefect42 · · Score: 1

      If you're just wanting to learn MPI, then a regular multicore PC/laptop is perfectly fine, since it's basically a tiny HPC with a very fast interconnect. If you have access to more than one machine, even better, as you've then got two machines connected with a slow interconnect, so you properly feel the pain of communication costs, and how to distribute your workload best.

      --

      jh

  15. cost/gflop by Anonymous Coward · · Score: 1

    RPI is quite inefficient.

    2.4watts
    0.041gflop

    = 0.017 gflop/watt

    i7-4790k

    123.4 watts
    117.35 gflop
    = 0.951 gflop/watt

    0.951/0.017 = ~56x faster. You'd need to spend $35 * 56 = $1960 on RPI's to get the performance of a single i7.

    1. Re:cost/gflop by Carnildo · · Score: 1

      RPi: $35 per node * 64 nodes = $2240

      i7-4790: $500 per node * 64 nodes = $32000

      If you're testing cluster-computing algorithms, it doesn't really matter how fast your nodes are, but there are situations you'll encounter with a real networked cluster that you can't simulate on a single compute node, no matter how fast it is. It's much like how you can use multitasking on a single-threaded processor to simulate a multicore processor, but there are entire families of contention issues you'll never encounter.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
  16. Hardware connected to the GPIO pins by psergiu · · Score: 1

    The article doesn't have any details about the extra hardware that's connected to the RPi boards.

    From the low-res picture, you can see that in each 8-RPi unit, all Pis have a "PiGlow" connected and 4 of the 8 Pis have an extra network card (or another device with a RJ54 cable) plugged in the GPIO slot (with a pass-trough for the PiGlow)

    Anyone knows what device is that ?

    --
    1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
    1. Re:Hardware connected to the GPIO pins by psergiu · · Score: 1

      After a bit of Google Image Search i think i found out the answer:

      Those are Xtronix PoE adapters and are used to power the RPis
      Notice how each RPi without this card is connected using a MicroUSB to MicroUSB cable to a nearby RPi who does have this card.
      That's stupid and wasteful:
      1) They are using a big honking switch with PoE in the back - those are expensive.
      2) Powering the next RPi using USB backfeed going over two fuses will ensure that that second RPi gets undervolted and will be very unstable. They could at leas bridge the 5V GPIO pins between the RPIs, not use USB Backfeed.

      --
      1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
  17. wouldnt it be faster by Anonymous Coward · · Score: 0

    Wouldnt it be faster To have 16 Intel I-7 7 cores CPU, faster than raspberry pi cluster

    1. Re:wouldnt it be faster by mean+pun · · Score: 1

      Faster? yes. Better for training? No.

  18. Misleading FUD! by Client_Notes · · Score: 1

    Dross and misleading article, states they couldn't disclose the source of how to build one, maybe because they stole it from a South Hampton University Professors original work and would rather you didnt build one putting there fail to shame on public record! See: http://www.southampton.ac.uk/~... Beowulf clusters are a dime a dozen and easy enough to do, GCHQ is certainly not the first person to think of it, nor is there HQ somewhere I would advocate my child should work. The USAF already did something similar with PS2's (Playstation's to build a giant cracking cluster and all it could break was Rainbow Tables!) and if you expect your children to have common sense then perhaps it's something that should be distilled into them at an early age, a bit like morals and why hacking into phone's and spying on people is morally wrong! On the other hand however, most hilarious to read about how there Allies and there SPY website got hacked with weak encryption by a load of very peeved off hackers with Freaky SSL though!

    1. Re:Misleading FUD! by Anonymous Coward · · Score: 0

      It's Southamption, not South Hampton.

    2. Re:Misleading FUD! by Client_Notes · · Score: 1

      South Hampton or Southhampton, what-eva, it's not quite scouse and it's not quite cockney, it's Birmingham! (emphisis on the word ming as in minging or minger!) Seriously, ARM chain's doing CPU intensive processing, I completely agree with the guy talking about GPU vs CPU but as to it being 64 bit over 32 show's what they know, it's never been 8 bit's, it's actually 7 with 1 floating bit and the raspberry pi will never be popular because of the fact it's based on Prism (ARM) technology, seriously, as if people are going to hoard together to try an build a cluster running a Linux kernel with twitter (twatter) bootstrap!

  19. Lego case 64 Raspberry Pi Cluster by Roger+W+Moore · · Score: 1

    The reinvented a wheel (a cluster)

    Actually they reinvented the wheel not just in the generic sense but also in the specific sense that someone else has already built a 64 node Raspberry Pi cluster...and instead of some custom designed case theirs used a home build lego case which was definitely cooler. Of course this should not be too surprising. It was made by GCHQ after all so they probably got the idea from reading this guy's email!

  20. saying by Anonymous Coward · · Score: 0

    Like the old saying goes, never underestimate the bandwidth of a closet full of Raspberry Pi's.

  21. BEOWOLF by electrosoccertux · · Score: 1

    but beowolf would approve!!!

  22. Education Tool for Cluster Programming by tempmpi · · Score: 1

    The PI uses 4 watts, so a cluster of 64 PIs will use around 256 Watt. A NVidia GTX960 will provide 2,308 GFLOPS at 120 Watt or around 20 GFlops per watt. GTX980 is even better with 28 GFLOPS per Watt. Adapteva Epiphany-IV is supposed to do 100 Gflops at 2 Watt.
    Tegra X-1 can do 512 GFlops at likely something between 5-10 Watts.

    But even if you would build a Tegra X-1 cluster, for many applications it would still be less power efficient than a smaller number of more powerful machines with a good interconnect:
    Even most parallel applications need some communication and exchange of results between the different threads. This will be very slow on the rasberry cluster.

    But a rasberry pi cluster should be a good educational tool to teach cluster programming. Processing speed is slow, communication is also slow but the ratio between communication bandwidth and processing speed is likely quite similar to real clusters. So the skills that you learn when mapping small problems to a rasberry pi clusters can also be applied when mapping big problems to real clusters. And at the same time building one of these clusters is around the same price as a single compute node in a real cluster. So you can easily give students access to such a cluster.

    You could solve the small problems way more efficiently using a single GPU, but if you want to solve the big problems a single machine is not going to be enough and you will have to deal with the limted communication bandwidth between the nodes.

    --
    Jan