This project generates Julia and Mandelbrot fractals. It supports both sequential execution and parallel execution using MPI for the latter. If you ar

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-01-23 03:30:04

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.

Leave a Comment