TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

96-core ARM supercomputer using the NanoPi-Fire3

145 pointsby betolinkover 6 years ago

11 comments

dragontamerover 6 years ago
Doesn&#x27;t seem practical. It might be useful as a learning-framework for MPI &#x2F; Supercomputer programming... but it wouldn&#x27;t be a tool that I&#x27;d use personally.<p>A practical baseline for anyone interested in ARM-compute, would be the Thunder X CPU (Cloud rental: <a href="https:&#x2F;&#x2F;www.packet.com&#x2F;cloud&#x2F;servers&#x2F;c1-large-arm&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.packet.com&#x2F;cloud&#x2F;servers&#x2F;c1-large-arm&#x2F;</a>). 48-cores per socket, 2x for 96-core servers.<p>As another commenter said: the primary use of this NanoPi is the ability to emulate a &quot;real&quot; super-computer and really use MPI and such. MPI is a different architecture than a massive node (like a 96-core Thunder X ARM), and you need to practice a bit with it to become proficient.
评论 #18413579 未加载
评论 #18415700 未加载
评论 #18411154 未加载
nine_kover 6 years ago
60 GFlops on 96 cores is not that large.<p>OTOH if you want to see how your massively parallel algorithm behaves on a 96-node cluster &#x2F; network, such a box is just $500, and is portable and can work offline.
评论 #18411647 未加载
评论 #18410959 未加载
sanneeover 6 years ago
Can these NanoPis boot over PXE? I was pleasantly surprised a few weeks ago by the fact that the Raspberry Pi can do network boot without an SD card.
ElBartoover 6 years ago
What&#x27;s fascinating in that article is to see that a Raspberry Pi 3 has about 10% of the floating-point processing power of a Cray C90...<p>Cue the many forum questions: &quot;I&#x27;m planning to use a Raspberry Pi to control a &lt;simple-ish device&gt;. Will it be powerful enough?&quot;
评论 #18413440 未加载
评论 #18413162 未加载
qwerty456127over 6 years ago
&gt; The NanoPi Fire3 is a high performance ARM Board developed by FriendlyElec for Hobbyists, Makers and Hackers for IOT projects. It features Samsung&#x27;s Cortex-A53 Octa Core S5P6818@1.4GHz SoC and 1GB 32bit DDR3 RAM<p>Who needs such a powerful CPU with so little RAM? The reason I have still not bought any Pi is all of them have 2 or less GiBs of RAM and I don&#x27;t feel interested in buying anything with less than 4.
评论 #18414014 未加载
评论 #18414513 未加载
评论 #18414581 未加载
评论 #18419299 未加载
sheepyblokeover 6 years ago
I&#x27;ve been trying to do something similar with 4 Orange Pi Zero Plus boards (this blog was one of my main inspirations). While I know it&#x27;s not practical, it&#x27;s fun to design the case and the stand, how everything needs to connect, and route it all together. I hope to in the end host a distributed personal website on it and a MQTT server on it for any IoT tinkering I&#x27;d want to do!
floatbothover 6 years ago
Significantly cheaper than the 24-core (also A53) SynQuacer Developerbox. But of course you&#x27;re getting a cluster instead of one machine…
megousover 6 years ago
Nice! Distcc based compilation might be something to try on this. :) One thing I noticed is that heatsink fins are oriented in a wrong direction. Air should be going through the fins, not to the side of them. But I guess any air movement is enough to cool this.
评论 #18412714 未加载
mschaefover 6 years ago
The only supercomputer they compare it to is 27 years old, and it uses Gigabit Ethernet as its interconnect. I think they have a much looser definition of &#x27;Supercomputer&#x27; than most people.
评论 #18413184 未加载
fluxtyover 6 years ago
I wonder what topology this has--it definitely seems reminiscent of older supercomputers like the famous Thinking Machines CM-5, which used a hypercube.
评论 #18413653 未加载
albertgoeswoofover 6 years ago
This is cool! But why test on this instead of using a virtual environment locally?
评论 #18411175 未加载