Raspberry Pi Supercomputer Cluster

  Рет қаралды 793,024

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.

Пікірлер: 616
@GaryExplains
@GaryExplains 5 жыл бұрын
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 5 жыл бұрын
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 5 жыл бұрын
I suggest another rack with fan kit: www.amazon.com/dp/B07MW24S61 and for the UK: www.amazon.co.uk/dp/B07J9VMNBL
@jamesanderson478
@jamesanderson478 5 жыл бұрын
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 5 жыл бұрын
@@kevindeng1889 hi
@kevindeng1889
@kevindeng1889 5 жыл бұрын
@@eg3730 hi
@fincrazydragon
@fincrazydragon 3 жыл бұрын
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 3 жыл бұрын
But if every desktop computer is a supercomputer…
@belaolson8172
@belaolson8172 3 жыл бұрын
@@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 5 жыл бұрын
This is by far the best example i have seen on this topic, excellent vid
@jagardina
@jagardina 5 жыл бұрын
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 5 жыл бұрын
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.
@leledumbo
@leledumbo 5 жыл бұрын
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).
@emd1999
@emd1999 5 жыл бұрын
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.
@Standbackforscience
@Standbackforscience 5 жыл бұрын
Man I love this channel, always something interesting to learn
@HShango
@HShango 5 жыл бұрын
Very informative, i've always considered making a mini supercomputer (raspberry pi 3 +b)
@DavideOrlando1969
@DavideOrlando1969 5 жыл бұрын
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.
@joseph6750
@joseph6750 5 жыл бұрын
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 5 жыл бұрын
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 4 жыл бұрын
@@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 4 жыл бұрын
@@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.
@prashanthb6521
@prashanthb6521 4 жыл бұрын
Wonderful way to explain Gary, thanks a ton.
@PEGuyMadison
@PEGuyMadison 5 жыл бұрын
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.
@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 3 жыл бұрын
the university teaches you in more detail and less effort. this video is less in detail (in a nutshell)
@PersonALANty
@PersonALANty 3 жыл бұрын
@@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.
@ridingnerdy6406
@ridingnerdy6406 5 жыл бұрын
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 5 жыл бұрын
So this video is misleading? 🤔
@bigmacbeta
@bigmacbeta 5 жыл бұрын
@@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.
5 жыл бұрын
Could you use a lower latency/higher throughput interconnect like direct PCIe connection to increase the performance? For a few computers it could be possible (certainly not on large scale supercomputers since PCIe 3 has max. cable length of 8 inches).
@kopai555
@kopai555 4 жыл бұрын
Closet we can get now a day in my Datacenter that i take cared is FC (Fiber Channel). Every single server in DC and inside cluster are connect together in network via FC for lowest latency and maximum transfer rate.
@DataHotep
@DataHotep 4 жыл бұрын
We use infiniband in an HPC setting. Its connected through the PCIE bus.
@ykhatat
@ykhatat 5 жыл бұрын
Thanks I learned something new today!
@achill3sAp0
@achill3sAp0 5 жыл бұрын
Thank you Gary!! I learn more watching one video than spending hours on so called Tech Channels.
@jamesanderson478
@jamesanderson478 5 жыл бұрын
I agree... He is very good at the explanation and easy to listen to.
@falcondarkshadow
@falcondarkshadow 4 жыл бұрын
Watch tech quickie on yt
@philh98
@philh98 3 жыл бұрын
@@falcondarkshadow agreed linus and the gang really do good job there
@falcondarkshadow
@falcondarkshadow 3 жыл бұрын
@@philh98 definitely
@strenuousbobbykushner
@strenuousbobbykushner 4 жыл бұрын
Gary, this video was informative :) Thank you
@certs743
@certs743 5 жыл бұрын
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 5 жыл бұрын
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.
@maycodes
@maycodes 4 жыл бұрын
Thanx a lot Gary. merry christmas.
@Masterr59
@Masterr59 4 жыл бұрын
This was such an interesting video. One of the best I've seen in a long while!!
@GaryExplains
@GaryExplains 4 жыл бұрын
Wow, thank you!
@mohamedshuaau632
@mohamedshuaau632 5 жыл бұрын
4:14 On serious note. Love the channel. Love the video. Very informative. Thank you!
@mxcollin95
@mxcollin95 4 жыл бұрын
Really interesting! I’ve always wondered how that worked.
@1MarkKeller
@1MarkKeller 5 жыл бұрын
*GARY!* *Good Evening Professor!* *Good Evening Fellow Classmates!*
@GaryExplains
@GaryExplains 5 жыл бұрын
MARK!!
@GonzaloOviedoLambert
@GonzaloOviedoLambert 5 жыл бұрын
amazing explanations. Great work, thanks
@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
@ianwalker6546
@ianwalker6546 5 жыл бұрын
Nice video, really well explained!
@AungusMacgyver
@AungusMacgyver 5 жыл бұрын
Great explanation!
@s.j.3247
@s.j.3247 5 жыл бұрын
Thanks for the nice explaination 😁
@slowerpicker
@slowerpicker 5 жыл бұрын
Nicely done. Thanks!
@AbhinavPandit1
@AbhinavPandit1 3 жыл бұрын
Tht why i like to watch ur show... So many things to learn
@antonnym214
@antonnym214 5 жыл бұрын
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 5 жыл бұрын
What version of DOS did it run on? And did you mean it ran on the IBM PC or XT? :)
@antonnym214
@antonnym214 5 жыл бұрын
@@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.
@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 :)
@mixcocam
@mixcocam 4 жыл бұрын
Super cool video - would be great to see more examples!
@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)
@pmccraken
@pmccraken 3 жыл бұрын
Nice. Very clearly explained and demo'd
@athul7227
@athul7227 5 жыл бұрын
Thanks for your knowledge
@positivevibrations5103
@positivevibrations5103 7 ай бұрын
Wonderful explanation!! Great channel.
@GaryExplains
@GaryExplains 7 ай бұрын
Glad you think so!
@antonfernando8409
@antonfernando8409 3 жыл бұрын
awesome, never knew anything about super computing, and now i know, thanks.
@shokama
@shokama 5 жыл бұрын
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?
@mastermoarman
@mastermoarman 4 жыл бұрын
Could this concept be used with computer vision to speed up the process over a single pi3?
@alexanderwingeskog758
@alexanderwingeskog758 5 жыл бұрын
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 :-)
@TheB1nary
@TheB1nary 5 жыл бұрын
Fantastic video! Subscribed :)
@joehaines748
@joehaines748 4 жыл бұрын
Great job. Thanks for the video.
@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
@familyaccount4753
@familyaccount4753 4 жыл бұрын
wow great video dude!
@leenshelly
@leenshelly 4 жыл бұрын
enjoyed this video well presented
@garyharris8082
@garyharris8082 5 жыл бұрын
thank you...subbed really intersting video.
@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?
@dryoldcrabman6890
@dryoldcrabman6890 3 жыл бұрын
This was fantastic!
@kestergascoyne6924
@kestergascoyne6924 4 жыл бұрын
Thank you Gary.
@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.
@GaryFuller
@GaryFuller 4 жыл бұрын
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?
@gamearmour3431
@gamearmour3431 2 жыл бұрын
Question! Can a raspberry pie supercomputer be used for blender software for faster renderings! And can the raspberry pies be configured with gpus.
@pppluronwrj
@pppluronwrj 5 жыл бұрын
something new! thanks prof Gary
@Pauluz_The_Web_Gnome
@Pauluz_The_Web_Gnome 4 жыл бұрын
Hi, I have created a cluster programm, that runs before I even press
@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
@IBITZEE
@IBITZEE 4 жыл бұрын
As always... great info... great hob!!! you're the man,,, ;-)
@markphillips8019
@markphillips8019 5 жыл бұрын
Why did you not use the Lite version of Raspbian? You lost no end of MIPS to running the GUI.
@0lAlex0
@0lAlex0 5 жыл бұрын
And would disabling the Desktop interface from raspi-config increase the performance?
@markphillips8019
@markphillips8019 5 жыл бұрын
@@0lAlex0 heck yes. You'd have gained about a 20% performance increase. The GUI is a beast.
@clintgossett1879
@clintgossett1879 5 жыл бұрын
But the demo video would suck
@YouArentValid
@YouArentValid 5 жыл бұрын
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 5 жыл бұрын
@@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.
@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
@greenstorm5568
@greenstorm5568 5 жыл бұрын
Can i use this to combine multiple chromebooks?
@JUSTaCringeChannel
@JUSTaCringeChannel 5 жыл бұрын
Fantastic channel love it
@DM-ev3fe
@DM-ev3fe 5 жыл бұрын
Will the cluster be able to run daze 3d or halo2 ?
@ravkhangurra7522
@ravkhangurra7522 4 жыл бұрын
I am running Motioneye OS on a Raspberry Pi4 4Gb, this connects to 4 x Wyze Cam V2. The problem i have is the videos are not smooth and the frame rate is low. If i cluster some Raspberry Pi4 would this be possible and make performance better, also how could i do this, Thanks
@mihir206
@mihir206 4 жыл бұрын
Hey Gary could you please upload a step by step video to achieve node cluster????
@artgressick
@artgressick 5 жыл бұрын
Great video!
@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.
@AbhinavPandit1
@AbhinavPandit1 3 жыл бұрын
Can u post the pic of the final setup on which u run this...
@threatripper
@threatripper 5 жыл бұрын
Reallly good sir👍👌
@webbryan1
@webbryan1 5 жыл бұрын
🖐🏻 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 5 жыл бұрын
They do return the values.
@wandiletembe
@wandiletembe 5 жыл бұрын
😎 Real Tech Channel. 👍🏾🙏🏾🇿🇦
@alvaroperezvargas4932
@alvaroperezvargas4932 3 жыл бұрын
If I wanted to replicate this today which rapsberrys would you recommend, raspberry3 or 4?
@semco72057
@semco72057 5 жыл бұрын
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.
@He_isI
@He_isI 5 жыл бұрын
That was done with the PS3.
@anthonya.jumelles7103
@anthonya.jumelles7103 5 жыл бұрын
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.
@nilloviz
@nilloviz 5 жыл бұрын
You should make a video about quantum computers. A lot of youtubers have failed to present that topic in a neat way...
@MrACP1911
@MrACP1911 4 жыл бұрын
Could I run SETI on this setup, I assume I would have to write a program. My very newbie question is why couldn’t this setup run like an everyday pc with windows on it.
@wendygold8527
@wendygold8527 4 жыл бұрын
Noob here, but I hear vine works
@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 4 жыл бұрын
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
@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
@DavidOwensuk
@DavidOwensuk 3 жыл бұрын
Great video Gary:-)
@GaryExplains
@GaryExplains 3 жыл бұрын
Glad you liked it!
@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.
@IronCross82
@IronCross82 5 жыл бұрын
I just have a quick question are you able to hook a Raspberry Pi up to a vinyl cutter / plotter?
@GaryExplains
@GaryExplains 5 жыл бұрын
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.
@gristlevonraben
@gristlevonraben 5 жыл бұрын
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.
@kerph
@kerph 5 жыл бұрын
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?
@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.
@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?
@theseamusexperience
@theseamusexperience 5 жыл бұрын
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 5 жыл бұрын
No, unfortunately I am not going to SciPy.
@anugrahandi
@anugrahandi 5 жыл бұрын
Thank you, Gary... can you send us link or github link for those script so we can examine modules and its functions? Thanks
@anugrahandi
@anugrahandi 5 жыл бұрын
My bad.. just read video description and you already did :( thank you
@user-qu2jn5ni3s
@user-qu2jn5ni3s 4 жыл бұрын
How would you implement this if you were to run an application using those clusters?
@Axodus
@Axodus 4 жыл бұрын
I think that's like trying to type on a computer using teamviewer but that computer is also using teamviewer with x other computers at the same time, what I'm saying is the latency would be very high, clusters are strong in processing power but not in real time process swapping like a gaming computer. (x = amount of computers in the cluster)
@Kassem_Bagher
@Kassem_Bagher 5 жыл бұрын
Nice and clear
@calebcodesitall3883
@calebcodesitall3883 3 жыл бұрын
This is sick!!!
@MentalSheep
@MentalSheep 4 жыл бұрын
Brilliant!
@bentleyplays125
@bentleyplays125 5 жыл бұрын
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
@rmt3589
@rmt3589 2 жыл бұрын
Could I make a supercomputer by connecting old laptops/desktops/wiis/ds/dsi/cell phones/smartphones together?
@BoydMcKay
@BoydMcKay 5 жыл бұрын
Thanks Gary! Can you providethe model/manufacturer for the Raspberry Pi compute rthat you used/recommend in the video? Thanks
@GaryExplains
@GaryExplains 5 жыл бұрын
I used the standard Raspberry Pi 3 Model B+
@BoydMcKay
@BoydMcKay 5 жыл бұрын
@@GaryExplains thanks! I am purchasing a kit and wondered if you have any recommendations. Great video!
@GaryExplains
@GaryExplains 5 жыл бұрын
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.
@SMCGPRA
@SMCGPRA 4 жыл бұрын
Can cluster with nas can be build,?
@normanpeterson694
@normanpeterson694 4 жыл бұрын
Can you do a video of one running folding@home?
@PepsisFormosa
@PepsisFormosa 5 жыл бұрын
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 5 жыл бұрын
PCIe doesn't act super friendly all the time. It's probably better using InfiniBand cards
@PepsisFormosa
@PepsisFormosa 5 жыл бұрын
@@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.
@topher5017
@topher5017 5 жыл бұрын
I wonder if there is a way to use this to improve blender rendering?
@unpaintedcanvas
@unpaintedcanvas 5 жыл бұрын
This should work the same way. After all, renders are made per pixel, and that means each pixel rendered should be independent of one another.
@joepro31
@joepro31 5 жыл бұрын
Where u get that shirt?
@WolfDragonTamer
@WolfDragonTamer 4 жыл бұрын
I have a question that nobody has answered: Is there a way to use a raspberry pi cluster to build the basis of an AI similar to Iron Man's JARVIS that you can transfer to a different, more powerful machine/cluster at a later date?
Full Windows 10 Desktop on Raspberry Pi!!!
8:16
Gary Explains
Рет қаралды 426 М.
The Petabyte Pi Project
22:27
Jeff Geerling
Рет қаралды 2,2 МЛН
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 60 МЛН
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 19 МЛН
the Raspberry Pi 5
17:57
NetworkChuck
Рет қаралды 1 МЛН
Build Your Own GPU Accelerated Supercomputer - NVIDIA Jetson Cluster
15:03
I Can Save You Money! - Raspberry Pi Alternatives
15:04
Linus Tech Tips
Рет қаралды 3,3 МЛН
Google Just Turned the RPi into a Supercomputer...
5:42
Data Slayer
Рет қаралды 546 М.
Top 10 Uses for a Raspberry Pi (400th EC video!)
11:24
ExplainingComputers
Рет қаралды 238 М.
Raspberry Pi 5: EVERYTHING you need to know
20:32
Jeff Geerling
Рет қаралды 1,1 МЛН
When Did Raspberry Pi become the villain?
21:54
Jeff Geerling
Рет қаралды 1,5 МЛН
The TOP 3 uses for a Raspberry Pi!!
12:07
NetworkChuck
Рет қаралды 1,4 МЛН
How Supercomputers ACTUALLY Run The World
21:17
The Tesla Space
Рет қаралды 104 М.
6-in-1: Build a 6-node Ceph cluster on this Mini ITX Motherboard
13:03
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 60 МЛН