Earlier quoted context omitted.
1 is considered prime by some.
There are also people who consider the world to be flat though. There is a very thorough mathematical definition of prime numbers and 1 is not prime according to that definition.
Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
31–40 of 70 posts
Re: Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
#32There's also no control for the thermal throttling of the M1, which is probably why the 100,000 example is performing worse.
Re: Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
#33Earlier quoted context omitted.
That is not true. The energy efficiency will go down if you downclock because the static to dynamic power ratio will increase.
static to dynamic power ratio isn't efficiency though (and static power in modern desktop chips is tiny compared to the dynamic power). The dynamic power is not linearly related to processing speed (in fact it's much worse). If you downclock and undervolt a ryzen processor it will use much less power than the decrease in speed (e.g. from stock, if you drop performance by ~20% you might get a ~40% power decrease). Obv…
As an example: even if I halted my desktop at 0 MHz and it still magically took the same time to calculate the first million digits of pi as a raspberry pi, it still would be using far more power.
Re: Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
#342GB Pi is $55 on amazon. 4GB version is $62. That'd be $450+ for the eight pies. Ryzen 2700 launched at $300 (and tapered down to ~$200) and would pretty much run circles around such a Pi cluster. Just saying. These Pi clusters can be a cool and fun thing to build but if you're looking for compute power, you'd be better served by a mid-range desktop.
Those 8 pis have all their hardware, though. The Ryzen needs all the rest of the hardware to finish off the computer.
So eight Pies alone do not make a complete cluster, just as one Ryzen alone does not make a complete computer. A few times eight times cheap can turn out to be quite expensive, depending on how much cheap actually is.
I haven't paid much attention to component prices recently but my rule of thumb for budget builds is to start with $80 for each component that isn't a GPU or CPU. Go with stock cooler, grab 80 for PSU, 80 for mobo, 80 for RAM, 80 for storage, see where you end up. In the same ballpark, but the real computer will pack a whole lot more punch (even if you had less RAM total).
Re: Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
#35Earlier quoted context omitted.
There are also people who consider the world to be flat though. There is a very thorough mathematical definition of prime numbers and 1 is not prime according to that definition.
The definition a prime number is having two factors. As the multiplicative identity, one only has one factor. Some might see primes as being numbers with >=2 factors. This interpretation is less useful. What is completely useless is a definition that makes exclusions of specific numbers as dogma. What does that say about anything? It’s totally arbitrary and unexplanatory.
The reason that 1 is not a prime is to preserve unique factorization. A basic fact from number theory is that every integer uniquely factors as a product of primes, say 21 = 7 times 3. If 1 were a prime, we'd also have 21 = 7 times 3 times 1. That's bad.
In more general number rings, other units (e.g. i) are also not considered primes for the same reason. The exclusion is not arbitrary.
Re: Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
#36Earlier quoted context omitted.
Those 8 pis have all their hardware, though. The Ryzen needs all the rest of the hardware to finish off the computer.
Well, he also needed to add a cooler and a bunch of tubes & eight mounts to get coolant running on each Pi, eight ethernet cables, eight power cables, a power supply with enough outputs, a 16-port ethernet switch, and (correct me if I'm wrong) eight SD cards, if only to store a bootloader that can do pxe. So eight Pies alone do not make a complete cluster, just as one Ryzen alone does not make a complete computer. A…
[0] https://www.jeffgeerling.com/blog/2020/raspberry-pi-cluster-...
Re: Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
#37Using numeric arrays chunked into blocks of number ranges would be more efficient (and therefore "crunchier")
Re: Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
#38Earlier quoted context omitted.
That is not true. The energy efficiency will go down if you downclock because the static to dynamic power ratio will increase.
static to dynamic power ratio isn't efficiency though (and static power in modern desktop chips is tiny compared to the dynamic power). The dynamic power is not linearly related to processing speed (in fact it's much worse). If you downclock and undervolt a ryzen processor it will use much less power than the decrease in speed (e.g. from stock, if you drop performance by ~20% you might get a ~40% power decrease). Obv…
Re: Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
#39This is fun and all, but the benchmarks here aren't really what the author seems to think they are. This isn't "computationally expensive", the script is basically only control flow, where the CPU spend more time doing variable lookups than the actual computation. This means most of the pipeline width sits completely unused, whcih is a pretty large disservice to the M1 and the i5. There's also no control for the ther…
there's no control because that's part of what he's measuring.
Re: Can My Water Cooled Raspberry Pi Cluster Beat My MacBook?
#402GB Pi is $55 on amazon. 4GB version is $62. That'd be $450+ for the eight pies. Ryzen 2700 launched at $300 (and tapered down to ~$200) and would pretty much run circles around such a Pi cluster. Just saying. These Pi clusters can be a cool and fun thing to build but if you're looking for compute power, you'd be better served by a mid-range desktop.