-
Notifications
You must be signed in to change notification settings - Fork 2
Mandelbrot set computed in real time on INPE MEPhI cluster
License
VarLog/mandelbrot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published