An open API service indexing awesome lists of open source software.

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

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
```