Skip to content

Atik07/multithreading-mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot (multithreaded rendering)

compile and run

# compile
make

# run-mandel
# Single-thread
./sln/mandel -x -1.436 -y 0 -W 2400 -H 2400 -s 1 -m 100 -o ./output/output.bmp

# Multi-thread
./sln/mandel -x -1.436 -y 0 -W 2400 -H 2400 -s 1 -m 100 -n 4 -o ./output/output_mt.bmp

# run-given-experiments
./sln/exp

# delete-solution-files
make clean

mandel.c

mandel.c has been modified to implement multi-threading.

exp.c

exp.c has been created to run the given experiments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published