Difference between revisions of "CoE Cluster April 2012"
From Teknologisk videncenter
m (→Results) |
m (→Results) |
||
Line 9: | Line 9: | ||
[[File:mpi_mandelbrot.png]] | [[File:mpi_mandelbrot.png]] | ||
+ | Mandelbrot Set drawn in 1,2 seconds, using a Master-Worker MPI pattern with 16 worker nodes and 1 master node (which collected calculated results from different parts of the image and output them to an X Window) | ||
[[File:cuda_mandelbrot.png]] | [[File:cuda_mandelbrot.png]] |
Revision as of 09:28, 27 April 2012
{{#img: image=Super-computer-artw.jpg | page=Linux Cluster til Center of Excelence/Beskrivelse til CoE West | width=200px | title=Linux Supercomputer projekt }}
Assignments
Results
Mandelbrot Set drawn in 1,2 seconds, using a Master-Worker MPI pattern with 16 worker nodes and 1 master node (which collected calculated results from different parts of the image and output them to an X Window)
Slides
Litteratur Liste
- MPI
- Introduction to Parallel Computing
- CUDA Overview from Nvidia
- Nvidia CUDA C Programming Guide
- OpenCV Tutorial
- OpenCV Reference
- Skin Detection algorithms for use in OpenCV/CUDA trials