Skip to content

VarLog/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?
==========

This application for calculation Mandelbrot set in real time on INPE MEPhI cluster.

How to use it?
==========

Building:
$> make clean all
rm -fv timer.o log.o main.o main
mpic++ -g -Wall  -c timer.c
mpic++ -g -Wall  -c log.c
mpic++ -g -Wall  -c main.c
mpic++ -lGL -lX11 -lglut -lGLU timer.o log.o main.o -o mandelbrot
$>

And run:
$> mpirun -n 8 ./mandelbrot 
...
$>

App writes logs into `log.txt'. For ploting graphics use `stat.pl':
$> ./stat.pl log.txt
$> 

You can found your plot in `plot.eps'.

Enjoy!


About

Mandelbrot set computed in real time on INPE MEPhI cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published