https://github.com/timmoth/rustmpimandelbrot
Experimental project using Rust & OpenMPI to render the mandelbrot set
https://github.com/timmoth/rustmpimandelbrot
Last synced: 9 months ago
JSON representation
Experimental project using Rust & OpenMPI to render the mandelbrot set
- Host: GitHub
- URL: https://github.com/timmoth/rustmpimandelbrot
- Owner: Timmoth
- Created: 2023-06-01T21:58:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T13:05:17.000Z (about 3 years ago)
- Last Synced: 2025-01-31T12:49:23.443Z (over 1 year ago)
- Language: Rust
- Size: 81.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RustMpiMandelbrot
An experimental project using Rust & OpenMPI to render the Mandelbrot set
[Follow this guide to get slurm & openMpi setup on your cluster](https://glmdev.medium.com/building-a-raspberry-pi-cluster-784f0df9afbd)
```bash
cargo build --release
sbatch ./run.sh
squeue
```