SET CALCPARALLEL

Enables parallel calculation in place of the default serial calculation.

Essbase analyzes each pass of a calculation to determine whether parallel calculation is possible. If it is not, Essbase uses serial calculation even if CALCPARALLEL is set.

Syntax

SET CALCPARALLEL n;
ParameterDescription

n

A required parameter, an integer from 1-4 on 32-bit platforms or from 1-8 on 64-bit platforms, specifying the number of threads to be made available for parallel calculation. The default value specifies serial calculation: no parallel calculation takes place. Values 1-4 (1-8 on 64-bit) specifies parallel calculation with 1-4 (or 1-8) threads. Values of 0 specify serial calculation. Values less than 0 return an error. Values greater than 4 are interpreted as 4.

Note:

Values less than 0 treated differently than they are by the CALCPARALLEL configuration file setting.

Notes

Example

SET CALCPARALLEL 3;

Enables up to three threads to be used to perform calculation tasks at the same time.

See Also