Updated Decomposition (markdown) authored by rundeck's avatar rundeck
...@@ -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 first 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
... ...
......