This project generates Julia and Mandelbrot fractals. It supports both sequential execution and parallel execution using MPI for the latter.
If you are interested in running it on a cluster of virtual machines but don't know where to start, I highly recommend: https://mpitutorial.com/tutorials/
🔹 This will split execution into 4 separate parallel processes on your single machine. 🔹 Useful for testing before running on a cluster.