Julia Set Generation Using mpi4py and OpenGL.
python3 -m venv venv- On Unix
source venv/bin/activate - On Windows:
venv\Scripts\activate
pip install -r requirements.txtYou can verify the installation by checking that mpi4py is installed:
python3 -c "from mpi4py import MPI; print('MPI4PY installed successfully')"- On Unix
mpirun -np <number-of-processors> python3 ./main.py -- <a+bj> <dimension-of-image>- On Windows
mpiexec -n <number-of-processors> python3 ./main.py -- <a+bj> <dimension-of-image>- On Windows
python3 main.py -- <a+bj> <dimension-to-rerender-fractal> <path-to-fractal-npy-array>


