Skip to content

hyoseupjang/Fractal_Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal_Practice

Just for(tran) practice.

Sample_Mandelbrot

How to compile.

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.

With GCC Fortran

gfortran fractal.f90 -o fractal.bin -fopenmp

With Intel Fortran

ifort fractal.f90 -o fractal.bin -qopenmp

Run Binary

./fractal.bin #This will create "data.dat" fortran array binary file.

Visualize Image

python Visualize.ipynb

About

Just for(tran) practice.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors