Changes
Page history
Updated Decomposition (markdown)
authored
Sep 23, 2015
by
rundeck
Show whitespace changes
Inline
Side-by-side
Decomposition.md
View page @
f806b0f2
...
@@ -14,7 +14,7 @@ Every structure should divide the information that they store across processors,
...
@@ -14,7 +14,7 @@ Every structure should divide the information that they store across processors,
*
Data driven decomposition
*
Data driven decomposition
*
Divide the total information in equal chunks
*
Divide the total information in equal chunks
The fist approach try to create a model for computation and comunication and try to find a decomposition that minimize it.
The fi
r
st approach try to create a model for computation and comunication and try to find a decomposition that minimize it.
The second just divide the domain as the user specified and assign 1 sub-domain to each processor
The second just divide the domain as the user specified and assign 1 sub-domain to each processor
...
...
...
...