Is it possible to use two Raspberry Pi computers together in such a way that the result is effectively one dual-core computer? If so, how would one go about implementing this?
My apologies if I don't use proper terminology, if I'm being unclear, if there's already a thread regarding this (I couldn't find it), or if I'm posing it in the wrong place. And please let me know if I'm doing any of those so I can correct it.
-
- Posts: 3
- Joined: Mon Oct 22, 2012 12:07 am
Re: using two Pis as one dual-core?
No, not really...
You can create what they're calling a >>>Bramble<<< -- a cluster of Raspberry Pis -- but it's not the same as having a multi-core CPU.
Here's one made from 64 Pis:
http://www.southampton.ac.uk/mediacentr ... uter.shtml
You can create what they're calling a >>>Bramble<<< -- a cluster of Raspberry Pis -- but it's not the same as having a multi-core CPU.
Here's one made from 64 Pis:
http://www.southampton.ac.uk/mediacentr ... uter.shtml
-
- Posts: 3
- Joined: Mon Oct 22, 2012 12:07 am
Re: using two Pis as one dual-core?
Ah well.. Thank you for replying! And I'm checking out the Bramble now.
Re: using two Pis as one dual-core?
Commonly referred to as a Beowulf cluster.
SELECT `signature` FROM `users` WHERE `username`='saintdev';
Empty set (0.00 sec)
Empty set (0.00 sec)
Re: using two Pis as one dual-core?
a "cluster" of 2 Rpi would be called a circumference, surely
-
- Posts: 3
- Joined: Mon Oct 22, 2012 12:07 am
Re: using two Pis as one dual-core?
It turns out that a "cluster" (even of two; and I rather like the term "circumference" for 2 RPis!) is actually what I want to do. I want to learn how parallel computing works (clearly I have a long way to go) and be able to write code that I can actually test.
Re: using two Pis as one dual-core?
What exactly is a bramble/cluster of raspberry pis?
I understand it's parallel computing but how would you explain it in a simple manor?
If I were to connect my two pis, would I essentially have a 'faster' PI connected to 1 monitor?
Ex. double RAM/CPU?
I understand it's parallel computing but how would you explain it in a simple manor?
If I were to connect my two pis, would I essentially have a 'faster' PI connected to 1 monitor?
Ex. double RAM/CPU?
-
- Posts: 411
- Joined: Thu Aug 02, 2012 12:21 pm
- Location: Buffalo, NY, USA
Re: using two Pis as one dual-core?
That was really, really bad. So bad, that it was good! Well played.jaromanda wrote:a "cluster" of 2 Rpi would be called a circumference, surely
There are 10 types of people in this world. Those that understand binary, and those that don't.
Re: using two Pis as one dual-core?
No, it would not be for general use. But two or more Pis would have the potential to perform certain tasks faster than a single Pi IF the task lent itself well to parallel computing AND software was written for that task.ech0 wrote:If I were to connect my two pis, would I essentially have a 'faster' PI connected to 1 monitor?
From what I've read, a cluster of Pis or "Bramble" (or Beowulf cluster, whatever you call it) might be OK as an educational tool for learning more about parallel computing, but there are better solutions in terms of price to performance.
Re: using two Pis as one dual-core?
i.e. no existing consumer software will ever work faster on two Pis compared to one.
Nor any Linux GUI apps.
ghans
Nor any Linux GUI apps.
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
-
- Posts: 12
- Joined: Fri Jan 13, 2012 5:15 pm
Re: using two Pis as one dual-core?
Kind of: SSI allows you to fool Linux into thinking that there is one dual-core Pi.tenebrescence wrote:Is it possible to use two Raspberry Pi computers together in such a way that the result is effectively one dual-core computer? If so, how would one go about implementing this?
My apologies if I don't use proper terminology, if I'm being unclear, if there's already a thread regarding this (I couldn't find it), or if I'm posing it in the wrong place. And please let me know if I'm doing any of those so I can correct it.
I'd be willing to attempt a R-Pi distro using SSI, if you're interested and willing to help.
Matthew:out
-
- Posts: 92
- Joined: Tue Oct 02, 2012 5:35 pm
- Location: Neumarkt in der Oberpfalz
- Contact: Website
Re: using two Pis as one dual-core?
Thats sounds good to me!!!ZirconiumX wrote:Kind of: SSI allows you to fool Linux into thinking that there is one dual-core Pi.tenebrescence wrote:Is it possible to use two Raspberry Pi computers together in such a way that the result is effectively one dual-core computer? If so, how would one go about implementing this?
My apologies if I don't use proper terminology, if I'm being unclear, if there's already a thread regarding this (I couldn't find it), or if I'm posing it in the wrong place. And please let me know if I'm doing any of those so I can correct it.
I'd be willing to attempt a R-Pi distro using SSI, if you're interested and willing to help.
Matthew:out
http://www.codeclinic.de
-
- Posts: 119
- Joined: Tue Jan 24, 2012 10:10 pm
- Location: Eastleigh, Hampshire
- Contact: Website
Re: using two Pis as one dual-core?
You already have a dual-core device. Your GPU runs in parallel with your CPU (Arm). It does depend on what you want to do, but you can get your GPU to do more than just graphics.
/Dextrus
/Dextrus
Have more FUN with your Pi. Visit www.pi-fun.com