Raspberry Pi Supercomputer Cluster

  Переглядів 791,646

Gary Explains

Gary Explains

День тому

Get 96% off our Raspberry Pi Mastery Course Bundle: andauth.co/pideal
Supercomputers are expensive, use lots of electricity and need heavy duty cooling. However using Raspberry Pi boards you can build a supercomputer cluster and program it just like the real deal, but without needing a direct connection to a power station!
GitHub: github.com/garyexplains/examples
Introduction to Android app development: www.dgitacademy.com
Let Me Explain T-shirt: teespring.com/gary-explains-l...
Twitter: / garyexplains
Instagram: / garyexplains
#garyexplains
Affiliate Disclosure:
When you buy through links in our description Gary Explains may earn an affiliate commission.

КОМЕНТАРІ: 613
@GaryExplains
@GaryExplains 4 роки тому
For those asking about the rack, I don't remember exactly where I bought it. But here are a few from Amazon that you might like: geni.us/3AAUtfx and geni.us/DbWsT and for the UK this one: geni.us/rGjT6
@DDBAA24
@DDBAA24 4 роки тому
Does this method your demonstrating using the MPI library allow these RPi's to combine system resources ? I know you said that it sees 4 Pi's = 16 Cores , does it also pool the RAM ? Assuming the answer to both those questions are yes , can you still enable ZRAM within the cluster ? When compiling programs on the Pi it tends to hit swap after a point , ZRAM allows the Pi to swap to the RAM instead of the MicroSD (im sure you familiar). I would want to use a setup like this for compiling , does this cluster configuration help me in that regard ? Thanks Gary .
@kevindeng1889
@kevindeng1889 4 роки тому
I suggest another rack with fan kit: www.amazon.com/dp/B07MW24S61 and for the UK: www.amazon.co.uk/dp/B07J9VMNBL
@jamesanderson478
@jamesanderson478 4 роки тому
Hello Gary, I would like to thank you for making this video and maintaining such an informative channel. you are very easy to listen to and your explanations are to the point. Keep up the good work. Today was the first day i saw your channel link and decided to give it a go. the raspberry pi is a great pltform. However the raspberry PI Zero is a very compact development board as well. The Pi Zero does not have the compute power of the big pi. however the integration of the wifi on the board makes it one of my favorites. I built a super computer using the PI Zero as the main board. I loaded each PI with aversion of Windows 2008 data Center Server. I used RUFUS to flash 64 GB microSD cards with the OS. Once i had the OS working I cloned it using tis program... clonezilla.org/clonezilla-SE/ I have a multi-slot microSD card reader. It holds 24 microSD cards and connects via usb 3.1. I installed teh Windows 2008 Data Center Server on the microSD cards in about 15 minutes. Windows Server 2008 Data Center can cluster up to 32 machines processors at once. The Windows platform is very stable yet it is a little large. About 3 GB on each microSD. I used the data center server services to aggregate all the Raspberry PI processors and resources. i used the Wifi on each chip to bridge them all together. I only spaced them about 1/2 inch apart. The network and teh data processing is so fast that it returns almost instantly. I mainly use the cluster just to browse the web and play games. It is absolutely over kill on any kind of gaming or graphics program. I set the paging file on all the drives to 512 initial max 4096. I also connected an external 3.0 6 TB hard disk to the USB mini on one of the PI. Number 32 in the cluster. Then all teh data i download goes thru the other 31 and passes down stream directly to the external like a funnel. I can download a 4K movie in about 55 seconds with my AT&T fiber. I thought you might be interested in looking at this flavor of PI super computer. Of course i have Python, PHP 7.2 and AMPPS installed on the cluster. Automatic load balancing and wifi VLAN tagging. The windows 2008 server data center can open up a whole venue of new and powerful applications you may be interested in
@eg3730
@eg3730 4 роки тому
@@kevindeng1889 hi
@kevindeng1889
@kevindeng1889 4 роки тому
@@eg3730 hi
@fincrazydragon
@fincrazydragon 2 роки тому
A long time ago, a man named Bill Gates had a vision: "A computer on every desktop" Now, thanks to Raspberry Pi, a new vision has emerged: "A supercomputer on every desktop"
@SS-ARYAN
@SS-ARYAN 2 роки тому
But if every desktop computer is a supercomputer…
@belaolson8172
@belaolson8172 2 роки тому
@@SS-ARYAN then we can only dream bigger, my guy 😎
@gustavojhonson7876
@gustavojhonson7876 2 роки тому
considering the physical limitations of transistors, the only way to turn a single device into a supercomputer is through the cloud.
@joakimjocka8022
@joakimjocka8022 4 роки тому
This is by far the best example i have seen on this topic, excellent vid
@jagardina
@jagardina 4 роки тому
I do enjoy your videos, even though I already know pretty much everything you discuss usually. And I have recommended it to people who do need to learn about a topic. Great format, production quality and content. Thanks for making this.
@bobcat_the_Lion
@bobcat_the_Lion 4 роки тому
Thank you Gary. There are a lot of videos on how to build a cluster with multiple rapberrys, but this is the first time I actually see it running as a cluster. All other videos stopped after the build, or ran them as individual computers.
@emanyatta
@emanyatta 3 роки тому
Wow! 12 minutes super computing lecture gives you more than a 4 year bachelor degree
@PersonALANty
@PersonALANty 3 роки тому
Guessing you have that 4 year bachelor's degree and you're referring to it aren't you?
@gerboog
@gerboog 3 роки тому
No. Just no.
@jarrettg7937
@jarrettg7937 3 роки тому
I know you're trying to compliment the video (maybe inflate the audience's ego?) but I think your university ripped you off...
@infinity5288
@infinity5288 2 роки тому
the university teaches you in more detail and less effort. this video is less in detail (in a nutshell)
@PersonALANty
@PersonALANty 2 роки тому
@@infinity5288 Less in detail with more effort put into explaining the detail. I would say that teaches more, because the less effort put in, the less that you get your point understood, therefore you teach LESS because it is not taught, just stated.
@emd1999
@emd1999 4 роки тому
The example you used with primes is one of concurrency rather than parallelism it seems. This is a very good primer on the basics of high performance computing though. Good video.
@HShango
@HShango 4 роки тому
Very informative, i've always considered making a mini supercomputer (raspberry pi 3 +b)
@Standbackforscience
@Standbackforscience 4 роки тому
Man I love this channel, always something interesting to learn
@leledumbo
@leledumbo 4 роки тому
Reminds me of concurrent & parallel computing class back in college, specifically the grid computing chapter. The classic example we used back then was matrix multiplication, while for the project we choose to parallelize inefficient sequential sorting algorithm with final goal to beat quicksort up to certain data size (because eventually quicksort still wins, it's just a much more efficient algorithm after all).
@DavideOrlando1969
@DavideOrlando1969 4 роки тому
Yeah, i did it months ago with 4 raspberry pi 3 and MPI4py and it work very well! I also used psh (parallel secure shell), very useful tool.
@prashanthb6521
@prashanthb6521 4 роки тому
Wonderful way to explain Gary, thanks a ton.
@PEGuyMadison
@PEGuyMadison 4 роки тому
I looked a few of these Raspberry Pi clusters and for less than $800 I bought a used quad processor 32 core Xeon Dell R820 with 96 GB of memory..... and it just works. Sure when it's running it consumes more power but it's a unified memory across the 4 processors which makes HPC easier.
@ykhatat
@ykhatat 4 роки тому
Thanks I learned something new today!
@ridingnerdy6406
@ridingnerdy6406 4 роки тому
What people forget about the old microwulf clusters is they use 2 gigabit connections to per board to share data. The Pi3 has 1 ethernet connection capped at 300mbps, which made clusters actually slower than a single Pi. Now that the Pi4 is here with true gigabit and USB 3 support to add a second one, a Pi cluster might actually be a viable project.
@hammercanttouchthis
@hammercanttouchthis 4 роки тому
So this video is misleading? 🤔
@bigmacbeta
@bigmacbeta 4 роки тому
@@hammercanttouchthis it was a nice simple example.
@johndunlap9139
@johndunlap9139 4 роки тому
It depends on the problem you're trying to solve. If the problem you're trying to solve requires minimal network bandwidth(small inputs and outputs) but requires a large amount of CPU processing time... Then the older pi's will work just fine.
@gregjalepeno6769
@gregjalepeno6769 4 роки тому
@@hammercanttouchthis It was obviously a demo of a theory of clustering put to practise, not a video about optimisating data bandwidth and latency.
@achill3sAp0
@achill3sAp0 4 роки тому
Thank you Gary!! I learn more watching one video than spending hours on so called Tech Channels.
@jamesanderson478
@jamesanderson478 4 роки тому
I agree... He is very good at the explanation and easy to listen to.
@falcondarkshadow8711
@falcondarkshadow8711 4 роки тому
Watch tech quickie on yt
@philh98
@philh98 3 роки тому
@@falcondarkshadow8711 agreed linus and the gang really do good job there
@falcondarkshadow8711
@falcondarkshadow8711 3 роки тому
@@philh98 definitely
@mohamedshuaau632
@mohamedshuaau632 4 роки тому
4:14 On serious note. Love the channel. Love the video. Very informative. Thank you!
@strenuousbobbykushner
@strenuousbobbykushner 4 роки тому
Gary, this video was informative :) Thank you
@mxcollin95
@mxcollin95 3 роки тому
Really interesting! I’ve always wondered how that worked.
@GonzaloOviedoLambert
@GonzaloOviedoLambert 4 роки тому
amazing explanations. Great work, thanks
@joseph6750
@joseph6750 4 роки тому
What I find interesting is that that program you ran is the equivalent of what was run on the EDSAC computer in the 1950s when it was doing nothing else and you are generating more prime numbers in 30 seconds than it could in just under 10 years.
@1MarkKeller
@1MarkKeller 4 роки тому
WOW!
@AbhinavSubramanian
@AbhinavSubramanian 4 роки тому
Yeah, even the chips you find in those musical birthday cards have more computing power than all the Allied Forces put together did in WW2. It's crazy.
@dashboy007
@dashboy007 4 роки тому
@@AbhinavSubramanian but we went to the moon on that power?
@bnbnism
@bnbnism 3 роки тому
@@dashboy007 even your current computer/laptop/phone no matter the model is still many times more powerful than the greatest computers of the ones used for the first few moon landings
@dashboy007
@dashboy007 3 роки тому
@@bnbnism I was trying to be sarcastic. There is no way my phone today could power anything else but itself, let alone a rocket ship.
@mav29
@mav29 3 роки тому
perfect explanation 2:30 - 3:00 planning to have one built soon aside from having rpi4 , i was also thinking about orange pi to have as another alternative then mix them if possible just need more research on this thx sir Gary
@AungusMacgyver
@AungusMacgyver 4 роки тому
Great explanation!
@s.j.3247
@s.j.3247 4 роки тому
Thanks for the nice explaination 😁
@1MarkKeller
@1MarkKeller 4 роки тому
*GARY!* *Good Evening Professor!* *Good Evening Fellow Classmates!*
@GaryExplains
@GaryExplains 4 роки тому
MARK!!
@Masterr59
@Masterr59 3 роки тому
This was such an interesting video. One of the best I've seen in a long while!!
@GaryExplains
@GaryExplains 3 роки тому
Wow, thank you!
@athul7227
@athul7227 4 роки тому
Thanks for your knowledge
@AbhinavPandit1
@AbhinavPandit1 3 роки тому
Tht why i like to watch ur show... So many things to learn
@slowerpicker
@slowerpicker 4 роки тому
Nicely done. Thanks!
@maycodes
@maycodes 4 роки тому
Thanx a lot Gary. merry christmas.
@antonnym214
@antonnym214 4 роки тому
excellent explanation. Thank you! Back in the early days of the IBM PC, I wrote a game with virtual robots that did combat in a virtual arena, and each "Warbot" ran its own program, which was an interpreted language I wrote just for that game. The language was called R-Code. In this case, The R-code interpreter was running 5 programs at once, and each program had it's own simultaneous i/o. That was pretty cool in the old DOS days before windows and multitasking.
@hammercanttouchthis
@hammercanttouchthis 4 роки тому
What version of DOS did it run on? And did you mean it ran on the IBM PC or XT? :)
@antonnym214
@antonnym214 4 роки тому
@@hammercanttouchthis By that time, 1991? I was running it mostly at work on IBM XTs running MSDOS 3.3 or later, as i recall because we had 3.5 inch floppies. The entire programming environment and game fit on a single diskette. It was only 10,000 lines of QuickBASIC code. I never released it to the public, but I had one other friend who was interested in programming who liked writing R-code for the warbots.
@nyanates
@nyanates 2 роки тому
Reminds me of Robot Wars. My friend and I had a blast programming our robots to pummel each other in the ring.
@ianwalker6546
@ianwalker6546 4 роки тому
Nice video, really well explained!
@certs743
@certs743 4 роки тому
Forgetting the cost of power for a moment I am curious how the performance compares to a PowerPC based cluster which was probably the first "out of the box" consumer level hardware solution available that could be configured as a supercomputer cluster.
@GaryExplains
@GaryExplains 4 роки тому
Yeah, I agree that would be interesting. In fact building different clusters from various bits of historical and new hardware and then benchmarking them would be quite interesting, but alas very time consuming!
@johndoe1909
@johndoe1909 4 роки тому
@@GaryExplains my master thesis where done in the early 90:es, and it was about creating dynamic computing clusters using heterogeneous computers (various hardware architectures at the time). Given the overall limitations we identified types of problems which could scale using the available technique. Great fun and on the cutting edge for it's time. The main benefit was that the computer clients connected where largely unaware that they committed computing cycles, the jobs was running int the background. The base was done in pvm, in many aspects the successor to mpi.
@antonfernando8409
@antonfernando8409 3 роки тому
awesome, never knew anything about super computing, and now i know, thanks.
@kestergascoyne6924
@kestergascoyne6924 4 роки тому
Thank you Gary.
@mixcocam
@mixcocam 3 роки тому
Super cool video - would be great to see more examples!
@pmccraken
@pmccraken 3 роки тому
Nice. Very clearly explained and demo'd
@joehaines748
@joehaines748 4 роки тому
Great job. Thanks for the video.
@HerrHafiz
@HerrHafiz 4 роки тому
thanks for the info.need to study more about the clustering pi .For example begin to cluster 2,then 4, then 8, ....until recently Oracle already built the 1060 Pi s
@leenshelly
@leenshelly 4 роки тому
enjoyed this video well presented
@pppluronwrj
@pppluronwrj 4 роки тому
something new! thanks prof Gary
@garyharris8082
@garyharris8082 4 роки тому
thank you...subbed really intersting video.
@alexanderwingeskog758
@alexanderwingeskog758 4 роки тому
On my old Amiga I did a lot of fractal scenery animation and it took ages, this would be a really good demo of connecting more computers thru a slow bandwidth link. And raytracing also, Lightwave was really great as renderfarms go, one master/server (with GUI) then just send the resources to a bare minimum program that actually calculates the different images and sends it to the master/slave and it is pretty good on resource management as it just hands the nodes the images that is not done (hard to explain) but it really meant that you could connect pretty much anything... a slow computer, a fast computer and so on... it used everything at 100% all the time. Do Povray exist on the Pi? If it does that might be a good start for a great demo of connecting PI's :-)
@ThomasGodart
@ThomasGodart 3 роки тому
Nice work, Gary! And if you want to remove the overhead and speed up calculations greatly, you can switch from Python to Golang, for example, and have microservices do the work
@mastermoarman
@mastermoarman 4 роки тому
Could this concept be used with computer vision to speed up the process over a single pi3?
@calvint3419
@calvint3419 3 роки тому
Thanks Gary. I also tried Apache Spark on Jetson Nano and it works. So I expect Apache Spark can work with Raspberry Pi too. The concept is the same.
@shokama
@shokama 4 роки тому
Cool video! One question, though: can the Raspberry Pis be connected via GPIOs and make them behave like the cluster in the video? Will it be more effective that way?
@dryoldcrabman6890
@dryoldcrabman6890 3 роки тому
This was fantastic!
@ac.developer4459
@ac.developer4459 4 роки тому
Gary, wich could be an use for a webdeveloper, videomaker or 3d desigenr with blender? Is it possible to do a renderfarm with it?
@surjagain
@surjagain 4 роки тому
Really loved this video :)
@mihir206
@mihir206 4 роки тому
Hey Gary could you please upload a step by step video to achieve node cluster????
@philh98
@philh98 4 роки тому
What are some use cases for a super computer of this small of a caliber? (I am a bit new to the tech scene so if this is a dumb question, that is why)
@familyaccount4753
@familyaccount4753 4 роки тому
wow great video dude!
@IBITZEE
@IBITZEE 4 роки тому
As always... great info... great hob!!! you're the man,,, ;-)
@wandiletembe
@wandiletembe 4 роки тому
😎 Real Tech Channel. 👍🏾🙏🏾🇿🇦
@positivevibrations5103
@positivevibrations5103 5 місяців тому
Wonderful explanation!! Great channel.
@GaryExplains
@GaryExplains 5 місяців тому
Glad you think so!
@JUSTaCringeChannel
@JUSTaCringeChannel 4 роки тому
Fantastic channel love it
@Continus
@Continus 4 роки тому
This just shows the purpose of Raspberry Pi, a learning tool. I never thought they would bring it to Server/Clusters. It's a great teaching tool from basic programming to now supercomputers. Raspberry Pi may not be a world record PC nor a Supercomputer with Tera flops in processing power. But it has proven to be a super teaching device that's caught a lot of interest world wide for those who want to jump in and learn. And a great gaming emulator! d^_^b
@threatripper
@threatripper 4 роки тому
Reallly good sir👍👌
@nilloviz
@nilloviz 4 роки тому
You should make a video about quantum computers. A lot of youtubers have failed to present that topic in a neat way...
@gamearmour3431
@gamearmour3431 Рік тому
Question! Can a raspberry pie supercomputer be used for blender software for faster renderings! And can the raspberry pies be configured with gpus.
@kahy026
@kahy026 4 роки тому
Hello Gary, great video, ty. I have a cluster of 11 rapsberry's. no problem with that, but i tried to insert a virtual machine as a node, it is not functionning. the virtual machine can work as a master node but not as a node of my cluster Why is that ? Thank you
@rijulchaturvedi
@rijulchaturvedi 3 роки тому
HI thanks! Beautiful video. I tried your program on 2 RasPi 3's. But it still says running on 2 cores instead of 8 When I use a single RasPi it runs on one core instead of 4. Any idea how to fix this?
@Pauluz_The_Web_Gnome
@Pauluz_The_Web_Gnome 4 роки тому
Hi, I have created a cluster programm, that runs before I even press
@TheB1nary
@TheB1nary 4 роки тому
Fantastic video! Subscribed :)
@artgressick
@artgressick 4 роки тому
Great video!
@PepsisFormosa
@PepsisFormosa 4 роки тому
You should try this with the rockpro64 and connect each board together through the pcie to get really low overhead. Might even get to write your own kernel and mpi layer!
@NoorquackerInd
@NoorquackerInd 4 роки тому
PCIe doesn't act super friendly all the time. It's probably better using InfiniBand cards
@PepsisFormosa
@PepsisFormosa 4 роки тому
@@NoorquackerInd Well if you're going to use a comm card, it would be a lot easier to put a ten Gb network card in the pcie slot. I was just thinking to keep costs down, you could try to run the messages over just the pcie lanes.
@charlessanson2835
@charlessanson2835 4 роки тому
Just curious how would you use this for video editing, is it possible? Would it be worth the time, money and effort?
@kscdisappointment2404
@kscdisappointment2404 3 роки тому
Processing wise yes because you would end up with around 3.6 ghz of processing power for 130 dollars wich is a good deal Idk whether it would be effective though because of the low power gpu the pi has
@GaryFuller
@GaryFuller 3 роки тому
Could you run this kind of cluster with multiple different OSs and machine types? For example, I have a few Pis and also some old office desktops. Could I simply run them together?
@MentalSheep
@MentalSheep 4 роки тому
Brilliant!
@calebcodesitall3883
@calebcodesitall3883 3 роки тому
This is sick!!!
@markphillips8019
@markphillips8019 4 роки тому
Why did you not use the Lite version of Raspbian? You lost no end of MIPS to running the GUI.
@0lAlex0
@0lAlex0 4 роки тому
And would disabling the Desktop interface from raspi-config increase the performance?
@markphillips8019
@markphillips8019 4 роки тому
@@0lAlex0 heck yes. You'd have gained about a 20% performance increase. The GUI is a beast.
@clintgossett1879
@clintgossett1879 4 роки тому
But the demo video would suck
@YouArentValid
@YouArentValid 4 роки тому
Because he doesn't actually want to calculate prime numbers as efficiently as possible, he just wants to make a video about cluster nodes lol.
@markphillips8019
@markphillips8019 4 роки тому
@@YouArentValid Yeah, this struck me as one of those "I need content for my channel" videos. I'll bet he took it from a howto found on the Interwebs too? Plus, it's been done to death already.
@bentleyplays125
@bentleyplays125 4 роки тому
I would use Udp to send packets to one of the hosts, then that host sends to the next host, etc etc and then the final host with all that information processes it and sends it to the main computer
@Kassem_Bagher
@Kassem_Bagher 4 роки тому
Nice and clear
@DM-ev3fe
@DM-ev3fe 4 роки тому
Will the cluster be able to run daze 3d or halo2 ?
@DAVIDGREGORYKERR
@DAVIDGREGORYKERR 4 роки тому
There are new SBC micro computers which have a RYZEN 8 core processor called the UDOO BOLT V8 get eight and you could have 64 cores.
@alvaroperezvargas4932
@alvaroperezvargas4932 2 роки тому
If I wanted to replicate this today which rapsberrys would you recommend, raspberry3 or 4?
@semco72057
@semco72057 4 роки тому
That is a neat idea of making a Super Computer from a group of small computers like the ones you mentioned. I wonder if IBM has thought of that since they are into the Super Computer business.
@MrWoodthegreat
@MrWoodthegreat 4 роки тому
That was done with the PS3.
@anthonya.jumelles7103
@anthonya.jumelles7103 4 роки тому
Yup, that was a project that the US Military did because the PS3s had a lot of cores in a relatively compact form. It made being able to source machines from around the world really eaay.
@AbhinavPandit1
@AbhinavPandit1 3 роки тому
Can u post the pic of the final setup on which u run this...
@greenstorm5568
@greenstorm5568 4 роки тому
Can i use this to combine multiple chromebooks?
@Smarkalbert
@Smarkalbert 4 роки тому
First of all, Thank you Sir for doing this video, Is any bloggs of people specifically doing this project and maybe expanded the project? Please advice, I want to join.
@aakashpatil3228
@aakashpatil3228 2 роки тому
MPI - messaging service used in supercomputer cluster Scatter n gather (lesser data, high latency) (more data, less latency as compared to single core) Public n private key- security
@bigmacbeta
@bigmacbeta 4 роки тому
Great job again Gary.
@theseamusexperience
@theseamusexperience 4 роки тому
Cool video! We have a few raspberry pis laying around, this would be a fun project. Are you going to the SciPy 2019 convention in Austin?
@GaryExplains
@GaryExplains 4 роки тому
No, unfortunately I am not going to SciPy.
@RETROGAME-FIX
@RETROGAME-FIX 3 роки тому
Hi sir, is it important to use same models of pi to make a cluster, or we can use different models to make one nice powerful computer. i have two pi3 and one pi4.. thanks.
@GaryExplains
@GaryExplains 3 роки тому
You can use different models but beware that if you sent the same load to each node then the slower nodes will take longer to complete.
@bellpepper3235
@bellpepper3235 3 роки тому
Cost of setup? Electricity cost? Can this mini super computer used for AI ML DL research?
@lorensims4846
@lorensims4846 4 роки тому
Dragonfly BSD is an OS designed specifically to handle a cluster like this.
@gregorykusiak5424
@gregorykusiak5424 4 роки тому
Loren Sims does each node have to match the rest, or can any machine get added to the array?
@SwapnilLonkar
@SwapnilLonkar 4 роки тому
Thanks for complete sherlock holmes on your github..
@IronCross82
@IronCross82 4 роки тому
I just have a quick question are you able to hook a Raspberry Pi up to a vinyl cutter / plotter?
@GaryExplains
@GaryExplains 4 роки тому
I have a friend who uses a Pi with a laser cutter and with a 3D printer, so I guess the answer is yes, with caveats about models, interfaces, drivers, etc.
@GoCreateSomething
@GoCreateSomething 3 роки тому
I wonder how many Pi 4s it would take to produce the same number of flops you get from the minimum baseline Cray super computer set up. Does that setup you have produce the amount of calculations that can be performed by a current gaming laptop? It might be interesting to know how many Pis it would take to produce the same computational power as a gaming laptop and what the difference in price point would be. Thanks for the interesting demonstration.
@DMonZ1988
@DMonZ1988 4 роки тому
i've always wondered about this and wanted more information. even after the video i still do. can you name some practical tasks that lend themselves to this kind of computing cluster? i've seen people make them a few times, but it always seems to be 'just out of interest'.
@AmeshaSpentaArmaiti
@AmeshaSpentaArmaiti 4 роки тому
raspi's aren't really powerful enough to make this useful or scalable, but there's probably a researcher or two somewhere out there using an SBC cluster made from more expensive boards, especially ones that support PCIe.
@DMonZ1988
@DMonZ1988 4 роки тому
@@AmeshaSpentaArmaiti ok I see, thank you! So with pis it really is just a theoretical exercise. Shame, since I have a few, but they're good for lots of things!
@BoydMcKay
@BoydMcKay 4 роки тому
Thanks Gary! Can you providethe model/manufacturer for the Raspberry Pi compute rthat you used/recommend in the video? Thanks
@GaryExplains
@GaryExplains 4 роки тому
I used the standard Raspberry Pi 3 Model B+
@BoydMcKay
@BoydMcKay 4 роки тому
@@GaryExplains thanks! I am purchasing a kit and wondered if you have any recommendations. Great video!
@GaryExplains
@GaryExplains 4 роки тому
The Pi is great because of the price. You can get started relatively cheaply. If are you a looking for a way to learning MPI and other technologies like Docker and Kubernetes on a cluster then this kind of setup is great. HOWEVER, performance is an issue. If you want actual results, to run actual projects etc, then you will need to look at better hardware. But that costs more money!
@williamp6800
@williamp6800 4 роки тому
Boyd McKay the Raspberry Pi is made by the Raspberry Pi Foundation, www.raspberrypi.org. The Raspberry Pi 4 was released right when this video was posted and is the current model as I write this. It is what you would want. Most people looking to use it for computing tasks like this (vs maker/electronics projects) are going for the model with 4GB of memory, vs the 2GB model. In addition to the distributed processing demonstrated in this video, for home use, they're great Docker containers and similar applications. They're available from many online retailers.
@marcd1981
@marcd1981 3 роки тому
I have a question about the Mastery Course Bundle. Three of the courses state a specific Pi is being used (Zero or 2). Is that the only Pi that the course will work with? Or if I have a Pi 4, can I still complete the course(s)? Just subscribed, looks like a very interesting channel to get started with coding and computing with Pi's!
@joepro31
@joepro31 4 роки тому
Where u get that shirt?
@gristlevonraben
@gristlevonraben 4 роки тому
I just desire to have one pi for audio, one for video, and one to run them, to turn three pi's into a great desktop computer.
@kerphloo
@kerphloo 4 роки тому
That would be pointless, because unless your doing instense audio processing, there would be no point in having a dedicated audio pi, and just one pi is not enough to do much video editing on, and at that point what would your third be used for if not everything else?
@_misterwhy
@_misterwhy 4 роки тому
Thanks Gary ! But what does your code (primary number) look like ? It's a simple python code or it's adapted for cluster ? Thanks a lot
@GaryExplains
@GaryExplains 4 роки тому
It is python code written for clusters. You can find it on my GitHub page. Link in the description.
@_misterwhy
@_misterwhy 4 роки тому
@@GaryExplains I didn't find it, but I'll look closer. Thanks again ;)
@_misterwhy
@_misterwhy 4 роки тому
WTF in front of my eyes XD
@webbryan1
@webbryan1 4 роки тому
🖐🏻 question: In the super computer setup - the other prime numbers are missing when in a cluster setup. Wondering where are those results? I am thinking why the other nodes didn’t return the values?
@GaryExplains
@GaryExplains 4 роки тому
They do return the values.
@IBITZEE
@IBITZEE 4 роки тому
PS... if dare to suggest a 'petit' correction to the video... in the demo show the htop from the 4 Pi(s) and dont forget to select the process sort of each htop to CPU load...
@DavidOwensuk
@DavidOwensuk 3 роки тому
Great video Gary:-)
@GaryExplains
@GaryExplains 3 роки тому
Glad you liked it!
@normanpeterson694
@normanpeterson694 4 роки тому
Can you do a video of one running folding@home?
Full Windows 10 Desktop on Raspberry Pi!!!
8:16
Gary Explains
Переглядів 426 тис.
The Petabyte Pi Project
22:27
Jeff Geerling
Переглядів 2,1 млн
Їжа Закарпаття. Великий Гід.
1:00:29
Мiша Кацурiн
Переглядів 579 тис.
I Can Save You Money! - Raspberry Pi Alternatives
15:04
Linus Tech Tips
Переглядів 3,2 млн
13 Stunning Raspberry Pi Projects for 2024!!!
10:23
ToP Projects Compilation
Переглядів 145 тис.
Begun, the CM4 Clone war has
15:47
Jeff Geerling
Переглядів 269 тис.
3 HACKING gadgets you have to TRY!!
19:34
NetworkChuck
Переглядів 1,4 млн
Building a $500 Raspberry Pi Gaming PC
22:06
Jeff Geerling
Переглядів 348 тис.
AI on a Pi? Believe it!
12:29
Data Slayer
Переглядів 68 тис.
Raspberry Pi 5 Operating Systems
16:00
ExplainingComputers
Переглядів 98 тис.
Building a $100,000 PC for Minecraft
19:09
Linus Tech Tips
Переглядів 6 млн
12 NEW Raspberry Pi Projects you must try!!!
8:38
ToP Projects Compilation
Переглядів 521 тис.