https://github.com/300degree/mpi-cluster
Making an MPI Cluster using two nodes (1 Master, 1 Slave) within the same LAN
https://github.com/300degree/mpi-cluster
cluster distributed-parallel-training mpi openmpi parallel-computing
Last synced: 3 months ago
JSON representation
Making an MPI Cluster using two nodes (1 Master, 1 Slave) within the same LAN
- Host: GitHub
- URL: https://github.com/300degree/mpi-cluster
- Owner: 300degree
- Created: 2024-08-18T15:46:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T07:32:05.000Z (5 months ago)
- Last Synced: 2025-02-15T06:11:44.362Z (3 months ago)
- Topics: cluster, distributed-parallel-training, mpi, openmpi, parallel-computing
- Language: C
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Making an MPI Cluster within a LAN
#### My Environments
**Master** and **Slave** running on [VirtualBox](https://www.virtualbox.org/)
* OS: Arch Linux
* CPU: Ryzen 5 3600
* RAM: 32GB#### 📌 Tutorial Reference
I'm following the tutorial from [MPI Tutorial](https://mpitutorial.com/tutorials/running-an-mpi-cluster-within-a-lan/)
- [English](en.md)
- [日本語](ja.md) ! todo