{"id":18973610,"url":"https://github.com/anishmprasad/super-pi","last_synced_at":"2026-03-19T07:25:11.165Z","repository":{"id":98778030,"uuid":"289425989","full_name":"anishmprasad/super-pi","owner":"anishmprasad","description":"A Pi based super-powered cluster computer ( Distributed system ) ","archived":false,"fork":false,"pushed_at":"2025-08-17T17:51:33.000Z","size":67508,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T19:29:14.081Z","etag":null,"topics":["algorithm"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anishmprasad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-22T05:31:20.000Z","updated_at":"2025-08-17T17:51:36.000Z","dependencies_parsed_at":"2024-11-08T15:22:43.622Z","dependency_job_id":null,"html_url":"https://github.com/anishmprasad/super-pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anishmprasad/super-pi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishmprasad%2Fsuper-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishmprasad%2Fsuper-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishmprasad%2Fsuper-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishmprasad%2Fsuper-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anishmprasad","download_url":"https://codeload.github.com/anishmprasad/super-pi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishmprasad%2Fsuper-pi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28778728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T11:46:04.308Z","status":"ssl_error","status_checked_at":"2026-01-26T11:46:02.664Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm"],"created_at":"2024-11-08T15:12:38.462Z","updated_at":"2026-01-26T13:02:47.096Z","avatar_url":"https://github.com/anishmprasad.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# super-pi\n\nA Pi based super-powered cluster computer ( Distributed system )\n\n# Prerequisite\n\n- 3 x RPI 4 Model B 8GB with Heat Sink\n- 3 x Samsung Evo plus\n- 3 x Type C Cable\n- 1 x Network Switch\n- 1 x 6 Node Cluster case\n- 4 x RJ 45 Category 6\n- 1 x mini HDMI to VGA / HDMI\n\n# Algorithm\n\n- The Bully Algorithm\n- The Ring Algorithm\n\n# Algorithm Reference\n\n- https://github.com/ZacharyMcGee/mpi-bully-algorithm\n\n- https://www.meccanismocomplesso.org/en/clusters-and-parallel-programming-with-mpi-and-raspberry-pi/\n\n- https://www.geeksforgeeks.org/election-algorithm-and-distributed-processing/\n\n- https://www.ukessays.com/essays/information-technology/comparisons-with-the-bully-algorithm-information-technology-essay.php\n\n# Reference\n\n- https://magpi.raspberrypi.org/articles/build-a-raspberry-pi-cluster-computer\n\n- https://www.mpich.org/downloads/\n\n- https://makezine.com/projects/build-a-compact-4-node-raspberry-pi-cluster/\n\n- https://magpi.raspberrypi.org/articles/build-a-raspberry-pi-cluster-computer\n\n- https://www.techworm.net/2018/03/learn-build-supercomputer-raspberry-pi-3-cluster.html\n\n- https://community.particle.io/t/raspberry-pi-electron-master-slave-communication/33052\n\n- https://www.geeksforgeeks.org/election-algorithm-and-distributed-processing/\n\n- https://www.ukessays.com/essays/information-technology/comparisons-with-the-bully-algorithm-information-technology-essay.php\n\n- https://www.ques10.com/p/19537/compare-bully-election-algorithm-with-ring-algor-1/\n\n- https://linuxhint.com/setup_hostname_ubuntu_2004/\n\n- https://superuser.com/questions/185678/connect-to-linux-by-name-rather-than-ip\n\n- https://www.open-mpi.org/doc/v4.0/man1/mpic++.1.php\n\n- https://medium.com/@glmdev/building-a-raspberry-pi-cluster-784f0df9afbd\n\n- https://www.nagafm.com/2020/07/02/how-to-create-ssh-alias-in-linux/\n\n# Sleep ubuntu\n\n- https://askubuntu.com/questions/47311/how-do-i-disable-my-system-from-going-to-sleep\n\n- `sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target`\n\n# Steps\n\n- `ssh-keygen -R 192.168.0.16`\n- `ssh ubuntu@192.168.0.16`\n- `vim /Users/{username / ghost}/.ssh/known_hosts`\n\n# Utils\n\n- `arp -a` // to get all ip address in the network\n- `htop` // An interactive system-monitor process-viewer and process-manage\n- `nmap -sn 192.168.1.1/12` // for scan all ports 1 - 12 range\n- `key : anishmprasad`\n\n# WIFI Connection\n\n- nmcli dev wifi list // show available network\n- nmcli dev wifi connect \"\u003cSSID\u003e\" password \"\u003cpassword\u003e\" // connect wifi\n- nmcli connection modify \"\u003cSSID\u003e\" connection.autoconnect yes // autoconnect\n- sudo systemctl restart NetworkManager // restart\n- nmcli connection show --active // network status\n\n- Deco Reserved IP\n- 192.168.68.58 (RPI 1)\n- 192.168.68.71 (RPI 2)\n- 192.168.68.69 (RPI 3)\n\n# Steps\n\n## Machine 1 ( 01 )\n\n- sudo apt-get install gfortran\n- cd tools \u0026\u0026 tar -xzf openmpi-4.0.5.tar.gz \u0026\u0026 cd openmpi-4.0.5 \u0026\u0026 ./configure\n- sudo apt install ntpdate -y\n\n## Machine 2 ( 02 )\n\n- sudo apt-get install gfortran\n- cd tools \u0026\u0026 tar -xzf openmpi-4.0.5.tar.gz \u0026\u0026 cd openmpi-4.0.5 \u0026\u0026 ./configure\n- sudo apt install ntpdate -y\n\n## Machine 3 ( 03 )\n\n- sudo apt-get install gfortran\n- cd tools \u0026\u0026 tar -xzf openmpi-4.0.5.tar.gz \u0026\u0026 cd openmpi-4.0.5 \u0026\u0026 ./configure\n- sudo apt install ntpdate -y\n\n# Licence\n\nApache - 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanishmprasad%2Fsuper-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanishmprasad%2Fsuper-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanishmprasad%2Fsuper-pi/lists"}