Raspberry Pi HPC for molecular dynamic & AI models in high school classrooms
Not a member? You should Sign up.
Already have an account? Log in.
To make the experience fit your profile, pick a username and tell us what interests you.
We set off building a compute cluster using the Raspberry Pi Compute Module 4 for its smaller form factor and higher customizability.
5 Jan 2024 - 7 Jan 2024
When connecting a WaveShare board with the CM4 don't fret to press hard to make sure it connects properly with an audible click.
manually configure network
the file
sudo nano /etc/network/interfaces.d/eth0
the content
auto eth0 iface eth0 inet dhcp ``` Replace the `dhcp` option with `static`, and add the IP address, netmask, gateway, and DNS server information. For example: #auto eth0 #iface eth0 inet static # address 192.168.1.100 # netmask 255.255.255.0 # gateway 192.168.1.1 # dns-nameservers 180.76.76.76
list of DNS servers used Baidu's
sudo nano /etc/resolv.conf
nameserver 180.76.76.76
netowrk error even after correct setup -> incompatible router problem
The CM4 didn't work on the Huawei router that came with 中国电信 (ISP) but worked on the newifi router.
After switching the connected router, we were able to successfully ping baidu.com with 45~ ms.
OpenMPI is not OpenMP. OpenMP is for a single device with shared memory while OpenMPI is for multiple devices.
View project log
Create an account to leave a comment. Already have an account? Log In.
Dmitry
Chris
robheffo
Become a member to follow this project and never miss any updates
Yes, delete it Cancel
You are about to report the project "Raspberry Pi Computing Cluster", please tell us the reason.
Your application has been submitted.
Are you sure you want to remove yourself as a member for this project?
Project owner will be notified upon removal.