SLIDE 1
Image Processing
A case study for a domain decomposed MPI code
Image Processing A case study for a domain decomposed MPI code - - PowerPoint PPT Presentation
Image Processing A case study for a domain decomposed MPI code Domain Decomposition 1 Starting with a big array: 2 Domain Decomposition 2 Split it into pieces: 3 Domain Decomposition 3 Assign pieces to processors: 4 Domain
A case study for a domain decomposed MPI code
2
3
4
5
6
hundreds of iterations single pass
7
edgei, j =imagei+1, j +image
1, j+1 +imagei-1, j +imagei, j-1 -4 imagei, j
(a five-point stencil)
nearest-neighbour interactions
8
newi, j = 1 4
Ñ2image = edge
9
10