Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
a buddhabrot generator implemented in fortran
Cannot retrieve the latest commit at this time.
| 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.