Changes
Page history
Updated Decomposition (markdown)
authored
Aug 25, 2015
by
Anonymous
Hide whitespace changes
Inline
Side-by-side
Decomposition.md
View page @
b49c0e27
Decomposition
\ No newline at end of file
Every structure should divide the information that they store across processors, in order to do this two main approach are considered inside OpenFPM.
*
Model decomposition
*
Data driven decomposition
*
Fixed decomposition
The fist approach try to generate a model for the interaction across processors and try to minimize the space
The second instead try to divide the quantity of information the structure store without considering the interactions
## Model decomposition
The modular structure of OpenFPM give the possibility to create distributed structure with different decomposition strategies.
\ No newline at end of file