Just for(tran) practice.
You can use your favorite compiler. Before you compile, change thread number 20 to appropriate number for your system. This code dosen't support parallelization for multi-node system.
gfortran fractal.f90 -o fractal.bin -fopenmp
ifort fractal.f90 -o fractal.bin -qopenmp
./fractal.bin #This will create "data.dat" fortran array binary file.
python Visualize.ipynb
