ParDomains
ParDomains
Section Execution::Parallelization
Type integer
Default auto
This variable controls the number of processors used for the
parallelization in domains.
The special value auto, the default, lets Octopus
decide how many processors will be assigned for this
strategy. To disable parallelization in domains, you can use
ParDomains = no (or set the number of processors to
1).
The total number of processors required is the multiplication
of the processors assigned to each parallelization strategy.
Options:
- auto:
The number of processors is assigned automatically.
- no:
This parallelization strategy is not used.