ParStates
ParStates
Section Execution::Parallelization
Type integer
This variable controls the number of processors used for the
parallelization in states. The special value auto lets
Octopus decide how many processors will be assigned for this
strategy. To disable parallelization in states, you can use
ParStates = no (or set the number of processors to 1).
The default value depends on the CalculationMode. For CalculationMode = td the default is auto, while for for other modes the default is no.
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.