DISTRIBUTION
can be used used to tune the parallel distribution of the data [Edit on GitHub]
Keywords
Keyword descriptions
- 2D_MOLECULAR_DISTRIBUTION
Type: logical
Default: F
Lone keyword: T
Usage: 2D_MOLECULAR_DISTRIBUTION TRUEDescription: Distribute the atoms so that atoms belonging to a given molecule are on the same CPU for the 2D distribution. This might give rise to a worse distribution but reduces memory needs of finding the optimal distribution.
- BASIC_CLUSTER_OPTIMIZATION
Type: logical
Default: F
Lone keyword: T
Usage: BASIC_CLUSTER_OPTIMIZATION TRUEDescription: Creates a distribution with spatial info, using recursively KMEANS clustering.
- BASIC_OPTIMIZATION
Type: logical
Default: T
Lone keyword: T
Usage: BASIC_OPTIMIZATION TRUEDescription: Creates a distribution based on a few heuristics using only minimal memory and CPU time.
- BASIC_SPATIAL_OPTIMIZATION
Type: logical
Default: F
Lone keyword: T
Usage: BASIC_SPATIAL_OPTIMIZATION TRUEDescription: Creates a distribution with spatial info, using only minimal memory and CPU time.
- COST_MODEL
Type: enum
Default: BLOCK_COUNT
Usage: COST_MODEL BLOCK_COUNTDescription: The cost model that needs to be minimized
Valid values:
BLOCK_COUNTthe number of blocksBLOCK_SURFACEthe number of blocks weighted by the number elements per blockBLOCK_LMAXthe number of blocks weighted by the sum of the lmax
- SKIP_OPTIMIZATION
Type: logical
Default: F
Lone keyword: T
Usage: SKIP_OPTIMIZATION TRUEDescription: Do not optimize the distribution, go for something very simple. Might be useful if the optimization, which scales quadratically in system size, is too expensive.
- SYMMETRIC
Type: logical
Default: T
Lone keyword: T
Usage: SYMMETRIC TRUEDescription: Take the symmetry of the distribution_2d into account.