a buddhabrot generator implemented in fortran
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README
buddhabrot.f90

README

A buddhabrot renderer implemented in FORTRAN
Only tested using Intel's fortran compiler (which is free for non-commercial use on linux)

About openmp and segfault :
the code is optimized for use with openmp.
On my linux it segfault with large grid_resolution.
Try to raise your stack size limit (ulimit -s) to something beggier.