IAlgorithmSettings.MultiThreadedCalc

Syntax

MultiThreadedCalc: Boolean;

Description

The MultiThreadedCalc property determines whether pointwise calculation of algorithm is used to speed up calculation of calculation blocks and control blocks.

Comments

Multithreaded algorithm calculation is used to reduce load on calculation block/control block calculation if algorithm calculation is executed in a second or faster, and is available in multicore processor system where the number of streams is equal to the number of processor cores. If a calculation block/control block contains formulas calculated during a long time, and the number of iterations in formulas is greater than the number of streams, the multithreaded calculation improves performance and speeds up calculation due to paralleled calculation of iterations.

Available values:

For details about multithreaded calculation see the Algorithm Calculation section.

Example

The property use is given in the example for IAlgorithmSettings.CheckArithmeticErrors.

See also:

IAlgorithmSettings